This commit is contained in:
DaanV2
2021-07-01 16:42:21 +02:00
parent 63b688b92e
commit 5ec27268ea
91 changed files with 212 additions and 177 deletions

View File

@@ -37,8 +37,8 @@
"max_cured_discount": {
"type": "array",
"default": [-25, -63],
"description": "The max the discount can be modified by when the player has cured the Zombie Villager. Can be specified as a pair of numbers (low-tier trade discount and high-tier trade discount)",
"title": "Max Cured Discount",
"description": "The Maximum the discount can be modified by when the player has cured the Zombie Villager. Can be specified as a pair of numbers (low-tier trade discount and high-tier trade discount)",
"title": "Maximum Cured Discount",
"items": [
{ "type": "integer", "title": "A", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
{ "type": "integer", "title": "B", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
@@ -47,8 +47,8 @@
"max_nearby_cured_discount": {
"type": "integer",
"default": -200,
"description": "The max the discount can be modified by when the player has cured a nearby Zombie Villager",
"title": "Max Nearby Cured Discount"
"description": "The Maximum the discount can be modified by when the player has cured a nearby Zombie Villager",
"title": "Maximum Nearby Cured Discount"
},
"nearby_cured_discount": {
"type": "integer",