Files
sevtech-ages-1.12.2/config/vtt/trade_tables/armorer.json
2025-07-23 08:37:00 +03:00

89 lines
1.7 KiB
JSON

{
"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
}
}
]
}
}