minecraft server init
This commit is contained in:
89
config/vtt/trade_tables/armorer.json
Normal file
89
config/vtt/trade_tables/armorer.json
Normal file
@ -0,0 +1,89 @@
|
||||
{
|
||||
"Profession": "minecraft:smith",
|
||||
"Career": "armor",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "totemic:buffalo_items",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "primal:leather_cordage",
|
||||
"Count": {
|
||||
"min": 5,
|
||||
"max": 11
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:pelt_sheep",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:leather_helmet",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:pelt_wolf",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:leather_chestplate",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:pelt_animal",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:leather_leggings",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:rabbit_hide",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:leather_boots",
|
||||
"Count": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
36
config/vtt/trade_tables/brewer.json
Normal file
36
config/vtt/trade_tables/brewer.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"Profession": "vtt:brewer",
|
||||
"Career": "brewer",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"buy": {
|
||||
"id": "minecraft:mushroom_stew",
|
||||
"Count": {
|
||||
"min": 4,
|
||||
"max": 8
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "primal_tech:fluid_bladder",
|
||||
"Count": 1
|
||||
},
|
||||
"CareerLevel": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
163
config/vtt/trade_tables/butcher.json
Normal file
163
config/vtt/trade_tables/butcher.json
Normal file
@ -0,0 +1,163 @@
|
||||
{
|
||||
"Profession": "minecraft:butcher",
|
||||
"Career": "butcher",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "abyssalcraft:stone",
|
||||
"Count": {
|
||||
"min": 16,
|
||||
"max": 24
|
||||
},
|
||||
"Damage": 7
|
||||
},
|
||||
"sell": {
|
||||
"id": "abyssalcraft:shoggothflesh",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:bone",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:porkchop",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:carrot",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:beef",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:red_mushroom",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:rabbit",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:reeds",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:mutton",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:apple",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:chicken",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:dye",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"Damage": 3
|
||||
},
|
||||
"sell": {
|
||||
"id": "animalium:rat_meat",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:egg",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "totemic:buffalo_meat",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:salt_dust_netjry",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "animalium:bear_meat",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:fish",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "primal:shark_meat_raw",
|
||||
"Count": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
82
config/vtt/trade_tables/cartographer.json
Normal file
82
config/vtt/trade_tables/cartographer.json
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"Profession":"minecraft:librarian",
|
||||
"Career":"cartographer",
|
||||
"Offers":{
|
||||
"Recipes":[
|
||||
{
|
||||
"action":"clear",
|
||||
"CareerLevel":1
|
||||
},
|
||||
{
|
||||
"action":"clear",
|
||||
"CareerLevel":2
|
||||
},
|
||||
{
|
||||
"action":"clear",
|
||||
"CareerLevel":3
|
||||
},
|
||||
{
|
||||
"action":"add",
|
||||
"CareerLevel":1,
|
||||
"buy":{
|
||||
"id":"minecraft:feather",
|
||||
"Count":{
|
||||
"min":4,
|
||||
"max":8
|
||||
}
|
||||
},
|
||||
"buyB":{
|
||||
"id":"minecraft:dye",
|
||||
"Count":{
|
||||
"min":8,
|
||||
"max":12
|
||||
}
|
||||
},
|
||||
"sell":{
|
||||
"id":"antiqueatlas:empty_antique_atlas",
|
||||
"Count":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action":"add",
|
||||
"CareerLevel":2,
|
||||
"buy":{
|
||||
"id":"betterwithmods:material",
|
||||
"Damage":3,
|
||||
"Count":{
|
||||
"min":4,
|
||||
"max":8
|
||||
}
|
||||
},
|
||||
"sell":{
|
||||
"id":"betterwithmods:manual",
|
||||
"Count":1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action":"add",
|
||||
"CareerLevel":3,
|
||||
"buy":{
|
||||
"id":"geolosys:cluster",
|
||||
"Damage":2,
|
||||
"Count":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
},
|
||||
"buyB":{
|
||||
"id":"geolosys:cluster",
|
||||
"Damage":3,
|
||||
"Count":{
|
||||
"min":1,
|
||||
"max":2
|
||||
}
|
||||
},
|
||||
"sell":{
|
||||
"id":"geolosys:field_manual",
|
||||
"Count":1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
102
config/vtt/trade_tables/cleric.json
Normal file
102
config/vtt/trade_tables/cleric.json
Normal file
@ -0,0 +1,102 @@
|
||||
{
|
||||
"Profession": "minecraft:priest",
|
||||
"Career": "cleric",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "abyssalcraft:stone",
|
||||
"Count": {
|
||||
"min": 16,
|
||||
"max": 24
|
||||
},
|
||||
"Damage": 7
|
||||
},
|
||||
"sell": {
|
||||
"id": "abyssalcraft:shoggothflesh",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "totemic:buffalo_items",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "darkutils:charm_agression",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:pelt_shark",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "darkutils:charm_gluttony",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:feather",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "darkutils:charm_null",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:spider_eye",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "darkutils:focus_sash",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:shark_tooth",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "darkutils:charm_sleep",
|
||||
"Count": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
134
config/vtt/trade_tables/farmer.json
Normal file
134
config/vtt/trade_tables/farmer.json
Normal file
@ -0,0 +1,134 @@
|
||||
{
|
||||
"Profession": "minecraft:farmer",
|
||||
"Career": "farmer",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:dye",
|
||||
"Count": 8,
|
||||
"Damage": 15
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:farmland",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "ferdinandsflowers:block_cff_flowers",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"Damage": 6
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:red_flower",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"Damage": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "ferdinandsflowers:block_cff_doublesc",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"Damage": 2
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:red_flower",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"Damage": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "ferdinandsflowers:block_cff_doublesc",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"Damage": 3
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:red_flower",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"Damage": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:dye",
|
||||
"Count": 16,
|
||||
"Damage": 15
|
||||
},
|
||||
"sell": {
|
||||
"id": "rustic:apple_seeds",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:baked_potato",
|
||||
"Count": 8
|
||||
},
|
||||
"sell": {
|
||||
"id": "natura:overworld_seeds",
|
||||
"Count": 1,
|
||||
"Damage": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "betterwithaddons:food_carrot_baked",
|
||||
"Count": 8
|
||||
},
|
||||
"sell": {
|
||||
"id": "rustic:grape_stem",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:bread",
|
||||
"Count": 4
|
||||
},
|
||||
"sell": {
|
||||
"id": "rustic:tomato_seeds",
|
||||
"Count": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
27
config/vtt/trade_tables/fisherman.json
Normal file
27
config/vtt/trade_tables/fisherman.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"Profession": "minecraft:farmer",
|
||||
"Career": "fisherman",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "abyssalcraft:stone",
|
||||
"Count": {
|
||||
"min": 16,
|
||||
"max": 24
|
||||
},
|
||||
"Damage": 7
|
||||
},
|
||||
"sell": {
|
||||
"id": "abyssalcraft:shoggothflesh",
|
||||
"Count": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
29
config/vtt/trade_tables/fletcher.json
Normal file
29
config/vtt/trade_tables/fletcher.json
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"Profession": "minecraft:farmer",
|
||||
"Career": "fletcher",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:flint_point",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:string",
|
||||
"Count": {
|
||||
"min": 3,
|
||||
"max": 8
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
77
config/vtt/trade_tables/leatherworker.json
Normal file
77
config/vtt/trade_tables/leatherworker.json
Normal file
@ -0,0 +1,77 @@
|
||||
{
|
||||
"Profession": "minecraft:butcher",
|
||||
"Career": "leather",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"buy": {
|
||||
"id": "primal:pelt_horse",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "primal:leather_cordage",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"CareerLevel": 1
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"buy": {
|
||||
"id": "primal:pelt_llama",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:saddle",
|
||||
"Count": 1
|
||||
},
|
||||
"CareerLevel": 1
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"buy": {
|
||||
"id": "primal:pelt_cow",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:leather_helmet",
|
||||
"Count": 1
|
||||
},
|
||||
"CareerLevel": 1
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"buy": {
|
||||
"id": "primal:pelt_sheep",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:leather",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"CareerLevel": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
33
config/vtt/trade_tables/librarian.json
Normal file
33
config/vtt/trade_tables/librarian.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"Profession": "minecraft:librarian",
|
||||
"Career": "librarian",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:feather",
|
||||
"Count": {
|
||||
"min": 4,
|
||||
"max": 8
|
||||
}
|
||||
},
|
||||
"buyB": {
|
||||
"id": "minecraft:dye",
|
||||
"Count": {
|
||||
"min": 8,
|
||||
"max": 12
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "antiqueatlas:empty_antique_atlas",
|
||||
"Count": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
27
config/vtt/trade_tables/necromancer.json
Normal file
27
config/vtt/trade_tables/necromancer.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"Profession": "minecraft:priest",
|
||||
"Career": "necromancer",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "abyssalcraft:shadowshard",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "abyssalcraft:stone",
|
||||
"Count": 1,
|
||||
"Damage": 7
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
11
config/vtt/trade_tables/nitwit.json
Normal file
11
config/vtt/trade_tables/nitwit.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"Profession": "minecraft:nitwit",
|
||||
"Career": "nitwit",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
11
config/vtt/trade_tables/redstoner.json
Normal file
11
config/vtt/trade_tables/redstoner.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"Profession": "vtt:redstoner",
|
||||
"Career": "redstoner",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
68
config/vtt/trade_tables/shepherd.json
Normal file
68
config/vtt/trade_tables/shepherd.json
Normal file
@ -0,0 +1,68 @@
|
||||
{
|
||||
"Profession": "minecraft:farmer",
|
||||
"Career": "shepherd",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "betterwithaddons:wool",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:string",
|
||||
"Count": {
|
||||
"min": 5,
|
||||
"max": 9
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "betterwithaddons:bolt",
|
||||
"Count": 2,
|
||||
"Damage": 1
|
||||
},
|
||||
"sell": {
|
||||
"id": "primal:quartz_workblade",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "betterwithaddons:bolt",
|
||||
"Count": 1,
|
||||
"Damage": 6
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:lead",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "betterwithaddons:bolt",
|
||||
"Count": 1,
|
||||
"Damage": 3
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:shears",
|
||||
"Count": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
81
config/vtt/trade_tables/toolsmith.json
Normal file
81
config/vtt/trade_tables/toolsmith.json
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"Profession": "minecraft:smith",
|
||||
"Career": "tool",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "betterwithaddons:bolt",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "primal:quartz_workblade",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:shark_tooth",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "chisel:chisel_iron",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "abyssalcraft:coralium",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "chisel:chisel_iron",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "mekanism:ingot",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"Damage": 6
|
||||
},
|
||||
"sell": {
|
||||
"id": "chisel:chisel_iron",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
102
config/vtt/trade_tables/weapon.json
Normal file
102
config/vtt/trade_tables/weapon.json
Normal file
@ -0,0 +1,102 @@
|
||||
{
|
||||
"Profession": "minecraft:smith",
|
||||
"Career": "weapon",
|
||||
"Offers": {
|
||||
"Recipes": [
|
||||
{
|
||||
"action": "clear"
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:rotten_flesh",
|
||||
"Count": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:wooden_sword",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:spider_eye",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:stone_sword",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:bone",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:wooden_axe",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "minecraft:gunpowder",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "minecraft:stone_axe",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "primal:shark_tooth",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "pickletweaks:repair_kit",
|
||||
"Count": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"action": "add",
|
||||
"CareerLevel": 1,
|
||||
"buy": {
|
||||
"id": "animalium:bear_claw",
|
||||
"Count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
},
|
||||
"sell": {
|
||||
"id": "pickletweaks:repair_kit",
|
||||
"Count": 1,
|
||||
"Damage": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user