Initial
This commit is contained in:
17
overrides/config/vtt/trade_tables/armorer.json
Normal file
17
overrides/config/vtt/trade_tables/armorer.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
Profession: "minecraft:smith",
|
||||
Career:"armor",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"remove", buy:{id:"minecraft:emerald"},sell:{id:"minecraft:diamond_chestplate"}, CareerLevel:3},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:10,max:12}},sell:{id:"minecraft:diamond_helmet",Count:1,tag:{ench:"random"}}, CareerLevel:3, chance:0.25},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:16,max:19}},sell:{id:"minecraft:diamond_chestplate",Count:1,tag:{ench:"random"}}, CareerLevel:3, chance:0.25},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:14,max:17}},sell:{id:"minecraft:diamond_leggings",Count:1,tag:{ench:"random"}}, CareerLevel:3, chance:0.25},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:8,max:10}},sell:{id:"minecraft:diamond_boots",Count:1,tag:{ench:"random"}}, CareerLevel:3, chance:0.25}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
26
overrides/config/vtt/trade_tables/brewer.json
Normal file
26
overrides/config/vtt/trade_tables/brewer.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
Profession:"vtt:brewer",
|
||||
Career:"brewer",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:sugar",Count:{min:18,max:22}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:brown_mushroom",Count:{min:15,max:19}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
{action:"add", buyB:{id:"minecraft:emerald",Count:1},buy:{id:"minecraft:carrot",Count:1},sell:{id:"minecraft:golden_carrot",Count:1}, CareerLevel:1},
|
||||
{action:"add", buyB:{id:"minecraft:emerald",Count:1},buy:{id:"minecraft:melon",Count:1},sell:{id:"minecraft:speckled_melon",Count:1}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:3,max:5}},sell:{id:"minecraft:fish",Count:1,Damage:3}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:3,max:5}},sell:{id:"minecraft:rabbit_foot",Count:1}, CareerLevel:1},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:gunpowder",Count:{min:18,max:22}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:spider_eye",Count:{min:12,max:16}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:3,max:5}},sell:{id:"minecraft:magma_cream",Count:1}, CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:6,max:8}},sell:{id:"minecraft:ghast_tear",Count:1}, CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:4,max:6}},sell:{id:"minecraft:fermented_spider_eye",Count:{min:2,max:3}}, CareerLevel:2},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:3,max:5}},sell:{id:"minecraft:potion",Count:1,tag:{Potion:"random"}}, CareerLevel:3},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:3,max:5}},sell:{id:"minecraft:tipped_arrow",Count:{min:8,max:16},tag:{Potion:"random"}}, CareerLevel:3}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
18
overrides/config/vtt/trade_tables/butcher.json
Normal file
18
overrides/config/vtt/trade_tables/butcher.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
Profession:"minecraft:butcher",
|
||||
Career:"butcher",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:beef",Count:{min:14,max:18}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:mutton",Count:{min:14,max:18}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:rabbit",Count:{min:14,max:18}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:1},sell:{id:"minecraft:cooked_beef",Count:{min:5,max:7}}, CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:1},sell:{id:"minecraft:cooked_mutton",Count:{min:5,max:7}}, CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:1},sell:{id:"minecraft:cooked_rabbit",Count:{min:6,max:8}}, CareerLevel:2}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
13
overrides/config/vtt/trade_tables/farmer.json
Normal file
13
overrides/config/vtt/trade_tables/farmer.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
Profession:"minecraft:farmer",
|
||||
Career:"farmer",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:beetroot",Count:{min:15,max:19}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
16
overrides/config/vtt/trade_tables/fisherman.json
Normal file
16
overrides/config/vtt/trade_tables/fisherman.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
Profession:"minecraft:farmer",
|
||||
Career:"fisherman",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"remove", buy:{id:"minecraft:emerald"},sell:{id:"minecraft:bow"}, CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:2,max:3}},sell:{id:"minecraft:fishing_rod",Count:1}, CareerLevel:2},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:7,max:8}},sell:{id:"minecraft:fishing_rod",Count:1,tag:{ench:"random"}}, CareerLevel:3}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
16
overrides/config/vtt/trade_tables/fletcher.json
Normal file
16
overrides/config/vtt/trade_tables/fletcher.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
Profession:"minecraft:farmer",
|
||||
Career:"fletcher",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:feather",Count:{min:15,max:20}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:flint",Count:{min:15,max:20}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:12,max:15}},sell:{id:"minecraft:bow",Count:1,tag:{ench:"random"}}, CareerLevel:3}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
12
overrides/config/vtt/trade_tables/leatherworker.json
Normal file
12
overrides/config/vtt/trade_tables/leatherworker.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
Profession:"minecraft:butcher",
|
||||
Career:"leather",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:rabbit_hide",Count:{min:18,max:24}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1}
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
32
overrides/config/vtt/trade_tables/necromancer.json
Normal file
32
overrides/config/vtt/trade_tables/necromancer.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
Profession:"minecraft:priest",
|
||||
Career:"necromancer",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{
|
||||
action: "add",
|
||||
CareerLevel: 1,
|
||||
buyB: {id:"minecraft:emerald",Count:{min:8,max:12}}, buy: {id:"minecraft:skull",Count:1,Damage:0},
|
||||
sell: {id:"minecraft:spawn_egg",Count:1,Damage:0,tag:{EntityTag:{id:"minecraft:skeleton"}}}
|
||||
},
|
||||
|
||||
{
|
||||
action: "add",
|
||||
CareerLevel: 1,
|
||||
buyB: {id:"minecraft:emerald",Count:{min:8,max:12}}, buy: {id:"minecraft:skull",Count:1,Damage:2},
|
||||
sell: {id:"minecraft:spawn_egg",Count:1,Damage:0,tag:{EntityTag:{id:"minecraft:zombie"}}}
|
||||
},
|
||||
|
||||
{
|
||||
action: "add",
|
||||
CareerLevel: 1,
|
||||
buyB: {id:"minecraft:emerald",Count:{min:8,max:12}}, buy: {id:"minecraft:skull",Count:1,Damage:4},
|
||||
sell: {id:"minecraft:spawn_egg",Count:1,Damage:0,tag:{EntityTag:{id:"minecraft:creeper"}}}
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
13
overrides/config/vtt/trade_tables/nitwit.json
Normal file
13
overrides/config/vtt/trade_tables/nitwit.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
Profession:"minecraft:nitwit",
|
||||
Career:"nitwit",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:poisonous_potato",Count:{min:15,max:19}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
24
overrides/config/vtt/trade_tables/redstoner.json
Normal file
24
overrides/config/vtt/trade_tables/redstoner.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
Profession: "vtt:redstoner",
|
||||
Career:"redstoner",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:planks",Count:{min:15,max:20}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:stone",Count:{min:12,max:16}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:1},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:[1,1]},sell:{id:["minecraft:stone_button","minecraft:wooden_button"],Count:[{min:8,max:10},{min:10,max:12}]}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:1},sell:{id:"minecraft:lever",Count:{min:4,max:6}}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:[1,1]},sell:{id:["minecraft:stone_pressure_plate","minecraft:wooden_pressure_plate"],Count:[{min:4,max:5},{min:5,max:6}]}, CareerLevel:1},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:1},sell:{id:"minecraft:tripwire_hook",Count:{min:3,max:5}}, CareerLevel:1},
|
||||
|
||||
{action:"add", buy:{id:"minecraft:quartz",Count:{min:15,max:20}},sell:{id:"minecraft:emerald",Count:1}, CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:8,max:12}},sell:{id:"minecraft:repeater",Count:1},CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:10,max:16}},sell:{id:"minecraft:comparator",Count:1},CareerLevel:2},
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:10,max:16}},sell:{id:"minecraft:daylight_detector",Count:1},CareerLevel:2}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
13
overrides/config/vtt/trade_tables/shepherd.json
Normal file
13
overrides/config/vtt/trade_tables/shepherd.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
Profession:"minecraft:farmer",
|
||||
Career:"shepherd",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:12,max:15}},sell:{id:"minecraft:shears",Count:1,tag:{ench:"random"}}, CareerLevel:3}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
13
overrides/config/vtt/trade_tables/toolsmith.json
Normal file
13
overrides/config/vtt/trade_tables/toolsmith.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
Profession: "minecraft:smith",
|
||||
Career:"tool",
|
||||
|
||||
Offers:{
|
||||
Recipes:[
|
||||
|
||||
{action:"add", buy:{id:"minecraft:emerald",Count:{min:9,max:12}},sell:{id:"minecraft:diamond_shovel",Count:1,tag:{ench:"random"}}, CareerLevel:3}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user