-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
How can we disable "Hero of the Village" and "Let's Do" charisma beer impact on prices?
price_multiplier is set to 0.0.
{
"tiers": [
{
"groups": [
{
"num_to_select": 100.0,
"trades": [
{
"cost_a": {
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 10.0,
"function": "minecraft:set_count"
}
],
"name": "nexus:token_wood"
},
"max_uses": 2147483647.0,
"price_multiplier": 0.0,
"result": {
"type": "minecraft:item",
"name": "nexus:token_copper"
},
"reward_experience": false,
"trader_experience": 0.0
},
{
"cost_a": {
"type": "minecraft:item",
"name": "nexus:token_copper"
},
"max_uses": 2147483647.0,
"price_multiplier": 0.0,
"result": {
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 10.0,
"function": "minecraft:set_count"
}
],
"name": "nexus:token_wood"
},
"reward_experience": false,
"trader_experience": 0.0
},
{
"cost_a": {
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 10.0,
"function": "minecraft:set_count"
}
],
"name": "nexus:token_copper"
},
"max_uses": 2147483647.0,
"price_multiplier": 0.0,
"result": {
"type": "minecraft:item",
"name": "nexus:token_silver"
},
"reward_experience": false,
"trader_experience": 0.0
},
{
"cost_a": {
"type": "minecraft:item",
"name": "nexus:token_silver"
},
"max_uses": 2147483647.0,
"price_multiplier": 0.0,
"result": {
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 10.0,
"function": "minecraft:set_count"
}
],
"name": "nexus:token_copper"
},
"reward_experience": false,
"trader_experience": 0.0
},
{
"cost_a": {
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 10.0,
"function": "minecraft:set_count"
}
],
"name": "nexus:token_silver"
},
"max_uses": 2147483647.0,
"price_multiplier": 0.0,
"result": {
"type": "minecraft:item",
"name": "nexus:token_gold"
},
"reward_experience": false,
"trader_experience": 0.0
},
{
"cost_a": {
"type": "minecraft:item",
"name": "nexus:token_gold"
},
"max_uses": 2147483647.0,
"price_multiplier": 0.0,
"result": {
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 10.0,
"function": "minecraft:set_count"
}
],
"name": "nexus:token_silver"
},
"reward_experience": false,
"trader_experience": 0.0
}
]
}
],
"total_exp_required": 0
}
]
}
Metadata
Metadata
Assignees
Labels
No labels