├── Versión 2-1.0.6 y Superiores └── config │ ├── ftbquests │ └── quests │ │ ├── reward_tables │ │ ├── runes_4.snbt │ │ ├── runes_5.snbt │ │ ├── runes_2_2.snbt │ │ ├── runes_2_3.snbt │ │ ├── runes_2.snbt │ │ ├── big_bitch.snbt │ │ ├── reset_potion_package.snbt │ │ ├── test.snbt │ │ ├── cooking_starter_kit.snbt │ │ ├── gear_crafting_starter_pack.snbt │ │ ├── archer_package.snbt │ │ ├── randomized_unique_shop.snbt │ │ ├── first_aura_gem.snbt │ │ ├── skill_gems_5.snbt │ │ ├── aura_gems_2.snbt │ │ ├── skill_gem_4.snbt │ │ ├── aura_gems_1.snbt │ │ ├── support_gems_4.snbt │ │ ├── support_gems_1.snbt │ │ ├── support_gems_flat.snbt │ │ ├── skill_gems_2.snbt │ │ ├── aura_gems_3.snbt │ │ ├── skill_gems_1.snbt │ │ ├── skill_gems_3.snbt │ │ ├── first_support_gem.snbt │ │ ├── support_gems_5.snbt │ │ ├── support_gem_2.snbt │ │ ├── support_gems_7.snbt │ │ ├── first_skill_gem.snbt │ │ ├── aura_gems_4.snbt │ │ ├── aura_gem_shop_iv.snbt │ │ ├── aura_gem_shop_i.snbt │ │ ├── support_gems_3.snbt │ │ ├── first_offhand.snbt │ │ ├── support_gem_6.snbt │ │ ├── first_boots.snbt │ │ ├── first_helmet.snbt │ │ ├── first_pants.snbt │ │ └── first_chest.snbt │ │ ├── chapter_groups.snbt │ │ ├── data.snbt │ │ └── chapters │ │ └── completionist.snbt │ ├── deathbackup.json5 │ ├── firstjoinmessage.json5 │ ├── fancymenu │ └── customization │ │ ├── jewel.txt │ │ ├── progress.txt │ │ ├── receiving.txt │ │ └── loading_screen.txt │ └── starterkit.json5 ├── Versión 2-1.0.0 Hasta Versión 2-1.05 └── config │ ├── ftbquests │ └── quests │ │ ├── reward_tables │ │ ├── runes_2_2.snbt │ │ ├── runes_2_3.snbt │ │ ├── runes_4.snbt │ │ ├── runes_5.snbt │ │ ├── runes_2.snbt │ │ ├── big_bitch.snbt │ │ ├── reset_potion_package.snbt │ │ ├── test.snbt │ │ ├── cooking_starter_kit.snbt │ │ ├── gear_crafting_starter_pack.snbt │ │ ├── archer_package.snbt │ │ ├── randomized_unique_shop.snbt │ │ ├── first_aura_gem.snbt │ │ ├── skill_gems_5.snbt │ │ ├── aura_gems_2.snbt │ │ ├── skill_gem_4.snbt │ │ ├── aura_gems_1.snbt │ │ ├── support_gems_4.snbt │ │ ├── support_gems_1.snbt │ │ ├── support_gems_flat.snbt │ │ ├── skill_gems_2.snbt │ │ ├── aura_gems_3.snbt │ │ ├── skill_gems_1.snbt │ │ ├── skill_gems_3.snbt │ │ ├── first_support_gem.snbt │ │ ├── support_gems_5.snbt │ │ ├── support_gem_2.snbt │ │ ├── support_gems_7.snbt │ │ ├── first_skill_gem.snbt │ │ ├── aura_gems_4.snbt │ │ ├── aura_gem_shop_iv.snbt │ │ ├── aura_gem_shop_i.snbt │ │ ├── support_gems_3.snbt │ │ ├── first_offhand.snbt │ │ ├── support_gem_6.snbt │ │ ├── first_helmet.snbt │ │ ├── first_boots.snbt │ │ └── first_pants.snbt │ │ ├── chapter_groups.snbt │ │ └── data.snbt │ ├── deathbackup.json5 │ ├── firstjoinmessage.json5 │ ├── fancymenu │ └── customization │ │ ├── jewel.txt │ │ ├── progress.txt │ │ ├── loading_screen.txt │ │ └── receiving.txt │ └── starterkit.json5 ├── Versión 2-0.9.2 y anteriores └── config │ ├── ftbquests │ └── quests │ │ ├── chapter_groups.snbt │ │ ├── reward_tables │ │ ├── big_bitch.snbt │ │ ├── reset_potion_package.snbt │ │ ├── test.snbt │ │ ├── cooking_starter_kit.snbt │ │ ├── gear_crafting_starter_pack.snbt │ │ ├── archer_package.snbt │ │ ├── randomized_unique_shop.snbt │ │ ├── first_aura_gem.snbt │ │ ├── skill_gems_5.snbt │ │ ├── aura_gems_2.snbt │ │ ├── skill_gem_4.snbt │ │ ├── aura_gems_1.snbt │ │ ├── support_gems_4.snbt │ │ ├── support_gems_1.snbt │ │ ├── support_gems_flat.snbt │ │ ├── skill_gems_2.snbt │ │ ├── aura_gems_3.snbt │ │ ├── skill_gems_1.snbt │ │ ├── first_support_gem.snbt │ │ ├── skill_gems_3.snbt │ │ ├── support_gems_7.snbt │ │ ├── support_gems_5.snbt │ │ ├── support_gem_2.snbt │ │ ├── first_skill_gem.snbt │ │ ├── aura_gems_4.snbt │ │ ├── aura_gem_shop_iv.snbt │ │ ├── aura_gem_shop_i.snbt │ │ ├── support_gems_3.snbt │ │ ├── first_offhand.snbt │ │ ├── support_gem_6.snbt │ │ ├── first_boots.snbt │ │ ├── first_helmet.snbt │ │ └── first_pants.snbt │ │ ├── data.snbt │ │ └── chapters │ │ └── completionist.snbt │ └── fancymenu │ └── customization │ ├── jewel.txt │ ├── progress.txt │ ├── receiving.txt │ └── loading_screen.txt └── Versión 2-0.9.3 Hasta Versión 2-0.9.5 └── config ├── ftbquests └── quests │ ├── chapter_groups.snbt │ ├── reward_tables │ ├── big_bitch.snbt │ ├── reset_potion_package.snbt │ ├── test.snbt │ ├── cooking_starter_kit.snbt │ ├── gear_crafting_starter_pack.snbt │ ├── archer_package.snbt │ ├── randomized_unique_shop.snbt │ ├── first_aura_gem.snbt │ ├── skill_gems_5.snbt │ ├── aura_gems_2.snbt │ ├── skill_gem_4.snbt │ ├── aura_gems_1.snbt │ ├── support_gems_4.snbt │ ├── support_gems_1.snbt │ ├── support_gems_flat.snbt │ ├── skill_gems_2.snbt │ ├── aura_gems_3.snbt │ ├── skill_gems_1.snbt │ ├── first_support_gem.snbt │ ├── skill_gems_3.snbt │ ├── support_gems_7.snbt │ ├── support_gems_5.snbt │ ├── support_gem_2.snbt │ ├── first_skill_gem.snbt │ ├── aura_gems_4.snbt │ ├── aura_gem_shop_iv.snbt │ ├── aura_gem_shop_i.snbt │ ├── support_gems_3.snbt │ ├── first_offhand.snbt │ ├── support_gem_6.snbt │ ├── first_boots.snbt │ └── first_helmet.snbt │ ├── data.snbt │ └── chapters │ └── completionist.snbt ├── firstjoinmessage.json5 └── fancymenu └── customization ├── jewel.txt ├── progress.txt ├── receiving.txt └── loading_screen.txt /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/runes_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "74FAE7632A309372" 3 | loot_size: 1 4 | order_index: 45 5 | rewards: [ 6 | { item: "mmorpg:runes/har" } 7 | { item: "mmorpg:runes/toq" } 8 | ] 9 | title: "Runas 4" 10 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/runes_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "4A6987D204FA9F94" 3 | loot_size: 1 4 | order_index: 46 5 | rewards: [ 6 | { item: "mmorpg:runes/eno" } 7 | { item: "mmorpg:runes/xer" } 8 | ] 9 | title: "Runas 5" 10 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/runes_2_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "26C122459779DBBD" 3 | loot_size: 1 4 | order_index: 43 5 | rewards: [ 6 | { item: "mmorpg:runes/cen" } 7 | { item: "mmorpg:runes/dos" } 8 | ] 9 | title: "Runas 2" 10 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/runes_2_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "63214D8F7BFB8545" 3 | loot_size: 1 4 | order_index: 44 5 | rewards: [ 6 | { item: "mmorpg:runes/ano" } 7 | { item: "mmorpg:runes/fey" } 8 | ] 9 | title: "Runas 3" 10 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/runes_2_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "26C122459779DBBD" 3 | loot_size: 1 4 | order_index: 43 5 | rewards: [ 6 | { item: "mmorpg:runes/cen" } 7 | { item: "mmorpg:runes/dos" } 8 | ] 9 | title: "Runas 2" 10 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/runes_2_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "63214D8F7BFB8545" 3 | loot_size: 1 4 | order_index: 44 5 | rewards: [ 6 | { item: "mmorpg:runes/ano" } 7 | { item: "mmorpg:runes/fey" } 8 | ] 9 | title: "Runas 3" 10 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/runes_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "74FAE7632A309372" 3 | loot_size: 1 4 | order_index: 45 5 | rewards: [ 6 | { item: "mmorpg:runes/har" } 7 | { item: "mmorpg:runes/toq" } 8 | ] 9 | title: "Runas 4" 10 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/runes_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "4A6987D204FA9F94" 3 | loot_size: 1 4 | order_index: 46 5 | rewards: [ 6 | { item: "mmorpg:runes/eno" } 7 | { item: "mmorpg:runes/xer" } 8 | ] 9 | title: "Runas 5" 10 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/runes_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "05590CD1D376E3CE" 3 | loot_size: 1 4 | order_index: 42 5 | rewards: [ 6 | { item: "mmorpg:runes/ita" } 7 | { item: "mmorpg:runes/mos" } 8 | { item: "mmorpg:runes/nos" } 9 | ] 10 | title: "Runas 1" 11 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/runes_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "05590CD1D376E3CE" 3 | loot_size: 1 4 | order_index: 42 5 | rewards: [ 6 | { item: "mmorpg:runes/ita" } 7 | { item: "mmorpg:runes/mos" } 8 | { item: "mmorpg:runes/nos" } 9 | ] 10 | title: "Runas 1" 11 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/chapter_groups.snbt: -------------------------------------------------------------------------------- 1 | { 2 | chapter_groups: [ 3 | { id: "1E3C4B5FFAE48A39", title: "&eCampaña&r" } 4 | { id: "5F2CCE8075FCC994", title: "&eDesarrollo&r" } 5 | { id: "37C10F4BE9E00A26", title: "&eBitácora&r" } 6 | { id: "5C56FC6157E20EBE", title: "&eMultijugador&r" } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/chapter_groups.snbt: -------------------------------------------------------------------------------- 1 | { 2 | chapter_groups: [ 3 | { id: "1E3C4B5FFAE48A39", title: "&eCampaña&r" } 4 | { id: "5F2CCE8075FCC994", title: "&eDesarrollo&r" } 5 | { id: "37C10F4BE9E00A26", title: "&eBitácora&r" } 6 | { id: "5C56FC6157E20EBE", title: "&eMultijugador&r" } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/chapter_groups.snbt: -------------------------------------------------------------------------------- 1 | { 2 | chapter_groups: [ 3 | { id: "1E3C4B5FFAE48A39", title: "&eCampaña&r" } 4 | { id: "5F2CCE8075FCC994", title: "&eDesarrollo&r" } 5 | { id: "37C10F4BE9E00A26", title: "&eBitácora&r" } 6 | { id: "5C56FC6157E20EBE", title: "&eMultijugador&r" } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/chapter_groups.snbt: -------------------------------------------------------------------------------- 1 | { 2 | chapter_groups: [ 3 | { id: "1E3C4B5FFAE48A39", title: "&eCampaña&r" } 4 | { id: "5F2CCE8075FCC994", title: "&eDesarrollo&r" } 5 | { id: "37C10F4BE9E00A26", title: "&eBitácora&r" } 6 | { id: "5C56FC6157E20EBE", title: "&eMultijugador&r" } 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/big_bitch.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "06F0F27A3166249E" 3 | loot_size: 1 4 | order_index: 0 5 | rewards: [ 6 | { item: "minecraft:oak_log" } 7 | { 8 | item: { 9 | Count: 1 10 | id: "minecraft:diamond_chestplate" 11 | tag: { 12 | Damage: 0 13 | } 14 | } 15 | } 16 | ] 17 | title: "Prueba" 18 | } 19 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/big_bitch.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "06F0F27A3166249E" 3 | loot_size: 1 4 | order_index: 0 5 | rewards: [ 6 | { item: "minecraft:oak_log" } 7 | { 8 | item: { 9 | Count: 1 10 | id: "minecraft:diamond_chestplate" 11 | tag: { 12 | Damage: 0 13 | } 14 | } 15 | } 16 | ] 17 | title: "Test" 18 | } 19 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/big_bitch.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "06F0F27A3166249E" 3 | loot_size: 1 4 | order_index: 0 5 | rewards: [ 6 | { item: "minecraft:oak_log" } 7 | { 8 | item: { 9 | Count: 1 10 | id: "minecraft:diamond_chestplate" 11 | tag: { 12 | Damage: 0 13 | } 14 | } 15 | } 16 | ] 17 | title: "Test" 18 | } 19 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/big_bitch.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "06F0F27A3166249E" 3 | loot_size: 1 4 | order_index: 0 5 | rewards: [ 6 | { item: "minecraft:oak_log" } 7 | { 8 | item: { 9 | Count: 1 10 | id: "minecraft:diamond_chestplate" 11 | tag: { 12 | Damage: 0 13 | } 14 | } 15 | } 16 | ] 17 | title: "Prueba" 18 | } 19 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/reset_potion_package.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | id: "6355A870A165DFE3" 4 | loot_size: 4 5 | order_index: 40 6 | rewards: [ 7 | { item: "mmorpg:potions/full_reset_talent" } 8 | { item: "mmorpg:potions/full_reset_spell" } 9 | { item: "mmorpg:potions/full_reset_passive" } 10 | { item: "mmorpg:potions/full_reset_stat" } 11 | ] 12 | title: "Paquete de Pociones de Reinicio (4 Objetos)" 13 | use_title: true 14 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/reset_potion_package.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | id: "6355A870A165DFE3" 4 | loot_size: 4 5 | order_index: 40 6 | rewards: [ 7 | { item: "mmorpg:potions/full_reset_talent" } 8 | { item: "mmorpg:potions/full_reset_spell" } 9 | { item: "mmorpg:potions/full_reset_passive" } 10 | { item: "mmorpg:potions/full_reset_stat" } 11 | ] 12 | title: "Paquete de Poción de Reinicio (4 Artículos)" 13 | use_title: true 14 | } 15 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/reset_potion_package.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | id: "6355A870A165DFE3" 4 | loot_size: 4 5 | order_index: 40 6 | rewards: [ 7 | { item: "mmorpg:potions/full_reset_talent" } 8 | { item: "mmorpg:potions/full_reset_spell" } 9 | { item: "mmorpg:potions/full_reset_passive" } 10 | { item: "mmorpg:potions/full_reset_stat" } 11 | ] 12 | title: "Paquete de Pociones de Reinicio (4 Objetos)" 13 | use_title: true 14 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/reset_potion_package.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | id: "6355A870A165DFE3" 4 | loot_size: 4 5 | order_index: 40 6 | rewards: [ 7 | { item: "mmorpg:potions/full_reset_talent" } 8 | { item: "mmorpg:potions/full_reset_spell" } 9 | { item: "mmorpg:potions/full_reset_passive" } 10 | { item: "mmorpg:potions/full_reset_stat" } 11 | ] 12 | title: "Paquete de Poción de Reinicio (4 Artículos)" 13 | use_title: true 14 | } 15 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/test.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:bow" 5 | tag: { 6 | Damage: 0 7 | } 8 | } 9 | id: "19ADD3EEC74B272B" 10 | loot_size: 2 11 | order_index: 35 12 | rewards: [ 13 | { count: 64, item: "minecraft:arrow", only_one: true } 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:bow" 18 | tag: { 19 | Damage: 0 20 | } 21 | } 22 | only_one: true 23 | } 24 | ] 25 | title: "Arco y Flechas" 26 | use_title: true 27 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/test.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:bow" 5 | tag: { 6 | Damage: 0 7 | } 8 | } 9 | id: "19ADD3EEC74B272B" 10 | loot_size: 2 11 | order_index: 35 12 | rewards: [ 13 | { count: 64, item: "minecraft:arrow", only_one: true } 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:bow" 18 | tag: { 19 | Damage: 0 20 | } 21 | } 22 | only_one: true 23 | } 24 | ] 25 | title: "Arco y Flechas" 26 | use_title: true 27 | } 28 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/test.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:bow" 5 | tag: { 6 | Damage: 0 7 | } 8 | } 9 | id: "19ADD3EEC74B272B" 10 | loot_size: 2 11 | order_index: 35 12 | rewards: [ 13 | { count: 64, item: "minecraft:arrow", only_one: true } 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:bow" 18 | tag: { 19 | Damage: 0 20 | } 21 | } 22 | only_one: true 23 | } 24 | ] 25 | title: "Arco y Flechas" 26 | use_title: true 27 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/test.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:bow" 5 | tag: { 6 | Damage: 0 7 | } 8 | } 9 | id: "19ADD3EEC74B272B" 10 | loot_size: 2 11 | order_index: 35 12 | rewards: [ 13 | { count: 64, item: "minecraft:arrow", only_one: true } 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:bow" 18 | tag: { 19 | Damage: 0 20 | } 21 | } 22 | only_one: true 23 | } 24 | ] 25 | title: "Arco y Flechas" 26 | use_title: true 27 | } 28 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/deathbackup.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Cuando está activado, envía un mensaje a un jugador cuando muere y tiene acceso a trucos, informando que se ha creado una copia de seguridad y que puede ser cargada. 3 | "sendBackupReminderMessageToThoseWithAccessOnDeath": true, 4 | // El mensaje enviado a los jugadores con acceso a trucos cuando 'sendBackupReminderMessageToThoseWithAccessOnDeath' está activado. 5 | "backupReminderMessage": "Se ha creado una copia de seguridad de tu inventario antes de tu muerte y puede ser cargada con '/deathbackup load 0'." 6 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/deathbackup.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Cuando está activado, envía un mensaje a un jugador cuando muere y tiene acceso a trucos, informando que se ha creado una copia de seguridad y que puede ser cargada. 3 | "sendBackupReminderMessageToThoseWithAccessOnDeath": true, 4 | // El mensaje enviado a los jugadores con acceso a trucos cuando 'sendBackupReminderMessageToThoseWithAccessOnDeath' está activado. 5 | "backupReminderMessage": "Se ha creado una copia de seguridad de tu inventario antes de tu muerte y puede ser cargada con '/deathbackup load 0'." 6 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/firstjoinmessage.json5: -------------------------------------------------------------------------------- 1 | { 2 | // The message players will receive when they join a world for the first time. 3 | "firstJoinMessage": "Te despiertas en un lugar desconocido. Pulsa H para acceder a tu rueda de menús, CTRL derecho para mover el chat.", 4 | // The colour of the message. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. 5 | // min: 0, max: 15 6 | "firstJoinMessageTextFormattingColourIndex": 13 7 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/firstjoinmessage.json5: -------------------------------------------------------------------------------- 1 | { 2 | // El mensaje que los jugadores recibirán cuando entren a un mundo por primera vez. 3 | "firstJoinMessage": "Despiertas en un lugar desconocido. ¡Presiona H para acceder a tu menú radial y CTRL Derecho para mover tu Chat!", 4 | // El color del mensaje. Los valores posibles son; 0: negro, 1: azul_oscuro, 2: verde_oscuro, 3: aguamarina_oscuro, 4: rojo_oscuro, 5: morado_oscuro, 6: dorado, 7: gris, 8: gris_oscuro, 9: azul, 10: verde, 11: aguamarina, 12: rojo, 13: morado_claro, 14: amarillo, 15: blanco. 5 | // min: 0, max: 15 6 | "firstJoinMessageTextFormattingColourIndex": 13 7 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/firstjoinmessage.json5: -------------------------------------------------------------------------------- 1 | { 2 | // El mensaje que los jugadores recibirán cuando entren a un mundo por primera vez. 3 | "firstJoinMessage": "Despiertas en un lugar desconocido. ¡Presiona H para acceder a tu menú radial y CTRL Derecho para mover tu Chat!", 4 | // El color del mensaje. Los valores posibles son; 0: negro, 1: azul_oscuro, 2: verde_oscuro, 3: aguamarina_oscuro, 4: rojo_oscuro, 5: morado_oscuro, 6: dorado, 7: gris, 8: gris_oscuro, 9: azul, 10: verde, 11: aguamarina, 12: rojo, 13: morado_claro, 14: amarillo, 15: blanco. 5 | // min: 0, max: 15 6 | "firstJoinMessageTextFormattingColourIndex": 13 7 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "mmorpg:food/common_energy" 6 | tag: { 7 | tier: 0 8 | } 9 | } 10 | id: "37836A436E072240" 11 | loot_size: 9 12 | order_index: 38 13 | rewards: [ 14 | { count: 3, item: "lightmanscurrency:coin_copper" } 15 | { item: "mmorpg:material/farming/0" } 16 | { item: "mmorpg:material/fishing/0" } 17 | { item: "minecraft:tropical_fish" } 18 | { item: "minecraft:beetroot" } 19 | { item: "minecraft:apple" } 20 | { item: "mmorpg:material/meat/0" } 21 | ] 22 | title: "Kit de Inicio de Cocina" 23 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "mmorpg:food/common_energy" 6 | tag: { 7 | tier: 0 8 | } 9 | } 10 | id: "37836A436E072240" 11 | loot_size: 9 12 | order_index: 38 13 | rewards: [ 14 | { count: 3, item: "lightmanscurrency:coin_copper" } 15 | { item: "mmorpg:material/farming/0" } 16 | { item: "mmorpg:material/fishing/0" } 17 | { item: "minecraft:tropical_fish" } 18 | { item: "minecraft:beetroot" } 19 | { item: "minecraft:apple" } 20 | { item: "mmorpg:material/meat/0" } 21 | ] 22 | title: "Kit de Inicio de Cocina" 23 | } 24 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "mmorpg:food/common_energy" 6 | tag: { 7 | tier: 0 8 | } 9 | } 10 | id: "37836A436E072240" 11 | loot_size: 9 12 | order_index: 38 13 | rewards: [ 14 | { count: 3, item: "lightmanscurrency:coin_copper" } 15 | { item: "mmorpg:material/farming/0" } 16 | { item: "mmorpg:material/fishing/0" } 17 | { item: "minecraft:tropical_fish" } 18 | { item: "minecraft:beetroot" } 19 | { item: "minecraft:apple" } 20 | { item: "mmorpg:material/meat/0" } 21 | ] 22 | title: "Kit de Inicio de Cocina" 23 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/cooking_starter_kit.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "mmorpg:food/common_energy" 6 | tag: { 7 | tier: 0 8 | } 9 | } 10 | id: "37836A436E072240" 11 | loot_size: 9 12 | order_index: 38 13 | rewards: [ 14 | { count: 3, item: "lightmanscurrency:coin_copper" } 15 | { item: "mmorpg:material/farming/0" } 16 | { item: "mmorpg:material/fishing/0" } 17 | { item: "minecraft:tropical_fish" } 18 | { item: "minecraft:beetroot" } 19 | { item: "minecraft:apple" } 20 | { item: "mmorpg:material/meat/0" } 21 | ] 22 | title: "Kit de Inicio de Cocina" 23 | } 24 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "mmorpg:stat_soul/family/jewelry/common" 6 | tag: { 7 | level: 1 8 | tier: 0 9 | } 10 | } 11 | id: "7A98FB9AEE02BBB2" 12 | loot_size: 8 13 | order_index: 37 14 | rewards: [ 15 | { count: 4, item: "mmorpg:material/mining/0" } 16 | { count: 16, item: "mmorpg:stone/0" } 17 | { count: 4, item: "lightmanscurrency:coin_copper" } 18 | { item: "minecraft:gold_ingot" } 19 | { item: "minecraft:iron_ingot" } 20 | { item: "minecraft:stick" } 21 | { item: "minecraft:string" } 22 | ] 23 | title: "Kit de Inicio para Creación de Equipo" 24 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "mmorpg:stat_soul/family/jewelry/common" 6 | tag: { 7 | level: 1 8 | tier: 0 9 | } 10 | } 11 | id: "7A98FB9AEE02BBB2" 12 | loot_size: 8 13 | order_index: 37 14 | rewards: [ 15 | { count: 4, item: "mmorpg:material/mining/0" } 16 | { count: 16, item: "mmorpg:stone/0" } 17 | { count: 4, item: "lightmanscurrency:coin_copper" } 18 | { item: "minecraft:gold_ingot" } 19 | { item: "minecraft:iron_ingot" } 20 | { item: "minecraft:stick" } 21 | { item: "minecraft:string" } 22 | ] 23 | title: "Kit de Inicio para Creación de Equipo" 24 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/data.snbt: -------------------------------------------------------------------------------- 1 | { 2 | default_autoclaim_rewards: "disabled" 3 | default_consume_items: false 4 | default_quest_disable_jei: false 5 | default_quest_shape: "circle" 6 | default_reward_team: false 7 | detection_delay: 20 8 | disable_gui: false 9 | drop_loot_crates: false 10 | emergency_items: [{ Count: 1, id: "waystones:return_scroll" }] 11 | emergency_items_cooldown: 30 12 | grid_scale: 0.5d 13 | icon: "mmorpg:skill_gems/support/dex" 14 | lock_message: "" 15 | loot_crate_no_drop: { 16 | boss: 0 17 | monster: 600 18 | passive: 4000 19 | } 20 | pause_game: false 21 | progression_mode: "flexible" 22 | title: "&dCraft to Exile 2&r" 23 | version: 13 24 | } 25 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "mmorpg:stat_soul/family/jewelry/common" 6 | tag: { 7 | level: 1 8 | tier: 0 9 | } 10 | } 11 | id: "7A98FB9AEE02BBB2" 12 | loot_size: 8 13 | order_index: 37 14 | rewards: [ 15 | { count: 4, item: "mmorpg:material/mining/0" } 16 | { count: 16, item: "mmorpg:stone/0" } 17 | { count: 4, item: "lightmanscurrency:coin_copper" } 18 | { item: "minecraft:gold_ingot" } 19 | { item: "minecraft:iron_ingot" } 20 | { item: "minecraft:stick" } 21 | { item: "minecraft:string" } 22 | ] 23 | title: "Kit de Inicio Para la Creación de Equipos" 24 | } 25 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/data.snbt: -------------------------------------------------------------------------------- 1 | { 2 | default_autoclaim_rewards: "disabled" 3 | default_consume_items: false 4 | default_quest_disable_jei: false 5 | default_quest_shape: "circle" 6 | default_reward_team: false 7 | detection_delay: 20 8 | disable_gui: false 9 | drop_loot_crates: false 10 | emergency_items: [{ Count: 1, id: "waystones:return_scroll" }] 11 | emergency_items_cooldown: 30 12 | grid_scale: 0.5d 13 | icon: "mmorpg:skill_gems/support/dex" 14 | lock_message: "" 15 | loot_crate_no_drop: { 16 | boss: 0 17 | monster: 600 18 | passive: 4000 19 | } 20 | pause_game: false 21 | progression_mode: "flexible" 22 | title: "&dCraft to Exile 2&r" 23 | version: 13 24 | } 25 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/gear_crafting_starter_pack.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "mmorpg:stat_soul/family/jewelry/common" 6 | tag: { 7 | level: 1 8 | tier: 0 9 | } 10 | } 11 | id: "7A98FB9AEE02BBB2" 12 | loot_size: 8 13 | order_index: 37 14 | rewards: [ 15 | { count: 4, item: "mmorpg:material/mining/0" } 16 | { count: 16, item: "mmorpg:stone/0" } 17 | { count: 4, item: "lightmanscurrency:coin_copper" } 18 | { item: "minecraft:gold_ingot" } 19 | { item: "minecraft:iron_ingot" } 20 | { item: "minecraft:stick" } 21 | { item: "minecraft:string" } 22 | ] 23 | title: "Kit de Inicio Para la Creación de Equipos" 24 | } 25 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/data.snbt: -------------------------------------------------------------------------------- 1 | { 2 | default_autoclaim_rewards: "disabled" 3 | default_consume_items: false 4 | default_quest_disable_jei: false 5 | default_quest_shape: "circle" 6 | default_reward_team: false 7 | detection_delay: 20 8 | disable_gui: false 9 | drop_book_on_death: false 10 | drop_loot_crates: false 11 | emergency_items: [{ Count: 1, id: "waystones:return_scroll" }] 12 | emergency_items_cooldown: 30 13 | grid_scale: 0.5d 14 | icon: "mmorpg:skill_gems/support/dex" 15 | lock_message: "" 16 | loot_crate_no_drop: { 17 | boss: 0 18 | monster: 600 19 | passive: 4000 20 | } 21 | pause_game: false 22 | progression_mode: "flexible" 23 | show_lock_icons: true 24 | title: "&dCraft to Exile 2&r" 25 | version: 13 26 | } 27 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/data.snbt: -------------------------------------------------------------------------------- 1 | { 2 | default_autoclaim_rewards: "disabled" 3 | default_consume_items: false 4 | default_quest_disable_jei: false 5 | default_quest_shape: "circle" 6 | default_reward_team: false 7 | detection_delay: 20 8 | disable_gui: false 9 | drop_book_on_death: false 10 | drop_loot_crates: false 11 | emergency_items: [{ Count: 1, id: "waystones:return_scroll" }] 12 | emergency_items_cooldown: 30 13 | grid_scale: 0.5d 14 | icon: "mmorpg:skill_gems/support/dex" 15 | lock_message: "" 16 | loot_crate_no_drop: { 17 | boss: 0 18 | monster: 600 19 | passive: 4000 20 | } 21 | pause_game: false 22 | progression_mode: "flexible" 23 | show_lock_icons: true 24 | title: "&dCraft to Exile 2&r" 25 | version: 13 26 | } 27 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/archer_package.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "minecraft:bow" 6 | tag: { 7 | Damage: 0 8 | } 9 | } 10 | id: "041B1BC94D948F55" 11 | loot_size: 2 12 | order_index: 36 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:bow" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":0},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"crit_prefix\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":4,\"lvl\":1,\"gtype\":\"bow\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { count: 64, item: "minecraft:arrow" } 25 | ] 26 | title: "Paquete de Arquero" 27 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/archer_package.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "minecraft:bow" 6 | tag: { 7 | Damage: 0 8 | } 9 | } 10 | id: "041B1BC94D948F55" 11 | loot_size: 2 12 | order_index: 36 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:bow" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":0},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"crit_prefix\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":4,\"lvl\":1,\"gtype\":\"bow\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { count: 64, item: "minecraft:arrow" } 25 | ] 26 | title: "Paquete de Arquero" 27 | } 28 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/archer_package.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "minecraft:bow" 6 | tag: { 7 | Damage: 0 8 | } 9 | } 10 | id: "041B1BC94D948F55" 11 | loot_size: 2 12 | order_index: 36 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:bow" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":0},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"crit_prefix\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":4,\"lvl\":1,\"gtype\":\"bow\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { count: 64, item: "minecraft:arrow" } 25 | ] 26 | title: "Paquete de Arquero" 27 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/archer_package.snbt: -------------------------------------------------------------------------------- 1 | { 2 | hide_tooltip: true 3 | icon: { 4 | Count: 1 5 | id: "minecraft:bow" 6 | tag: { 7 | Damage: 0 8 | } 9 | } 10 | id: "041B1BC94D948F55" 11 | loot_size: 2 12 | order_index: 36 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:bow" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":0},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"crit_prefix\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":4,\"lvl\":1,\"gtype\":\"bow\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { count: 64, item: "minecraft:arrow" } 25 | ] 26 | title: "Paquete de Arquero" 27 | } 28 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/fancymenu/customization/jewel.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = container_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452765 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:2f636f7a-2ee6-4294-903b-011600e2ebd5-1716913452765] = [groups:][instances:] 13 | } 14 | 15 | customization { 16 | action = backgroundoptions 17 | keepaspectratio = false 18 | } 19 | 20 | scroll_list_customization { 21 | preserve_scroll_list_header_footer_aspect_ratio = true 22 | render_scroll_list_header_shadow = true 23 | render_scroll_list_footer_shadow = true 24 | show_scroll_list_header_footer_preview_in_editor = false 25 | repeat_scroll_list_header_texture = false 26 | repeat_scroll_list_footer_texture = false 27 | } 28 | 29 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/fancymenu/customization/jewel.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = container_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452765 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:2f636f7a-2ee6-4294-903b-011600e2ebd5-1716913452765] = [groups:][instances:] 13 | } 14 | 15 | customization { 16 | action = backgroundoptions 17 | keepaspectratio = false 18 | } 19 | 20 | scroll_list_customization { 21 | preserve_scroll_list_header_footer_aspect_ratio = true 22 | render_scroll_list_header_shadow = true 23 | render_scroll_list_footer_shadow = true 24 | show_scroll_list_header_footer_preview_in_editor = false 25 | repeat_scroll_list_header_texture = false 26 | repeat_scroll_list_footer_texture = false 27 | } 28 | 29 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/fancymenu/customization/jewel.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = container_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452765 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:2f636f7a-2ee6-4294-903b-011600e2ebd5-1716913452765] = [groups:][instances:] 13 | } 14 | 15 | customization { 16 | action = backgroundoptions 17 | keepaspectratio = false 18 | } 19 | 20 | scroll_list_customization { 21 | preserve_scroll_list_header_footer_aspect_ratio = true 22 | render_scroll_list_header_shadow = true 23 | render_scroll_list_footer_shadow = true 24 | show_scroll_list_header_footer_preview_in_editor = false 25 | repeat_scroll_list_header_texture = false 26 | repeat_scroll_list_footer_texture = false 27 | } 28 | 29 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/fancymenu/customization/jewel.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = container_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452765 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:2f636f7a-2ee6-4294-903b-011600e2ebd5-1716913452765] = [groups:][instances:] 13 | } 14 | 15 | customization { 16 | action = backgroundoptions 17 | keepaspectratio = false 18 | } 19 | 20 | scroll_list_customization { 21 | preserve_scroll_list_header_footer_aspect_ratio = true 22 | render_scroll_list_header_shadow = true 23 | render_scroll_list_footer_shadow = true 24 | show_scroll_list_header_footer_preview_in_editor = false 25 | repeat_scroll_list_header_texture = false 26 | repeat_scroll_list_footer_texture = false 27 | } 28 | 29 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "54B21001ABEEE2D0" 3 | loot_size: 1 4 | order_index: 39 5 | rewards: [ 6 | { 7 | auto: "enabled" 8 | command: "/mine_and_slash give unique_gear @p random 60 1" 9 | elevate_perms: true 10 | icon: "mmorpg:chest/legendary_gear" 11 | silent: true 12 | title: "Único Aleatorio (Nv. 60)" 13 | type: "command" 14 | } 15 | { 16 | auto: "enabled" 17 | command: "/mine_and_slash give unique_gear @p random 80 1" 18 | elevate_perms: true 19 | icon: "mmorpg:chest/legendary_gear" 20 | silent: true 21 | title: "Único Aleatorio (Nv. 80)" 22 | type: "command" 23 | } 24 | { 25 | auto: "enabled" 26 | command: "/mine_and_slash give unique_gear @p random 100 1" 27 | elevate_perms: true 28 | icon: "mmorpg:chest/legendary_gear" 29 | silent: true 30 | title: "Único Aleatorio (Nv. 100)" 31 | type: "command" 32 | } 33 | ] 34 | title: "Tienda de Únicos Aleatorios" 35 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "54B21001ABEEE2D0" 3 | loot_size: 1 4 | order_index: 39 5 | rewards: [ 6 | { 7 | auto: "enabled" 8 | command: "/mine_and_slash give unique_gear @p random 60 1" 9 | elevate_perms: true 10 | icon: "mmorpg:chest/legendary_gear" 11 | silent: true 12 | title: "Única Aleatoria (Nv. 60)" 13 | type: "command" 14 | } 15 | { 16 | auto: "enabled" 17 | command: "/mine_and_slash give unique_gear @p random 80 1" 18 | elevate_perms: true 19 | icon: "mmorpg:chest/legendary_gear" 20 | silent: true 21 | title: "Única Aleatoria (Nv. 80)" 22 | type: "command" 23 | } 24 | { 25 | auto: "enabled" 26 | command: "/mine_and_slash give unique_gear @p random 100 1" 27 | elevate_perms: true 28 | icon: "mmorpg:chest/legendary_gear" 29 | silent: true 30 | title: "Única Aleatoria (Nv. 100)" 31 | type: "command" 32 | } 33 | ] 34 | title: "Tienda de Únicas Aleatorias" 35 | } 36 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "54B21001ABEEE2D0" 3 | loot_size: 1 4 | order_index: 39 5 | rewards: [ 6 | { 7 | auto: "enabled" 8 | command: "/mine_and_slash give unique_gear @p random 60 1" 9 | elevate_perms: true 10 | icon: "mmorpg:chest/legendary_gear" 11 | silent: true 12 | title: "Único Aleatorio (Nv. 60)" 13 | type: "command" 14 | } 15 | { 16 | auto: "enabled" 17 | command: "/mine_and_slash give unique_gear @p random 80 1" 18 | elevate_perms: true 19 | icon: "mmorpg:chest/legendary_gear" 20 | silent: true 21 | title: "Único Aleatorio (Nv. 80)" 22 | type: "command" 23 | } 24 | { 25 | auto: "enabled" 26 | command: "/mine_and_slash give unique_gear @p random 100 1" 27 | elevate_perms: true 28 | icon: "mmorpg:chest/legendary_gear" 29 | silent: true 30 | title: "Único Aleatorio (Nv. 100)" 31 | type: "command" 32 | } 33 | ] 34 | title: "Tienda de Únicos Aleatorios" 35 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/randomized_unique_shop.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "54B21001ABEEE2D0" 3 | loot_size: 1 4 | order_index: 39 5 | rewards: [ 6 | { 7 | auto: "enabled" 8 | command: "/mine_and_slash give unique_gear @p random 60 1" 9 | elevate_perms: true 10 | icon: "mmorpg:chest/legendary_gear" 11 | silent: true 12 | title: "Única Aleatoria (Nv. 60)" 13 | type: "command" 14 | } 15 | { 16 | auto: "enabled" 17 | command: "/mine_and_slash give unique_gear @p random 80 1" 18 | elevate_perms: true 19 | icon: "mmorpg:chest/legendary_gear" 20 | silent: true 21 | title: "Única Aleatoria (Nv. 80)" 22 | type: "command" 23 | } 24 | { 25 | auto: "enabled" 26 | command: "/mine_and_slash give unique_gear @p random 100 1" 27 | elevate_perms: true 28 | icon: "mmorpg:chest/legendary_gear" 29 | silent: true 30 | title: "Única Aleatoria (Nv. 100)" 31 | type: "command" 32 | } 33 | ] 34 | title: "Tienda de Únicas Aleatorias" 35 | } 36 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/first_aura_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "mmorpg:skill_gems/aura/dex" 5 | tag: { 6 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 7 | } 8 | } 9 | id: "51BC79A7A2C424C8" 10 | loot_size: 1 11 | order_index: 4 12 | rewards: [ 13 | { 14 | item: { 15 | Count: 1 16 | id: "mmorpg:skill_gems/aura/int" 17 | tag: { 18 | mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 19 | } 20 | } 21 | title: "Aumento de Regeneración de Maná" 22 | } 23 | { 24 | item: { 25 | Count: 1 26 | id: "mmorpg:skill_gems/aura/dex" 27 | tag: { 28 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 29 | } 30 | } 31 | title: "Aumento de Regeneración de Energía" 32 | } 33 | ] 34 | title: "Primera Gema de Aumento" 35 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/first_aura_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "mmorpg:skill_gems/aura/dex" 5 | tag: { 6 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 7 | } 8 | } 9 | id: "51BC79A7A2C424C8" 10 | loot_size: 1 11 | order_index: 4 12 | rewards: [ 13 | { 14 | item: { 15 | Count: 1 16 | id: "mmorpg:skill_gems/aura/int" 17 | tag: { 18 | mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 19 | } 20 | } 21 | title: "Aumento de Regeneración de Maná" 22 | } 23 | { 24 | item: { 25 | Count: 1 26 | id: "mmorpg:skill_gems/aura/dex" 27 | tag: { 28 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 29 | } 30 | } 31 | title: "Aumento de Regeneración de Energía" 32 | } 33 | ] 34 | title: "Primera Gema de Aumento" 35 | } 36 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/first_aura_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "mmorpg:skill_gems/aura/dex" 5 | tag: { 6 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 7 | } 8 | } 9 | id: "51BC79A7A2C424C8" 10 | loot_size: 1 11 | order_index: 4 12 | rewards: [ 13 | { 14 | item: { 15 | Count: 1 16 | id: "mmorpg:skill_gems/aura/int" 17 | tag: { 18 | mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 19 | } 20 | } 21 | title: "Aumento de Regeneración de Maná" 22 | } 23 | { 24 | item: { 25 | Count: 1 26 | id: "mmorpg:skill_gems/aura/dex" 27 | tag: { 28 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 29 | } 30 | } 31 | title: "Aumento de Regeneración de Energía" 32 | } 33 | ] 34 | title: "Primera Gema de Aumento" 35 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/first_aura_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "mmorpg:skill_gems/aura/dex" 5 | tag: { 6 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 7 | } 8 | } 9 | id: "51BC79A7A2C424C8" 10 | loot_size: 1 11 | order_index: 4 12 | rewards: [ 13 | { 14 | item: { 15 | Count: 1 16 | id: "mmorpg:skill_gems/aura/int" 17 | tag: { 18 | mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 19 | } 20 | } 21 | title: "Aumento de Regeneración de Maná" 22 | } 23 | { 24 | item: { 25 | Count: 1 26 | id: "mmorpg:skill_gems/aura/dex" 27 | tag: { 28 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 29 | } 30 | } 31 | title: "Aumento de Regeneración de Energía" 32 | } 33 | ] 34 | title: "Primera Gema de Aumento" 35 | } 36 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/fancymenu/customization/progress.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = progress_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452775 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:228181f7-8d72-4e31-a6db-3e6dc62280c9-1716913452775] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/fancymenu/customization/progress.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = progress_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452775 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:228181f7-8d72-4e31-a6db-3e6dc62280c9-1716913452775] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/fancymenu/customization/receiving.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = receiving_level_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452778 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:b6592005-def5-4ab0-8614-e60013dcfa00-1716913452778] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/fancymenu/customization/progress.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = progress_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452775 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:228181f7-8d72-4e31-a6db-3e6dc62280c9-1716913452775] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/fancymenu/customization/progress.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = progress_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452775 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:228181f7-8d72-4e31-a6db-3e6dc62280c9-1716913452775] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/fancymenu/customization/receiving.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = receiving_level_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452778 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:b6592005-def5-4ab0-8614-e60013dcfa00-1716913452778] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/skill_gems_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "5B3859F06C78A3CF" 3 | loot_size: 1 4 | order_index: 17 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"taunt\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Provocar" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"quickdraw\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Desenfundado Rápido" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"poison_ball\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Bola de Veneno" 35 | } 36 | ] 37 | title: "Gemas de Habilidad 5" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/fancymenu/customization/loading_screen.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = level_loading_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452767 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:fb8809a5-32c9-44c1-9a7a-2ce055b07b36-1716913452767] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/fancymenu/customization/loading_screen.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = level_loading_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452767 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:fb8809a5-32c9-44c1-9a7a-2ce055b07b36-1716913452767] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/skill_gems_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "5B3859F06C78A3CF" 3 | loot_size: 1 4 | order_index: 17 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"taunt\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Burla" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"quickdraw\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Desenfundamiento Rápido" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"poison_ball\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Bola Venenosa" 35 | } 36 | ] 37 | title: "Gemas de Habilidad 5" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/fancymenu/customization/receiving.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = receiving_level_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452778 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:b6592005-def5-4ab0-8614-e60013dcfa00-1716913452778] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/fancymenu/customization/loading_screen.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = level_loading_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452767 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:fb8809a5-32c9-44c1-9a7a-2ce055b07b36-1716913452767] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/fancymenu/customization/receiving.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = receiving_level_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452778 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:b6592005-def5-4ab0-8614-e60013dcfa00-1716913452778] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/skill_gems_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "5B3859F06C78A3CF" 3 | loot_size: 1 4 | order_index: 17 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"taunt\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Provocar" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"quickdraw\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Desenfundado Rápido" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"poison_ball\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Bola de Veneno" 35 | } 36 | ] 37 | title: "Gemas de Habilidad 5" 38 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/aura_gems_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "176BFE3BD002B5A4" 3 | loot_size: 1 4 | order_index: 25 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"armor\",\"type\":\"AURA\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Armadura" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"dodge\",\"type\":\"AURA\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Esquiva" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"magic_shield\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Escudo Mágico" 35 | } 36 | ] 37 | title: "Gemas de Aumento 2" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/aura_gems_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "176BFE3BD002B5A4" 3 | loot_size: 1 4 | order_index: 25 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"armor\",\"type\":\"AURA\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Armadura" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"dodge\",\"type\":\"AURA\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Evasión" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"magic_shield\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Escudo Mágico" 35 | } 36 | ] 37 | title: "Gemas de Aumento 2" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/fancymenu/customization/loading_screen.txt: -------------------------------------------------------------------------------- 1 | type = fancymenu_layout 2 | 3 | layout-meta { 4 | identifier = level_loading_screen 5 | render_custom_elements_behind_vanilla = false 6 | last_edited_time = 1716913452767 7 | is_enabled = true 8 | randommode = false 9 | randomgroup = 1 10 | randomonlyfirsttime = false 11 | layout_index = 0 12 | [loading_requirement_container_meta:fb8809a5-32c9-44c1-9a7a-2ce055b07b36-1716913452767] = [groups:][instances:] 13 | } 14 | 15 | menu_background { 16 | slideshow_name = loading_screen 17 | background_type = slideshow 18 | } 19 | 20 | customization { 21 | action = backgroundoptions 22 | keepaspectratio = false 23 | } 24 | 25 | scroll_list_customization { 26 | preserve_scroll_list_header_footer_aspect_ratio = true 27 | render_scroll_list_header_shadow = true 28 | render_scroll_list_footer_shadow = true 29 | show_scroll_list_header_footer_preview_in_editor = false 30 | repeat_scroll_list_header_texture = false 31 | repeat_scroll_list_footer_texture = false 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/skill_gems_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "5B3859F06C78A3CF" 3 | loot_size: 1 4 | order_index: 17 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"taunt\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Burla" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"quickdraw\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Desenfundamiento Rápido" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"poison_ball\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Bola Venenosa" 35 | } 36 | ] 37 | title: "Gemas de Habilidad 5" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/aura_gems_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "176BFE3BD002B5A4" 3 | loot_size: 1 4 | order_index: 25 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"armor\",\"type\":\"AURA\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Armadura" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"dodge\",\"type\":\"AURA\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Esquiva" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"magic_shield\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Escudo Mágico" 35 | } 36 | ] 37 | title: "Gemas de Aumento 2" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/aura_gems_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "176BFE3BD002B5A4" 3 | loot_size: 1 4 | order_index: 25 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"armor\",\"type\":\"AURA\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Armadura" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"dodge\",\"type\":\"AURA\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Evasión" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"magic_shield\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Escudo Mágico" 35 | } 36 | ] 37 | title: "Gemas de Aumento 2" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/skill_gem_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "28817482D9F80A5F" 3 | loot_size: 1 4 | order_index: 13 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"chilling_touch\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Toque Helado" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"lightning_spear\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Lanza de Rayos" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"nature_balm\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Bálsamo de la Naturaleza" 35 | } 36 | ] 37 | title: "Gemas de Habilidad 4" 38 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/skill_gem_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "28817482D9F80A5F" 3 | loot_size: 1 4 | order_index: 13 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"chilling_touch\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Toque Helado" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"lightning_spear\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Lanza de Rayos" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"nature_balm\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Bálsamo de la Naturaleza" 35 | } 36 | ] 37 | title: "Gemas de Habilidad 4" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/skill_gem_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "28817482D9F80A5F" 3 | loot_size: 1 4 | order_index: 13 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"chilling_touch\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Toque Escalofriante" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"lightning_spear\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Lanza Relámpago" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"nature_balm\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Bálsamo de la Naturaleza" 35 | } 36 | ] 37 | title: "Gemas de Habilidad 4" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/skill_gem_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "28817482D9F80A5F" 3 | loot_size: 1 4 | order_index: 13 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"chilling_touch\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Toque Escalofriante" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"lightning_spear\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Lanza Relámpago" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"nature_balm\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Bálsamo de la Naturaleza" 35 | } 36 | ] 37 | title: "Gemas de Habilidad 4" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/aura_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "605B0572A7DFCC62" 3 | loot_size: 1 4 | order_index: 16 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Regeneración de Salud" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Regeneración de Escudo Mágico" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Aumento Básica" 35 | } 36 | ] 37 | title: "Gemas de Aumento 1" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/aura_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "605B0572A7DFCC62" 3 | loot_size: 1 4 | order_index: 16 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Regeneración de Salud" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Regeneración de Escudo Mágico" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Aumento Básica" 35 | } 36 | ] 37 | title: "Gemas de Aumento 1" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/aura_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "605B0572A7DFCC62" 3 | loot_size: 1 4 | order_index: 16 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Regeneración de Salud" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Regeneración de Escudo Mágico" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Aumento Básica" 35 | } 36 | ] 37 | title: "Gemas de Aumento 1" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/aura_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "605B0572A7DFCC62" 3 | loot_size: 1 4 | order_index: 16 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Regeneración de Salud" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Regeneración de Escudo Mágico" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Aumento Básica" 35 | } 36 | ] 37 | title: "Gemas de Aumento 1" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/support_gems_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "1E42FE0C9DEA6108" 3 | loot_size: 1 4 | order_index: 22 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_damage\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño Crítico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"totem_damage\",\"type\":\"SUPPORT\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño de Tótem" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_damage\",\"type\":\"SUPPORT\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Invocación" 35 | } 36 | ] 37 | title: "Gemas de Soporte 4" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/support_gems_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "1E42FE0C9DEA6108" 3 | loot_size: 1 4 | order_index: 22 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_damage\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño Crítico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"totem_damage\",\"type\":\"SUPPORT\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño de Tótem" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_damage\",\"type\":\"SUPPORT\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Invocación" 35 | } 36 | ] 37 | title: "Gemas de Soporte 4" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/support_gems_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "1E42FE0C9DEA6108" 3 | loot_size: 1 4 | order_index: 22 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_damage\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño Crítico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"totem_damage\",\"type\":\"SUPPORT\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño de Tótem" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_damage\",\"type\":\"SUPPORT\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Invocación" 35 | } 36 | ] 37 | title: "Gemas de Soporte 4" 38 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/support_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "72DFA46D9968EDE1" 3 | loot_size: 1 4 | order_index: 14 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/dex" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_chance\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Probabilidad de Crítico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"energy_on_hit\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Energía al Golpear" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"dot_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño en el Tiempo" 35 | } 36 | ] 37 | title: "Gemas de Soporte 1" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/support_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "72DFA46D9968EDE1" 3 | loot_size: 1 4 | order_index: 14 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/dex" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_chance\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Probabilidad Crítica" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"energy_on_hit\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Energía al Golpear" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"dot_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño en el Tiempo" 35 | } 36 | ] 37 | title: "Gemas de Soporte 1" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/support_gems_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "1E42FE0C9DEA6108" 3 | loot_size: 1 4 | order_index: 22 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_damage\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño Crítico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"totem_damage\",\"type\":\"SUPPORT\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño de Tótem" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_damage\",\"type\":\"SUPPORT\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Invocación" 35 | } 36 | ] 37 | title: "Gemas de Soporte 4" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/support_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "72DFA46D9968EDE1" 3 | loot_size: 1 4 | order_index: 14 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/dex" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_chance\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Probabilidad de Crítico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"energy_on_hit\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Energía al Golpear" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"dot_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño en el Tiempo" 35 | } 36 | ] 37 | title: "Gemas de Soporte 1" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/support_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "72DFA46D9968EDE1" 3 | loot_size: 1 4 | order_index: 14 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/dex" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_chance\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Probabilidad Crítica" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"energy_on_hit\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Energía al Golpear" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"dot_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño en el Tiempo" 35 | } 36 | ] 37 | title: "Gemas de Soporte 1" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/support_gems_flat.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "349B91E0F4315AA3" 3 | loot_size: 1 4 | order_index: 41 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"fire_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño de Fuego Añadido" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"water_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño de Frío Plano" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"lightning_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Rayo Plano" 35 | } 36 | ] 37 | title: "Gemas de Soporte Plano" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/support_gems_flat.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "349B91E0F4315AA3" 3 | loot_size: 1 4 | order_index: 41 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"fire_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño de Fuego Añadido" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"water_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño Plano de Frío" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"lightning_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño Plano de Rayo" 35 | } 36 | ] 37 | title: "Gemas de Soporte de Daño Plano" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/support_gems_flat.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "349B91E0F4315AA3" 3 | loot_size: 1 4 | order_index: 41 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"fire_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño de Fuego Añadido" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"water_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño de Frío Plano" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"lightning_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Rayo Plano" 35 | } 36 | ] 37 | title: "Gemas de Soporte Plano" 38 | } 39 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/support_gems_flat.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "349B91E0F4315AA3" 3 | loot_size: 1 4 | order_index: 41 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"fire_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño de Fuego Añadido" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"water_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño Plano de Frío" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"lightning_flat_dmg\",\"type\":\"SUPPORT\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño Plano de Rayo" 35 | } 36 | ] 37 | title: "Gemas de Soporte de Daño Plano" 38 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/skill_gems_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "7DDACA982BAF137B" 3 | loot_size: 1 4 | order_index: 11 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"shred\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Trituración" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"frostball\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Fragmento de Hielo" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"charged_bolt\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Rayo Cargado" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Invocar Zombi" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 2" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/skill_gems_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "7DDACA982BAF137B" 3 | loot_size: 1 4 | order_index: 11 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"shred\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Despedazar" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"frostball\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Esquirla de Hielo" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"charged_bolt\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Proyectil Cargado" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Invocar Zombi" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 2" 48 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/skill_gems_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "7DDACA982BAF137B" 3 | loot_size: 1 4 | order_index: 11 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"shred\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Despedazar" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"frostball\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Esquirla de Hielo" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"charged_bolt\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Proyectil Cargado" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Invocar Zombi" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 2" 48 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/skill_gems_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "7DDACA982BAF137B" 3 | loot_size: 1 4 | order_index: 11 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"shred\",\"type\":\"SKILL\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Trituración" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"frostball\",\"type\":\"SKILL\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Fragmento de Hielo" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"charged_bolt\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Rayo Cargado" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Invocar Zombi" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 2" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/aura_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "13E39AFE2817B350" 3 | loot_size: 1 4 | order_index: 26 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/int" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"guardian\",\"type\":\"AURA\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Vitalidad" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"ele_res\",\"type\":\"AURA\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Barrera Elemental" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_dmg\",\"type\":\"AURA\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Señor Supremo" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"block\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Guardián" 45 | } 46 | ] 47 | title: "Gemas de Aumento 3" 48 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/skill_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "7FF7286DF7C37C1A" 3 | loot_size: 1 4 | order_index: 10 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"rejuv_totem\",\"type\":\"SKILL\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Tótem Rejuvenecedor" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_trap\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Trampa de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"frost_nova\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Nova de Escarcha" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"arrow_barrage\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Andanada de Flechas" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 1" 48 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/aura_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "13E39AFE2817B350" 3 | loot_size: 1 4 | order_index: 26 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/int" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"guardian\",\"type\":\"AURA\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Vitalidad" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"ele_res\",\"type\":\"AURA\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Barrera Elemental" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_dmg\",\"type\":\"AURA\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Señor Supremo" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"block\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Guardián" 45 | } 46 | ] 47 | title: "Gemas de Aumento 3" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/skill_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "7FF7286DF7C37C1A" 3 | loot_size: 1 4 | order_index: 10 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"rejuv_totem\",\"type\":\"SKILL\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Tótem Rejuvenecedor" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_trap\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Trampa de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"frost_nova\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Nova de Escarcha" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"arrow_barrage\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Descarga de Flechas" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 1" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/aura_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "13E39AFE2817B350" 3 | loot_size: 1 4 | order_index: 26 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/int" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"guardian\",\"type\":\"AURA\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Vitalidad" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"ele_res\",\"type\":\"AURA\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Barrera Elemental" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_dmg\",\"type\":\"AURA\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Señor Supremo" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"block\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Guardián" 45 | } 46 | ] 47 | title: "Gemas de Aumento 3" 48 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/skill_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "7FF7286DF7C37C1A" 3 | loot_size: 1 4 | order_index: 10 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"rejuv_totem\",\"type\":\"SKILL\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Tótem Rejuvenecedor" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_trap\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Trampa de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"frost_nova\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Nova de Escarcha" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"arrow_barrage\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Andanada de Flechas" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 1" 48 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/skill_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "54F40B7709E66A2A" 3 | loot_size: 1 4 | order_index: 12 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/int" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"power_chord\",\"type\":\"SKILL\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Acorde de Poder" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"boomerang\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Bumerán" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_spirit_wolf\",\"type\":\"SKILL\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Invocar Lobo Espiritual" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"curse_of_agony\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Maldición de Agonía" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 3" 48 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/first_support_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "mmorpg:skill_gems/support/str" 5 | tag: { 6 | mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}" 7 | } 8 | } 9 | id: "0D9DE420EEF90ECF" 10 | loot_size: 1 11 | order_index: 3 12 | rewards: [ 13 | { 14 | item: { 15 | Count: 1 16 | id: "mmorpg:skill_gems/support/str" 17 | tag: { 18 | mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 19 | } 20 | } 21 | title: "Gema de Apoyo de Probabilidad de Quemar" 22 | } 23 | { 24 | item: { 25 | Count: 1 26 | id: "mmorpg:skill_gems/support/str" 27 | tag: { 28 | mmorpg_skill_gem: "{\"id\":\"bleed_chance\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 29 | } 30 | } 31 | title: "Gema de Apoyo de Probabilidad de Sangrado" 32 | } 33 | { 34 | item: { 35 | Count: 1 36 | id: "mmorpg:skill_gems/support/dex" 37 | tag: { 38 | mmorpg_skill_gem: "{\"id\":\"accuracy\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 39 | } 40 | } 41 | title: "Gema de Apoyo de Precisión" 42 | } 43 | ] 44 | title: "Primera Gema de Apoyo" 45 | } 46 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/skill_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "54F40B7709E66A2A" 3 | loot_size: 1 4 | order_index: 12 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/int" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"power_chord\",\"type\":\"SKILL\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Acorde de Poder" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"boomerang\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Bumerán" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_spirit_wolf\",\"type\":\"SKILL\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Invocar Lobo Espiritual" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"curse_of_agony\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Maldición de Agonía" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 3" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/aura_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "13E39AFE2817B350" 3 | loot_size: 1 4 | order_index: 26 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/int" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"guardian\",\"type\":\"AURA\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Vitalidad" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/int" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"ele_res\",\"type\":\"AURA\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Barrera Elemental" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_dmg\",\"type\":\"AURA\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Señor Supremo" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"block\",\"type\":\"AURA\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Guardián" 45 | } 46 | ] 47 | title: "Gemas de Aumento 3" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/skill_gems_1.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "7FF7286DF7C37C1A" 3 | loot_size: 1 4 | order_index: 10 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"rejuv_totem\",\"type\":\"SKILL\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Tótem Rejuvenecedor" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_trap\",\"type\":\"SKILL\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Trampa de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"frost_nova\",\"type\":\"SKILL\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Nova de Escarcha" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"arrow_barrage\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Descarga de Flechas" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 1" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/skill_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "54F40B7709E66A2A" 3 | loot_size: 1 4 | order_index: 12 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/int" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"power_chord\",\"type\":\"SKILL\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Acorde de Poder" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"boomerang\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Bumerán" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_spirit_wolf\",\"type\":\"SKILL\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Invocar Lobo Espiritual" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"curse_of_agony\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Maldición de Agonía" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 3" 48 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/first_support_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "mmorpg:skill_gems/support/str" 5 | tag: { 6 | mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}" 7 | } 8 | } 9 | id: "0D9DE420EEF90ECF" 10 | loot_size: 1 11 | order_index: 3 12 | rewards: [ 13 | { 14 | item: { 15 | Count: 1 16 | id: "mmorpg:skill_gems/support/str" 17 | tag: { 18 | mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 19 | } 20 | } 21 | title: "Gema de Soporte de Probabilidad de Quemadura" 22 | } 23 | { 24 | item: { 25 | Count: 1 26 | id: "mmorpg:skill_gems/support/str" 27 | tag: { 28 | mmorpg_skill_gem: "{\"id\":\"bleed_chance\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 29 | } 30 | } 31 | title: "Gema de Soporte de Probabilidad de Sangrado" 32 | } 33 | { 34 | item: { 35 | Count: 1 36 | id: "mmorpg:skill_gems/support/dex" 37 | tag: { 38 | mmorpg_skill_gem: "{\"id\":\"accuracy\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 39 | } 40 | } 41 | title: "Gema de Soporte de Precisión" 42 | } 43 | ] 44 | title: "Primera Gema de Soporte" 45 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/first_support_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "mmorpg:skill_gems/support/str" 5 | tag: { 6 | mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}" 7 | } 8 | } 9 | id: "0D9DE420EEF90ECF" 10 | loot_size: 1 11 | order_index: 3 12 | rewards: [ 13 | { 14 | item: { 15 | Count: 1 16 | id: "mmorpg:skill_gems/support/str" 17 | tag: { 18 | mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 19 | } 20 | } 21 | title: "Gema de Apoyo de Probabilidad de Quemar" 22 | } 23 | { 24 | item: { 25 | Count: 1 26 | id: "mmorpg:skill_gems/support/str" 27 | tag: { 28 | mmorpg_skill_gem: "{\"id\":\"bleed_chance\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 29 | } 30 | } 31 | title: "Gema de Apoyo de Probabilidad de Sangrado" 32 | } 33 | { 34 | item: { 35 | Count: 1 36 | id: "mmorpg:skill_gems/support/dex" 37 | tag: { 38 | mmorpg_skill_gem: "{\"id\":\"accuracy\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 39 | } 40 | } 41 | title: "Gema de Apoyo de Precisión" 42 | } 43 | ] 44 | title: "Primera Gema de Apoyo" 45 | } 46 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/skill_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "54F40B7709E66A2A" 3 | loot_size: 1 4 | order_index: 12 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/skill/int" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"power_chord\",\"type\":\"SKILL\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Acorde de Poder" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/skill/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"boomerang\",\"type\":\"SKILL\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Bumerán" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/skill/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"summon_spirit_wolf\",\"type\":\"SKILL\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Invocar Lobo Espiritual" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/skill/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"curse_of_agony\",\"type\":\"SKILL\",\"perc\":32,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Maldición de Agonía" 45 | } 46 | ] 47 | title: "Gemas de Habilidad 3" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/first_support_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "mmorpg:skill_gems/support/str" 5 | tag: { 6 | mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":16,\"rar\":\"common\",\"links\":1,\"sal\":true}" 7 | } 8 | } 9 | id: "0D9DE420EEF90ECF" 10 | loot_size: 1 11 | order_index: 3 12 | rewards: [ 13 | { 14 | item: { 15 | Count: 1 16 | id: "mmorpg:skill_gems/support/str" 17 | tag: { 18 | mmorpg_skill_gem: "{\"id\":\"burn_chance\",\"type\":\"SUPPORT\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 19 | } 20 | } 21 | title: "Gema de Soporte de Probabilidad de Quemadura" 22 | } 23 | { 24 | item: { 25 | Count: 1 26 | id: "mmorpg:skill_gems/support/str" 27 | tag: { 28 | mmorpg_skill_gem: "{\"id\":\"bleed_chance\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 29 | } 30 | } 31 | title: "Gema de Soporte de Probabilidad de Sangrado" 32 | } 33 | { 34 | item: { 35 | Count: 1 36 | id: "mmorpg:skill_gems/support/dex" 37 | tag: { 38 | mmorpg_skill_gem: "{\"id\":\"accuracy\",\"type\":\"SUPPORT\",\"perc\":34,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 39 | } 40 | } 41 | title: "Gema de Soporte de Precisión" 42 | } 43 | ] 44 | title: "Primera Gema de Soporte" 45 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/support_gems_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "3C16724877D9438C" 3 | loot_size: 1 4 | order_index: 23 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"fire_pene\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Penetración de Fuego" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"water_pene\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Penetración de Frío" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/str" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"lightning_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Penetración de Rayo" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/str" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"chaos_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Penetración de Caos" 45 | } 46 | ] 47 | title: "Gemas de Soporte 5" 48 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/support_gems_7.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "167DA6B456BCD60B" 3 | loot_size: 1 4 | order_index: 28 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_dmg_less_non_crit_dmg\",\"type\":\"SUPPORT\",\"perc\":36,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte Ruina Confiada" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"gmp\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte Proyectiles Múltiples Mayores" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"spell_damage\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte Daño de Habilidad" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"cluster_traps\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte Trampas de Racimo" 45 | } 46 | ] 47 | title: "Gemas de Soporte 7" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/support_gems_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "3C16724877D9438C" 3 | loot_size: 1 4 | order_index: 23 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"fire_pene\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Penetración de Fuego" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"water_pene\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Penetración de Frío" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/str" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"lightning_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Penetración de Rayo" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/str" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"chaos_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Penetración de Caos" 45 | } 46 | ] 47 | title: "Gemas de Soporte 5" 48 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/support_gems_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "3C16724877D9438C" 3 | loot_size: 1 4 | order_index: 23 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"fire_pene\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Penetración del Fuego" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"water_pene\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Penetración del Frío" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/str" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"lightning_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Penetración del Rayo" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/str" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"chaos_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Penetración del Caos" 45 | } 46 | ] 47 | title: "Gemas de Soporte 5" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/support_gem_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "0BC1CE3619E5066A" 3 | loot_size: 1 4 | order_index: 15 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"totem_dmg_cdr\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Tótems Preparados" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"lmp\",\"type\":\"SUPPORT\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Proyectiles Múltiples Menores" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"poison_chance\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Probabilidad de Veneno" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"summon_duration\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Duración de Invocación" 45 | } 46 | ] 47 | title: "Gemas de Soporte 2" 48 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/support_gems_7.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "167DA6B456BCD60B" 3 | loot_size: 1 4 | order_index: 28 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_dmg_less_non_crit_dmg\",\"type\":\"SUPPORT\",\"perc\":36,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Ruina Confiada" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"gmp\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Proyectiles Múltiples Mayores" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"spell_damage\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Habilidad" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"cluster_traps\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Trampas en Racimo" 45 | } 46 | ] 47 | title: "Gemas de Soporte 7" 48 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/support_gems_7.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "167DA6B456BCD60B" 3 | loot_size: 1 4 | order_index: 28 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_dmg_less_non_crit_dmg\",\"type\":\"SUPPORT\",\"perc\":36,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte Ruina Confiada" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"gmp\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte Proyectiles Múltiples Mayores" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"spell_damage\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte Daño de Habilidad" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"cluster_traps\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte Trampas de Racimo" 45 | } 46 | ] 47 | title: "Gemas de Soporte 7" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/support_gem_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "0BC1CE3619E5066A" 3 | loot_size: 1 4 | order_index: 15 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"totem_dmg_cdr\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Tótems Preparados" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"lmp\",\"type\":\"SUPPORT\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Proyectiles Múltiples Menores" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"poison_chance\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Probabilidad de Veneno" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"summon_duration\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Duración de Invocación" 45 | } 46 | ] 47 | title: "Gemas de Soporte 2" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/support_gems_5.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "3C16724877D9438C" 3 | loot_size: 1 4 | order_index: 23 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"fire_pene\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Penetración del Fuego" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"water_pene\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Penetración del Frío" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/str" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"lightning_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Penetración del Rayo" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/str" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"chaos_pene\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Penetración del Caos" 45 | } 46 | ] 47 | title: "Gemas de Soporte 5" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/support_gem_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "0BC1CE3619E5066A" 3 | loot_size: 1 4 | order_index: 15 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"totem_dmg_cdr\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Tótems Preparados" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"lmp\",\"type\":\"SUPPORT\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Proyectiles Múltiples Menores" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"poison_chance\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Probabilidad de Veneno" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"summon_duration\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Duración de Invocación" 45 | } 46 | ] 47 | title: "Gemas de Soporte 2" 48 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/support_gems_7.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "167DA6B456BCD60B" 3 | loot_size: 1 4 | order_index: 28 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"crit_dmg_less_non_crit_dmg\",\"type\":\"SUPPORT\",\"perc\":36,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Ruina Confiada" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"gmp\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Proyectiles Múltiples Mayores" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"spell_damage\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Habilidad" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"cluster_traps\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Trampas en Racimo" 45 | } 46 | ] 47 | title: "Gemas de Soporte 7" 48 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/support_gem_2.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "0BC1CE3619E5066A" 3 | loot_size: 1 4 | order_index: 15 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"totem_dmg_cdr\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Tótems Preparados" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"lmp\",\"type\":\"SUPPORT\",\"perc\":30,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Proyectiles Múltiples Menores" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"poison_chance\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Probabilidad de Veneno" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"summon_duration\",\"type\":\"SUPPORT\",\"perc\":39,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Duración de Invocación" 45 | } 46 | ] 47 | title: "Gemas de Soporte 2" 48 | } 49 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/starterkit.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Cuando se añaden varios kits de inicio mediante /starterkit add, hay dos formas de distribuirlos. Si está activado, se elige uno al azar. Si está desactivado, los jugadores pueden elegir uno al unirse por primera vez. 3 | "randomizeMultipleKitsToggle": true, 4 | // Si los objetos que ya existían en el inventario, como libros añadidos por otros mods, deben ser devueltos al inventario después de entregar el kit. Si está desactivado, se eliminarán. Aún puedes añadirlos manualmente a través del kit. 5 | "addExistingItemsAfterKitSet": true, 6 | // Si la funcionalidad de efectos de poción/mobs debe estar activada. Esto significa que al crear un kit mediante /sk (add/set), también se guardan los efectos activos que tiene el jugador. Y al entregar los kits de inicio, se añaden los efectos a los nuevos jugadores. 7 | "usePotionEffectsInStarterKit": true, 8 | // Si los nombres de los kits deben ser formateados. Cada palabra comenzará con mayúscula. 9 | "formatKitNames": true, 10 | "chooseKitText": "%s, ¡puedes elegir un kit de inicio!", 11 | // Si se debe enviar un anuncio al servidor cada vez que un nuevo jugador elige un kit. 'randomizeMultipleKitsToggle' debe estar desactivado y debe haber al menos 2 kits de inicio disponibles. 12 | "announcePlayerKitChoiceInDedicatedServer": true, 13 | // Si el kit de inicio debe ser entregado de nuevo después del comando '/ftbteamislands create' de FTB Team Islands. No hace nada si el mod no está instalado. 14 | "enableFTBIslandCreateCompatibility": true 15 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/starterkit.json5: -------------------------------------------------------------------------------- 1 | { 2 | // Cuando se añaden varios kits de inicio mediante /starterkit add, hay dos formas de distribuirlos. Si está activado, se elige uno al azar. Si está desactivado, los jugadores pueden elegir uno al unirse por primera vez. 3 | "randomizeMultipleKitsToggle": true, 4 | // Si los objetos que ya existían en el inventario, como libros añadidos por otros mods, deben ser devueltos al inventario después de entregar el kit. Si está desactivado, se eliminarán. Aún puedes añadirlos manualmente a través del kit. 5 | "addExistingItemsAfterKitSet": true, 6 | // Si la funcionalidad de efectos de poción/mobs debe estar activada. Esto significa que al crear un kit mediante /sk (add/set), también se guardan los efectos activos que tiene el jugador. Y al entregar los kits de inicio, se añaden los efectos a los nuevos jugadores. 7 | "usePotionEffectsInStarterKit": true, 8 | // Si los nombres de los kits deben ser formateados. Cada palabra comenzará con mayúscula. 9 | "formatKitNames": true, 10 | "chooseKitText": "%s, ¡puedes elegir un kit de inicio!", 11 | // Si se debe enviar un anuncio al servidor cada vez que un nuevo jugador elige un kit. 'randomizeMultipleKitsToggle' debe estar desactivado y debe haber al menos 2 kits de inicio disponibles. 12 | "announcePlayerKitChoiceInDedicatedServer": true, 13 | // Si el kit de inicio debe ser entregado de nuevo después del comando '/ftbteamislands create' de FTB Team Islands. No hace nada si el mod no está instalado. 14 | "enableFTBIslandCreateCompatibility": true 15 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/first_skill_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: "mmorpg:skill_gems/skill/int" 3 | id: "2B0A9AC82D550AA8" 4 | loot_size: 2 5 | order_index: 2 6 | rewards: [ 7 | { 8 | item: { 9 | Count: 1 10 | id: "mmorpg:skill_gems/skill/int" 11 | tag: { 12 | mmorpg_skill_gem: "{\"id\":\"fireball\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}" 13 | } 14 | } 15 | title: "Bola de Fuego" 16 | } 17 | { 18 | item: { 19 | Count: 1 20 | id: "mmorpg:skill_gems/skill/str" 21 | tag: { 22 | mmorpg_skill_gem: "{\"id\":\"gong_strike\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}" 23 | } 24 | } 25 | title: "Golpe de Gong" 26 | } 27 | { 28 | item: { 29 | Count: 1 30 | id: "mmorpg:skill_gems/skill/dex" 31 | tag: { 32 | mmorpg_skill_gem: "{\"id\":\"craft_arrows\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 33 | } 34 | } 35 | title: "Crear Flechas" 36 | } 37 | { 38 | item: { 39 | Count: 1 40 | id: "mmorpg:skill_gems/skill/int" 41 | tag: { 42 | mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}" 43 | } 44 | } 45 | title: "Invocar Zombi" 46 | } 47 | { 48 | item: { 49 | Count: 1 50 | id: "mmorpg:skill_gems/skill/int" 51 | tag: { 52 | mmorpg_skill_gem: "{\"id\":\"healing_aura\",\"type\":\"SKILL\",\"perc\":19,\"rar\":\"common\",\"links\":1,\"sal\":true}" 53 | } 54 | } 55 | title: "Onda Sanadora" 56 | } 57 | ] 58 | title: "Primera Gema de Habilidad" 59 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/first_skill_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: "mmorpg:skill_gems/skill/int" 3 | id: "2B0A9AC82D550AA8" 4 | loot_size: 2 5 | order_index: 2 6 | rewards: [ 7 | { 8 | item: { 9 | Count: 1 10 | id: "mmorpg:skill_gems/skill/int" 11 | tag: { 12 | mmorpg_skill_gem: "{\"id\":\"fireball\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}" 13 | } 14 | } 15 | title: "Bola de Fuego" 16 | } 17 | { 18 | item: { 19 | Count: 1 20 | id: "mmorpg:skill_gems/skill/str" 21 | tag: { 22 | mmorpg_skill_gem: "{\"id\":\"gong_strike\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}" 23 | } 24 | } 25 | title: "Golpe de Gong" 26 | } 27 | { 28 | item: { 29 | Count: 1 30 | id: "mmorpg:skill_gems/skill/dex" 31 | tag: { 32 | mmorpg_skill_gem: "{\"id\":\"craft_arrows\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 33 | } 34 | } 35 | title: "Fabricar Flechas" 36 | } 37 | { 38 | item: { 39 | Count: 1 40 | id: "mmorpg:skill_gems/skill/int" 41 | tag: { 42 | mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}" 43 | } 44 | } 45 | title: "Invocar Zombi" 46 | } 47 | { 48 | item: { 49 | Count: 1 50 | id: "mmorpg:skill_gems/skill/int" 51 | tag: { 52 | mmorpg_skill_gem: "{\"id\":\"healing_aura\",\"type\":\"SKILL\",\"perc\":19,\"rar\":\"common\",\"links\":1,\"sal\":true}" 53 | } 54 | } 55 | title: "Ola Curativa" 56 | } 57 | ] 58 | title: "Primera Gema de Habilidad" 59 | } 60 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/first_skill_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: "mmorpg:skill_gems/skill/int" 3 | id: "2B0A9AC82D550AA8" 4 | loot_size: 2 5 | order_index: 2 6 | rewards: [ 7 | { 8 | item: { 9 | Count: 1 10 | id: "mmorpg:skill_gems/skill/int" 11 | tag: { 12 | mmorpg_skill_gem: "{\"id\":\"fireball\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}" 13 | } 14 | } 15 | title: "Bola de Fuego" 16 | } 17 | { 18 | item: { 19 | Count: 1 20 | id: "mmorpg:skill_gems/skill/str" 21 | tag: { 22 | mmorpg_skill_gem: "{\"id\":\"gong_strike\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}" 23 | } 24 | } 25 | title: "Golpe de Gong" 26 | } 27 | { 28 | item: { 29 | Count: 1 30 | id: "mmorpg:skill_gems/skill/dex" 31 | tag: { 32 | mmorpg_skill_gem: "{\"id\":\"craft_arrows\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 33 | } 34 | } 35 | title: "Crear Flechas" 36 | } 37 | { 38 | item: { 39 | Count: 1 40 | id: "mmorpg:skill_gems/skill/int" 41 | tag: { 42 | mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}" 43 | } 44 | } 45 | title: "Invocar Zombi" 46 | } 47 | { 48 | item: { 49 | Count: 1 50 | id: "mmorpg:skill_gems/skill/int" 51 | tag: { 52 | mmorpg_skill_gem: "{\"id\":\"healing_aura\",\"type\":\"SKILL\",\"perc\":19,\"rar\":\"common\",\"links\":1,\"sal\":true}" 53 | } 54 | } 55 | title: "Onda Sanadora" 56 | } 57 | ] 58 | title: "Primera Gema de Habilidad" 59 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/aura_gems_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "5D3161FB63B667CB" 3 | loot_size: 1 4 | order_index: 27 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Daño de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Daño de Frío" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Daño de Rayo" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Aumento de Daño de Caos" 55 | } 56 | ] 57 | title: "Gemas de Aumento 4" 58 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/aura_gems_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "5D3161FB63B667CB" 3 | loot_size: 1 4 | order_index: 27 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Daño de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Daño de Frío" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Daño de Rayo" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Aumento de Daño de Caos" 55 | } 56 | ] 57 | title: "Gemas de Aumento 4" 58 | } 59 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "36B19BFDBF31DCA5" 3 | loot_size: 1 4 | order_index: 31 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Daño de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Daño de Frío" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Daño de Rayo" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Aumento de Daño de Caos" 55 | } 56 | ] 57 | title: "Tienda de Gemas de Aumento IV" 58 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "36B19BFDBF31DCA5" 3 | loot_size: 1 4 | order_index: 31 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Daño de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Daño de Frío" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Daño de Rayo" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Aumento de Daño de Caos" 55 | } 56 | ] 57 | title: "Tienda de Gemas de Aumento IV" 58 | } 59 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/first_skill_gem.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: "mmorpg:skill_gems/skill/int" 3 | id: "2B0A9AC82D550AA8" 4 | loot_size: 2 5 | order_index: 2 6 | rewards: [ 7 | { 8 | item: { 9 | Count: 1 10 | id: "mmorpg:skill_gems/skill/int" 11 | tag: { 12 | mmorpg_skill_gem: "{\"id\":\"fireball\",\"type\":\"SKILL\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}" 13 | } 14 | } 15 | title: "Bola de Fuego" 16 | } 17 | { 18 | item: { 19 | Count: 1 20 | id: "mmorpg:skill_gems/skill/str" 21 | tag: { 22 | mmorpg_skill_gem: "{\"id\":\"gong_strike\",\"type\":\"SKILL\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}" 23 | } 24 | } 25 | title: "Golpe de Gong" 26 | } 27 | { 28 | item: { 29 | Count: 1 30 | id: "mmorpg:skill_gems/skill/dex" 31 | tag: { 32 | mmorpg_skill_gem: "{\"id\":\"craft_arrows\",\"type\":\"SKILL\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 33 | } 34 | } 35 | title: "Fabricar Flechas" 36 | } 37 | { 38 | item: { 39 | Count: 1 40 | id: "mmorpg:skill_gems/skill/int" 41 | tag: { 42 | mmorpg_skill_gem: "{\"id\":\"summon_zombie\",\"type\":\"SKILL\",\"perc\":23,\"rar\":\"common\",\"links\":1,\"sal\":true}" 43 | } 44 | } 45 | title: "Invocar Zombi" 46 | } 47 | { 48 | item: { 49 | Count: 1 50 | id: "mmorpg:skill_gems/skill/int" 51 | tag: { 52 | mmorpg_skill_gem: "{\"id\":\"healing_aura\",\"type\":\"SKILL\",\"perc\":19,\"rar\":\"common\",\"links\":1,\"sal\":true}" 53 | } 54 | } 55 | title: "Ola Curativa" 56 | } 57 | ] 58 | title: "Primera Gema de Habilidad" 59 | } 60 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/aura_gems_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "5D3161FB63B667CB" 3 | loot_size: 1 4 | order_index: 27 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Daño de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Daño de Frío" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Daño de Rayo" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Aumento de Daño de Caos" 55 | } 56 | ] 57 | title: "Gemas de Aumento 4" 58 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/aura_gems_4.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "5D3161FB63B667CB" 3 | loot_size: 1 4 | order_index: 27 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":29,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":37,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Daño de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Daño de Frío" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":26,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Daño de Rayo" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Aumento de Daño de Caos" 55 | } 56 | ] 57 | title: "Gemas de Aumento 4" 58 | } 59 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "36B19BFDBF31DCA5" 3 | loot_size: 1 4 | order_index: 31 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Daño de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Daño de Frío" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Daño de Rayo" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Aumento de Daño de Caos" 55 | } 56 | ] 57 | title: "Tienda de Gemas de Aumento IV" 58 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/aura_gem_shop_iv.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "36B19BFDBF31DCA5" 3 | loot_size: 1 4 | order_index: 31 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"AURA\",\"perc\":14,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"AURA\",\"perc\":25,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Daño de Fuego" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"AURA\",\"perc\":21,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Daño de Frío" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"AURA\",\"perc\":18,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Daño de Rayo" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Aumento de Daño de Caos" 55 | } 56 | ] 57 | title: "Tienda de Gemas de Aumento IV" 58 | } 59 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "06F6E0144F624AA1" 3 | loot_size: 1 4 | order_index: 20 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/dex" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Regeneración de Energía" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Regeneración de Salud" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Regeneración de Escudo Mágico" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Regeneración de Maná" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Aumento Básica" 55 | } 56 | ] 57 | title: "Tienda de Gemas de Aumento I" 58 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "06F6E0144F624AA1" 3 | loot_size: 1 4 | order_index: 20 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/dex" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Regeneración de Energía" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Regeneración de Salud" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Regeneración de Escudo Mágico" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Regeneración de Maná" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Aumento Básica" 55 | } 56 | ] 57 | title: "Tienda de Gemas de Aumento I" 58 | } 59 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "06F6E0144F624AA1" 3 | loot_size: 1 4 | order_index: 20 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/dex" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Regeneración de Energía" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Regeneración de Salud" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Regeneración de Escudo Mágico" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Regeneración de Maná" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Aumento Básica" 55 | } 56 | ] 57 | title: "Tienda de Gemas de Aumento I" 58 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/aura_gem_shop_i.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "06F6E0144F624AA1" 3 | loot_size: 1 4 | order_index: 20 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/aura/dex" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"energy_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Aumento de Regeneración de Energía" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/aura/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"health_reg\",\"type\":\"AURA\",\"perc\":11,\"rar\":\"common\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Aumento de Regeneración de Salud" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/aura/int" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"magic_shield_reg\",\"type\":\"AURA\",\"perc\":10,\"rar\":\"common\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Aumento de Regeneración de Escudo Mágico" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/aura/int" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"mana_reg\",\"type\":\"AURA\",\"perc\":13,\"rar\":\"common\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Aumento de Regeneración de Maná" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/aura/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"back_to_basics\",\"type\":\"AURA\",\"perc\":12,\"rar\":\"common\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Aumento Básica" 55 | } 56 | ] 57 | title: "Tienda de Gemas de Aumento I" 58 | } 59 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/support_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "1DD8786C6E8517DA" 3 | loot_size: 1 4 | order_index: 21 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_pene\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Penetración Física" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"plus_aoe\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Área Expandida" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"proj_speed\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Proyectiles Rápidos" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/str" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"heal_at_low\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Cuidado Inmediato" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/support/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"trap_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Soporte de Daño de Trampa" 55 | } 56 | ] 57 | title: "Gemas de Soporte 3" 58 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/support_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "1DD8786C6E8517DA" 3 | loot_size: 1 4 | order_index: 21 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_pene\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Penetración Física" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"plus_aoe\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Área Expandida" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"proj_speed\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Proyectiles Rápidos" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/str" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"heal_at_low\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Cuidado Inmediato" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/support/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"trap_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Soporte de Daño de Trampa" 55 | } 56 | ] 57 | title: "Gemas de Soporte 3" 58 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/support_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "1DD8786C6E8517DA" 3 | loot_size: 1 4 | order_index: 21 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_pene\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Penetración Física" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"plus_aoe\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Área Expandida" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"proj_speed\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Proyectiles Más Rápidos" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/str" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"heal_at_low\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Atención Inmediata" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/support/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"trap_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Soporte de Daño de Trampa" 55 | } 56 | ] 57 | title: "Gemas de Soporte 3" 58 | } 59 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/support_gems_3.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "1DD8786C6E8517DA" 3 | loot_size: 1 4 | order_index: 21 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_pene\",\"type\":\"SUPPORT\",\"perc\":33,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Penetración Física" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/str" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"plus_aoe\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Área Expandida" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/dex" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"proj_speed\",\"type\":\"SUPPORT\",\"perc\":28,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Proyectiles Más Rápidos" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/str" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"heal_at_low\",\"type\":\"SUPPORT\",\"perc\":27,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Atención Inmediata" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/support/dex" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"trap_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Soporte de Daño de Trampa" 55 | } 56 | ] 57 | title: "Gemas de Soporte 3" 58 | } 59 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/first_offhand.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:shield" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "66B8806F322F10C1" 11 | loot_size: 1 12 | order_index: 9 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:shield" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "mmorpg:offhand/tome/iron" 28 | tag: { 29 | mmorpg_gear: "{\"baseStats\":{\"p\":71},\"imp\":{\"p\":78},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":2,\"id\":\"item_perc_ms\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":1,\"gtype\":\"tome\",\"pot\":\"common\",\"pn\":100}" 30 | } 31 | } 32 | } 33 | { 34 | item: { 35 | Count: 1 36 | id: "mmorpg:offhand/dodge/iron" 37 | tag: { 38 | mmorpg_gear: "{\"baseStats\":{\"p\":4},\"imp\":{\"p\":31},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":15,\"id\":\"item_both_dodge\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":4,\"lvl\":1,\"gtype\":\"totem\",\"pot\":\"common\",\"pn\":100}" 39 | } 40 | } 41 | } 42 | ] 43 | title: "Primera Mano Secundaria" 44 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/first_offhand.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:shield" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "66B8806F322F10C1" 11 | loot_size: 1 12 | order_index: 9 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:shield" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "mmorpg:offhand/tome/iron" 28 | tag: { 29 | mmorpg_gear: "{\"baseStats\":{\"p\":71},\"imp\":{\"p\":78},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":2,\"id\":\"item_perc_ms\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":1,\"gtype\":\"tome\",\"pot\":\"common\",\"pn\":100}" 30 | } 31 | } 32 | } 33 | { 34 | item: { 35 | Count: 1 36 | id: "mmorpg:offhand/dodge/iron" 37 | tag: { 38 | mmorpg_gear: "{\"baseStats\":{\"p\":4},\"imp\":{\"p\":31},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":15,\"id\":\"item_both_dodge\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":4,\"lvl\":1,\"gtype\":\"totem\",\"pot\":\"common\",\"pn\":100}" 39 | } 40 | } 41 | } 42 | ] 43 | title: "Primera Mano Secundaria" 44 | } 45 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/first_offhand.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:shield" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "66B8806F322F10C1" 11 | loot_size: 1 12 | order_index: 9 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:shield" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "mmorpg:offhand/tome/iron" 28 | tag: { 29 | mmorpg_gear: "{\"baseStats\":{\"p\":71},\"imp\":{\"p\":78},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":2,\"id\":\"item_perc_ms\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":1,\"gtype\":\"tome\",\"pot\":\"common\",\"pn\":100}" 30 | } 31 | } 32 | } 33 | { 34 | item: { 35 | Count: 1 36 | id: "mmorpg:offhand/dodge/iron" 37 | tag: { 38 | mmorpg_gear: "{\"baseStats\":{\"p\":4},\"imp\":{\"p\":31},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":15,\"id\":\"item_both_dodge\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":4,\"lvl\":1,\"gtype\":\"totem\",\"pot\":\"common\",\"pn\":100}" 39 | } 40 | } 41 | } 42 | ] 43 | title: "Primera Mano Secundaria" 44 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/first_offhand.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:shield" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "66B8806F322F10C1" 11 | loot_size: 1 12 | order_index: 9 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "minecraft:shield" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":81},\"imp\":{\"p\":34},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_flat_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":2,\"rs\":3,\"lvl\":1,\"gtype\":\"shield\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "mmorpg:offhand/tome/iron" 28 | tag: { 29 | mmorpg_gear: "{\"baseStats\":{\"p\":71},\"imp\":{\"p\":78},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":2,\"id\":\"item_perc_ms\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":1,\"gtype\":\"tome\",\"pot\":\"common\",\"pn\":100}" 30 | } 31 | } 32 | } 33 | { 34 | item: { 35 | Count: 1 36 | id: "mmorpg:offhand/dodge/iron" 37 | tag: { 38 | mmorpg_gear: "{\"baseStats\":{\"p\":4},\"imp\":{\"p\":31},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":15,\"id\":\"item_both_dodge\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":4,\"lvl\":1,\"gtype\":\"totem\",\"pot\":\"common\",\"pn\":100}" 39 | } 40 | } 41 | } 42 | ] 43 | title: "Primera Mano Secundaria" 44 | } 45 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/chapters/completionist.snbt: -------------------------------------------------------------------------------- 1 | { 2 | default_hide_dependency_lines: false 3 | default_quest_shape: "" 4 | filename: "completionist" 5 | group: "37C10F4BE9E00A26" 6 | id: "4440F1C8A1FA60FC" 7 | order_index: 3 8 | quest_links: [ ] 9 | quests: [{ 10 | dependencies: [ 11 | "70DA25C53FFEB49F" 12 | "5E95CED116D2C8F4" 13 | "6EFCD443EA481BD4" 14 | "6428AF7E62AC7FA9" 15 | "59242A72A38A5A9A" 16 | "6DF33D1B5C76639B" 17 | "245FE9BAB6F6F545" 18 | "389CFAF34A692969" 19 | "6852C249CA093735" 20 | "713453058246129A" 21 | "4ABF5C9676202847" 22 | "481C3C4D8D5AF5B8" 23 | "0F4713A9935F369F" 24 | ] 25 | description: ["&l&e¡Guau. ¡Has completado todas las misiones secundarias! ¡Felicidades!&r&r"] 26 | icon: { 27 | Count: 1 28 | id: "stalwart_dungeons:teleporter_pearl" 29 | tag: { } 30 | } 31 | id: "0D3A8C54B7F4882E" 32 | rewards: [ 33 | { 34 | command: "/tellraw @a {\"text\":\"\",\"color\":\"red\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" ¡ha completado todos los logros!\"}]}" 35 | elevate_perms: true 36 | icon: "minecraft:cookie" 37 | id: "3157148AF2774908" 38 | title: "Haz clic aquí para presumir" 39 | type: "command" 40 | } 41 | { 42 | auto: "enabled" 43 | command: "/mine_and_slash give xp_times_lvl @p 5000" 44 | elevate_perms: true 45 | icon: "ftb_ph:exp" 46 | id: "3AB0B75CE05EB755" 47 | silent: true 48 | title: "5000 de Experiencia x Nvl." 49 | type: "command" 50 | } 51 | { 52 | id: "082683F82C35A0B5" 53 | item: "lightmanscurrency:coin_netherite" 54 | title: "Dinero" 55 | type: "item" 56 | } 57 | { 58 | id: "1A864D7DA9FEDA03" 59 | item: "simplehats:cowboyrgb" 60 | type: "item" 61 | } 62 | ] 63 | shape: "hexagon" 64 | size: 3.0d 65 | subtitle: "Logro Final" 66 | tasks: [{ 67 | id: "74A99B588AB7DC63" 68 | title: "Haz Clic al Leer" 69 | type: "checkmark" 70 | }] 71 | title: "El Completista" 72 | x: 0.0d 73 | y: 0.0d 74 | }] 75 | title: "Completista" 76 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/support_gem_6.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "46D168928F3E47A2" 3 | loot_size: 1 4 | order_index: 24 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"ranged_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño a Distancia" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/str" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Fuego" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Daño de Frío" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/support/int" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Soporte de Daño de Rayo" 55 | } 56 | { 57 | item: { 58 | Count: 1 59 | id: "mmorpg:skill_gems/support/dex" 60 | tag: { 61 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 62 | } 63 | } 64 | title: "Gema de Soporte de Daño de Caos" 65 | } 66 | ] 67 | title: "Gemas de Soporte 6" 68 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/support_gem_6.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "46D168928F3E47A2" 3 | loot_size: 1 4 | order_index: 24 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"ranged_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño a Distancia" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/str" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño por Fuego" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Daño por Frío" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/support/int" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Soporte de Daño por Rayo" 55 | } 56 | { 57 | item: { 58 | Count: 1 59 | id: "mmorpg:skill_gems/support/dex" 60 | tag: { 61 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 62 | } 63 | } 64 | title: "Gema de Soporte de Daño Caos" 65 | } 66 | ] 67 | title: "Gemas de Soporte 6" 68 | } 69 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/support_gem_6.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "46D168928F3E47A2" 3 | loot_size: 1 4 | order_index: 24 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"ranged_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño a Distancia" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/str" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño de Fuego" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Daño de Frío" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/support/int" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Soporte de Daño de Rayo" 55 | } 56 | { 57 | item: { 58 | Count: 1 59 | id: "mmorpg:skill_gems/support/dex" 60 | tag: { 61 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 62 | } 63 | } 64 | title: "Gema de Soporte de Daño de Caos" 65 | } 66 | ] 67 | title: "Gemas de Soporte 6" 68 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/support_gem_6.snbt: -------------------------------------------------------------------------------- 1 | { 2 | id: "46D168928F3E47A2" 3 | loot_size: 1 4 | order_index: 24 5 | rewards: [ 6 | { 7 | item: { 8 | Count: 1 9 | id: "mmorpg:skill_gems/support/str" 10 | tag: { 11 | mmorpg_skill_gem: "{\"id\":\"physical_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 12 | } 13 | } 14 | title: "Gema de Soporte de Daño Físico" 15 | } 16 | { 17 | item: { 18 | Count: 1 19 | id: "mmorpg:skill_gems/support/dex" 20 | tag: { 21 | mmorpg_skill_gem: "{\"id\":\"ranged_damage\",\"type\":\"SUPPORT\",\"perc\":40,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 22 | } 23 | } 24 | title: "Gema de Soporte de Daño a Distancia" 25 | } 26 | { 27 | item: { 28 | Count: 1 29 | id: "mmorpg:skill_gems/support/str" 30 | tag: { 31 | mmorpg_skill_gem: "{\"id\":\"fire_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 32 | } 33 | } 34 | title: "Gema de Soporte de Daño por Fuego" 35 | } 36 | { 37 | item: { 38 | Count: 1 39 | id: "mmorpg:skill_gems/support/dex" 40 | tag: { 41 | mmorpg_skill_gem: "{\"id\":\"cold_damage\",\"type\":\"SUPPORT\",\"perc\":35,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 42 | } 43 | } 44 | title: "Gema de Soporte de Daño por Frío" 45 | } 46 | { 47 | item: { 48 | Count: 1 49 | id: "mmorpg:skill_gems/support/int" 50 | tag: { 51 | mmorpg_skill_gem: "{\"id\":\"lightning_damage\",\"type\":\"SUPPORT\",\"perc\":38,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 52 | } 53 | } 54 | title: "Gema de Soporte de Daño por Rayo" 55 | } 56 | { 57 | item: { 58 | Count: 1 59 | id: "mmorpg:skill_gems/support/dex" 60 | tag: { 61 | mmorpg_skill_gem: "{\"id\":\"chaos_damage\",\"type\":\"SUPPORT\",\"perc\":31,\"rar\":\"uncommon\",\"links\":1,\"sal\":true}" 62 | } 63 | } 64 | title: "Gema de Soporte de Daño Caos" 65 | } 66 | ] 67 | title: "Gemas de Soporte 6" 68 | } 69 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/first_boots.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_boots" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":42},\"imp\":{\"p\":30},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":1,\"id\":\"item_flat_armor\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":1,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "4FAC51956C55A453" 11 | loot_size: 1 12 | order_index: 8 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_boots" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":24},\"imp\":{\"p\":46},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":2,\"lvl\":3,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_boots" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":10},\"imp\":{\"p\":5},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":3,\"gtype\":\"leather_boots\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_boots" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":40},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":25,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":0,\"lvl\":3,\"gtype\":\"cloth_boots\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primeras Botas" 46 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/first_helmet.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_helmet" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":57},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "785B9A3ACA6307BA" 11 | loot_size: 1 12 | order_index: 5 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_helmet" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":21},\"imp\":{\"p\":97},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":19,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_helmet" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":17},\"imp\":{\"p\":21},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_perc_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_helmet\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_helmet" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":11},\"imp\":{\"p\":2},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":12,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":2,\"lvl\":3,\"gtype\":\"cloth_helmet\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primer Casco" 46 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/chapters/completionist.snbt: -------------------------------------------------------------------------------- 1 | { 2 | default_hide_dependency_lines: false 3 | default_quest_shape: "" 4 | filename: "completionist" 5 | group: "37C10F4BE9E00A26" 6 | id: "4440F1C8A1FA60FC" 7 | order_index: 3 8 | quest_links: [ ] 9 | quests: [{ 10 | dependencies: [ 11 | "70DA25C53FFEB49F" 12 | "5E95CED116D2C8F4" 13 | "6EFCD443EA481BD4" 14 | "6428AF7E62AC7FA9" 15 | "59242A72A38A5A9A" 16 | "6DF33D1B5C76639B" 17 | "245FE9BAB6F6F545" 18 | "389CFAF34A692969" 19 | "6852C249CA093735" 20 | "713453058246129A" 21 | "4ABF5C9676202847" 22 | "481C3C4D8D5AF5B8" 23 | "0F4713A9935F369F" 24 | ] 25 | description: [ 26 | "&l&e¡Vaya! ¡Has completado todas las misiones secundarias! ¡Felicidades!&r&r" 27 | ] 28 | icon: { 29 | Count: 1 30 | id: "stalwart_dungeons:teleporter_pearl" 31 | tag: { } 32 | } 33 | id: "0D3A8C54B7F4882E" 34 | rewards: [ 35 | { 36 | command: "/tellraw @a {\"text\":\"\",\"color\":\"red\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has completed every achievement!\"}]}" 37 | elevate_perms: true 38 | icon: "minecraft:cookie" 39 | id: "3157148AF2774908" 40 | title: "Haga clic aquí para presumir" 41 | type: "command" 42 | } 43 | { 44 | auto: "enabled" 45 | command: "/mine_and_slash give xp_times_lvl @p 5000" 46 | elevate_perms: true 47 | icon: "ftb_ph:exp" 48 | id: "3AB0B75CE05EB755" 49 | silent: true 50 | title: "5000 Experiencia x Lv." 51 | type: "command" 52 | } 53 | { 54 | id: "082683F82C35A0B5" 55 | item: "lightmanscurrency:coin_netherite" 56 | title: "Dinero" 57 | type: "item" 58 | } 59 | { 60 | id: "1A864D7DA9FEDA03" 61 | item: "simplehats:cowboyrgb" 62 | type: "item" 63 | } 64 | ] 65 | shape: "hexagon" 66 | size: 3.0d 67 | subtitle: "Logro final" 68 | tasks: [{ 69 | id: "74A99B588AB7DC63" 70 | title: "Haga clic una vez leído" 71 | type: "checkmark" 72 | }] 73 | title: "El completista" 74 | x: 0.0d 75 | y: 0.0d 76 | }] 77 | title: "Complecionista" 78 | } 79 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/first_boots.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_boots" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":42},\"imp\":{\"p\":30},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":1,\"id\":\"item_flat_armor\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":1,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "4FAC51956C55A453" 11 | loot_size: 1 12 | order_index: 8 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_boots" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":24},\"imp\":{\"p\":46},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":2,\"lvl\":3,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_boots" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":10},\"imp\":{\"p\":5},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":3,\"gtype\":\"leather_boots\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_boots" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":40},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":25,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":0,\"lvl\":3,\"gtype\":\"cloth_boots\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primeras Botas" 46 | } 47 | -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/first_helmet.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_helmet" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":57},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "785B9A3ACA6307BA" 11 | loot_size: 1 12 | order_index: 5 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_helmet" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":21},\"imp\":{\"p\":97},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":19,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_helmet" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":17},\"imp\":{\"p\":21},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_perc_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_helmet\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_helmet" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":11},\"imp\":{\"p\":2},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":12,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":2,\"lvl\":3,\"gtype\":\"cloth_helmet\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primer Casco" 46 | } 47 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/first_helmet.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_helmet" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":57},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "785B9A3ACA6307BA" 11 | loot_size: 1 12 | order_index: 5 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_helmet" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":21},\"imp\":{\"p\":97},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":19,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_helmet" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":17},\"imp\":{\"p\":21},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_perc_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_helmet\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_helmet" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":11},\"imp\":{\"p\":2},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":12,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":2,\"lvl\":3,\"gtype\":\"cloth_helmet\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primer Casco" 46 | } -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/first_boots.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_boots" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":42},\"imp\":{\"p\":30},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":1,\"id\":\"item_flat_armor\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":1,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "4FAC51956C55A453" 11 | loot_size: 1 12 | order_index: 8 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_boots" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":24},\"imp\":{\"p\":46},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":2,\"lvl\":3,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_boots" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":10},\"imp\":{\"p\":5},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":3,\"gtype\":\"leather_boots\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_boots" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":40},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":25,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":0,\"lvl\":3,\"gtype\":\"cloth_boots\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primeras Botas" 46 | } -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/chapters/completionist.snbt: -------------------------------------------------------------------------------- 1 | { 2 | default_hide_dependency_lines: false 3 | default_quest_shape: "" 4 | filename: "completionist" 5 | group: "37C10F4BE9E00A26" 6 | id: "4440F1C8A1FA60FC" 7 | order_index: 3 8 | quest_links: [ ] 9 | quests: [{ 10 | dependencies: [ 11 | "70DA25C53FFEB49F" 12 | "5E95CED116D2C8F4" 13 | "6EFCD443EA481BD4" 14 | "6428AF7E62AC7FA9" 15 | "59242A72A38A5A9A" 16 | "6DF33D1B5C76639B" 17 | "245FE9BAB6F6F545" 18 | "389CFAF34A692969" 19 | "6852C249CA093735" 20 | "713453058246129A" 21 | "4ABF5C9676202847" 22 | "481C3C4D8D5AF5B8" 23 | "0F4713A9935F369F" 24 | ] 25 | description: [ 26 | "&l&e¡Vaya! ¡Has completado todas las misiones secundarias! ¡Felicidades!&r&r" 27 | ] 28 | icon: { 29 | Count: 1 30 | id: "stalwart_dungeons:teleporter_pearl" 31 | tag: { } 32 | } 33 | id: "0D3A8C54B7F4882E" 34 | rewards: [ 35 | { 36 | command: "/tellraw @a {\"text\":\"\",\"color\":\"red\",\"extra\":[{\"selector\":\"@p\"},{\"text\":\" has completed every achievement!\"}]}" 37 | elevate_perms: true 38 | icon: "minecraft:cookie" 39 | id: "3157148AF2774908" 40 | title: "Haga clic aquí para presumir" 41 | type: "command" 42 | } 43 | { 44 | auto: "enabled" 45 | command: "/mine_and_slash give xp_times_lvl @p 5000" 46 | elevate_perms: true 47 | icon: "ftb_ph:exp" 48 | id: "3AB0B75CE05EB755" 49 | silent: true 50 | title: "5000 Experiencia x Lv." 51 | type: "command" 52 | } 53 | { 54 | id: "082683F82C35A0B5" 55 | item: "lightmanscurrency:coin_netherite" 56 | title: "Dinero" 57 | type: "item" 58 | } 59 | { 60 | id: "1A864D7DA9FEDA03" 61 | item: "simplehats:cowboyrgb" 62 | type: "item" 63 | } 64 | ] 65 | shape: "hexagon" 66 | size: 3.0d 67 | subtitle: "Logro final" 68 | tasks: [{ 69 | id: "74A99B588AB7DC63" 70 | title: "Haga clic una vez leído" 71 | type: "checkmark" 72 | }] 73 | title: "El completista" 74 | x: 0.0d 75 | y: 0.0d 76 | }] 77 | title: "Complecionista" 78 | } 79 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/first_boots.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_boots" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":42},\"imp\":{\"p\":30},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":1,\"id\":\"item_flat_armor\",\"t\":1,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":1,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "4FAC51956C55A453" 11 | loot_size: 1 12 | order_index: 8 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_boots" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":24},\"imp\":{\"p\":46},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":2,\"lvl\":3,\"gtype\":\"plate_boots\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_boots" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":10},\"imp\":{\"p\":5},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":1,\"lvl\":3,\"gtype\":\"leather_boots\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_boots" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":40},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":25,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":0,\"lvl\":3,\"gtype\":\"cloth_boots\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primeras Botas" 46 | } 47 | -------------------------------------------------------------------------------- /Versión 2-0.9.3 Hasta Versión 2-0.9.5/config/ftbquests/quests/reward_tables/first_helmet.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_helmet" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":57},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "785B9A3ACA6307BA" 11 | loot_size: 1 12 | order_index: 5 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_helmet" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":21},\"imp\":{\"p\":97},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":19,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"plate_helmet\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_helmet" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":17},\"imp\":{\"p\":21},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_perc_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_helmet\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_helmet" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":11},\"imp\":{\"p\":2},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":12,\"id\":\"giants\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":2,\"lvl\":3,\"gtype\":\"cloth_helmet\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primer Casco" 46 | } 47 | -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/first_pants.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_leggings" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":94},\"imp\":{\"p\":93},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_perc_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "75DE5BED07311A78" 11 | loot_size: 1 12 | order_index: 7 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_leggings" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":12},\"imp\":{\"p\":71},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":4,\"lvl\":3,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_leggings" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":20},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":21,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_pants\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_leggings" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":14},\"imp\":{\"p\":76},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_flat_ms\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":3,\"gtype\":\"cloth_pants\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primeros Pantalones" 46 | } -------------------------------------------------------------------------------- /Versión 2-0.9.2 y anteriores/config/ftbquests/quests/reward_tables/first_pants.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_leggings" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":94},\"imp\":{\"p\":93},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_perc_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "75DE5BED07311A78" 11 | loot_size: 1 12 | order_index: 7 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_leggings" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":12},\"imp\":{\"p\":71},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":4,\"lvl\":3,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_leggings" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":20},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":21,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_pants\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_leggings" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":14},\"imp\":{\"p\":76},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_flat_ms\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":3,\"gtype\":\"cloth_pants\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primeros Pantalones" 46 | } 47 | -------------------------------------------------------------------------------- /Versión 2-1.0.0 Hasta Versión 2-1.05/config/ftbquests/quests/reward_tables/first_pants.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_leggings" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":94},\"imp\":{\"p\":93},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_perc_armor\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":1,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "75DE5BED07311A78" 11 | loot_size: 1 12 | order_index: 7 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_leggings" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":12},\"imp\":{\"p\":71},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":14,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":4,\"rs\":4,\"lvl\":3,\"gtype\":\"plate_pants\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_leggings" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":20},\"imp\":{\"p\":91},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":21,\"id\":\"seraphim\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":1,\"rs\":0,\"lvl\":3,\"gtype\":\"leather_pants\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_leggings" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":14},\"imp\":{\"p\":76},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":23,\"id\":\"item_flat_ms\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":0,\"rs\":1,\"lvl\":3,\"gtype\":\"cloth_pants\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primeros Pantalones" 46 | } -------------------------------------------------------------------------------- /Versión 2-1.0.6 y Superiores/config/ftbquests/quests/reward_tables/first_chest.snbt: -------------------------------------------------------------------------------- 1 | { 2 | icon: { 3 | Count: 1 4 | id: "minecraft:iron_chestplate" 5 | tag: { 6 | Damage: 0 7 | mmorpg_gear: "{\"baseStats\":{\"p\":100},\"imp\":{\"p\":11},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"seraphim\",\"t\":2,\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":2,\"lvl\":1,\"gtype\":\"plate_chest\",\"pot\":\"common\",\"pn\":100}" 8 | } 9 | } 10 | id: "622C723AF9BE0433" 11 | loot_size: 1 12 | order_index: 6 13 | rewards: [ 14 | { 15 | item: { 16 | Count: 1 17 | id: "cte_essentials:plate_0_chestplate" 18 | tag: { 19 | Damage: 0 20 | mmorpg_gear: "{\"baseStats\":{\"p\":12},\"imp\":{\"p\":37},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":10,\"id\":\"item_both_armor\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":5,\"rs\":3,\"lvl\":3,\"gtype\":\"plate_chest\",\"pot\":\"common\",\"pn\":100}" 21 | } 22 | } 23 | } 24 | { 25 | item: { 26 | Count: 1 27 | id: "cte_essentials:leather_0_chestplate" 28 | tag: { 29 | Damage: 0 30 | mmorpg_gear: "{\"baseStats\":{\"p\":15},\"imp\":{\"p\":89},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":17,\"id\":\"item_both_dodge\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":1},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":2,\"lvl\":3,\"gtype\":\"leather_chest\",\"pot\":\"common\",\"pn\":100}" 31 | } 32 | } 33 | } 34 | { 35 | item: { 36 | Count: 1 37 | id: "cte_essentials:cloth_0_chestplate" 38 | tag: { 39 | Damage: 0 40 | mmorpg_gear: "{\"baseStats\":{\"p\":13},\"imp\":{\"p\":9},\"affixes\":{\"suf\":[],\"pre\":[{\"p\":13,\"id\":\"item_flat_ms\",\"rar\":\"common\",\"ty\":\"prefix\"}],\"cor\":[]},\"sockets\":{\"so\":[],\"sl\":0},\"data\":{\"map\":{}},\"rar\":\"common\",\"rp\":3,\"rs\":1,\"lvl\":3,\"gtype\":\"cloth_chest\",\"pot\":\"common\",\"pn\":100}" 41 | } 42 | } 43 | } 44 | ] 45 | title: "Primer Peto" 46 | } --------------------------------------------------------------------------------