This commit is contained in:
snusxd
2026-03-26 21:58:27 +03:00
commit bdd63dc0aa
5889 changed files with 677426 additions and 0 deletions

View File

@@ -0,0 +1,453 @@
{
"Comments": {
"note": "Please use this guide to avoid errors, copy paste the value here. use Test so that it will override and takes priority in drops",
"tips": "If you want to reset this json file, then delete this config and it will generate again once you restart the game or server.",
"colors_available": ["BLACK","DARK_BLUE","DARK_GREEN","DARK_AQUA","DARK_RED","DARK_PURPLE",
"GOLD","GRAY","DARK_GRAY","BLUE","GREEN","AQUA","RED","LIGHT_PURPLE","YELLOW","WHITE"],
"attribute_slot": ["All", "HEAD", "CHEST", "LEGS", "FEET", "MAINHAND"],
"attributes": ["ARMOR", "ARMOR_TOUGHNESS", "ATTACK_DAMAGE", "ATTACK_KNOCKBACK",
"ATTACK_SPEED", "BLOCK_BREAK_SPEED", "BLOCK_INTERACTION_RANGE", "BURNING_TIME",
"EXPLOSION_KNOCKBACK_RESISTANCE", "ENTITY_INTERACTION_RANGE", "FALL_DAMAGE_MULTIPLIER",
"FLYING_SPEED", "FOLLOW_RANGE", "GRAVITY", "JUMP_STRENGTH", "KNOCKBACK_RESISTANCE", "LUCK",
"MAX_ABSORPTION", "MAX_HEALTH", "MINING_EFFICIENCY", "MOVEMENT_EFFICIENCY", "MOVEMENT_SPEED",
"OXYGEN_BONUS", "SAFE_FALL_DISTANCE", "SCALE", "SNEAKING_SPEED", "SPAWN_REINFORCEMENTS",
"STEP_HEIGHT", "SUBMERGED_MINING_SPEED", "SWEEPING_DAMAGE_RATIO", "TEMPT_RANGE",
"WATER_MOVEMENT_EFFICIENCY"],
"chance": ["1st value is normal drop", "2nd value is chest drop chance", "3rd value is Treasure drop"],
"effects": "Soon!! for now I'll add equipment with effects internally not configurable for now."
},
"TierEquipment": {
"Test": [],
"Armor": [
{
"prefix": "Common",
"color": "GRAY",
"chance": [45, 40, 20],
"attributes": [
{ "All": ["ARMOR", 1, 1.5] },
{ "All": ["MAX_HEALTH", 2, 4] }
]
},
{
"prefix": "Uncommon",
"color": "GREEN",
"chance": [25, 20, 20],
"attributes": [
{ "All": ["ARMOR", 1, 2] },
{ "All": ["MAX_HEALTH", 4, 6] }
]
},
{
"prefix": "Rare",
"color": "BLUE",
"chance": [20, 20, 20],
"attributes": [
{ "All": ["ARMOR", 2, 3] },
{ "All": ["MAX_HEALTH", 6, 8] }
]
},
{
"prefix": "Epic",
"color": "DARK_PURPLE",
"chance": [15, 15, 25],
"attributes": [
{ "All": ["ARMOR", 3, 4] },
{ "All": ["MAX_HEALTH", 10, 16] }
]
},
{
"prefix": "Legendary",
"color": "GOLD",
"chance": [0, 3, 3],
"attributes": [
{ "All": ["ARMOR", 4, 5] },
{ "All": ["MAX_HEALTH", 20, 40] },
{ "HEAD": ["LUCK", 1, 1] },
{ "CHEST": ["ARMOR_TOUGHNESS", 1, 2] },
{ "LEGS": ["ARMOR_TOUGHNESS", 1, 2] }
]
},
{
"prefix": "Cat's Grace",
"color": "AQUA",
"chance": [0, 10, 12],
"attributes": [
{ "FEET": ["SAFE_FALL_DISTANCE", 2, 6] },
{ "FEET": ["FALL_DAMAGE_MULTIPLIER", -0.3, -0.1] }
]
},
{
"prefix": "Nimble",
"color": "AQUA",
"chance": [0, 10, 12],
"attributes": [
{ "FEET": ["MOVEMENT_EFFICIENCY", 0.01, 0.05] },
{ "FEET": ["SNEAKING_SPEED", 0.1, 0.2] }
]
},
{
"prefix": "Gale's Blessing",
"color": "BLUE",
"chance": [0, 8, 10],
"attributes": [
{ "LEGS": ["FLYING_SPEED", 0.1, 0.3] },
{ "LEGS": ["JUMP_STRENGTH", 0.3, 1.0] }
]
},
{
"prefix": "Cat's Grace",
"color": "AQUA",
"chance": [0, 10, 12],
"attributes": [
{ "FEET": ["SAFE_FALL_DISTANCE", 2, 6] },
{ "FEET": ["FALL_DAMAGE_MULTIPLIER", -0.3, -0.1] }
]
},
{
"prefix": "Nimble",
"color": "AQUA",
"chance": [0, 10, 12],
"attributes": [
{ "FEET": ["MOVEMENT_EFFICIENCY", 0.01, 0.05] },
{ "FEET": ["SNEAKING_SPEED", 0.1, 0.2] }
]
},
{
"prefix": "Gale's Blessing",
"color": "BLUE",
"chance": [0, 8, 10],
"attributes": [
{ "LEGS": ["FLYING_SPEED", 0.1, 0.3] },
{ "LEGS": ["JUMP_STRENGTH", 0.5, 1.0] }
]
},
{
"prefix": "Skybound",
"color": "GOLD",
"chance": [0, 8, 8],
"attributes": [
{ "LEGS": ["FLYING_SPEED", 0.2, 0.4] },
{ "LEGS": ["JUMP_STRENGTH", 1.0, 1.5] }
]
},
{
"prefix": "Shadowstep",
"color": "DARK_PURPLE",
"chance": [0, 8, 10],
"attributes": [
{ "LEGS": ["SNEAKING_SPEED", 0.2, 0.3] },
{ "LEGS": ["STEP_HEIGHT", 1, 2] }
]
},
{
"prefix": "Diver",
"color": "DARK_AQUA",
"chance": [0, 8, 8],
"attributes": [
{ "FEET": ["WATER_MOVEMENT_EFFICIENCY", 0.01, 0.05] },
{ "FEET": ["SUBMERGED_MINING_SPEED", 0.05, 0.1] }
]
},
{
"prefix": "Astral Grasp",
"color": "GOLD",
"chance": [0, 8, 8],
"attributes": [
{ "HEAD": ["ENTITY_INTERACTION_RANGE", 1.0, 3.0] },
{ "HEAD": ["BLOCK_INTERACTION_RANGE", 1.0, 3.0] }
]
},
{
"prefix": "Immovable",
"color": "DARK_PURPLE",
"chance": [0, 10, 10],
"attributes": [
{ "CHEST": ["ARMOR_TOUGHNESS", 1.5, 3.0] },
{ "CHEST": ["KNOCKBACK_RESISTANCE", 0.05, 0.15] }
]
},
{
"prefix": "Titan",
"color": "DARK_PURPLE",
"chance": [0, 10, 8],
"attributes": [
{ "ALL": ["SCALE", 0.01, 0.1] },
{ "ALL": ["MAX_HEALTH", 18, 24] }
]
},
{
"prefix": "Stoneguard",
"color": "DARK_GRAY",
"chance": [0, 15, 20],
"attributes": [
{ "ALL": ["ARMOR_TOUGHNESS", 1.0, 2.5] },
{ "ALL": ["KNOCKBACK_RESISTANCE", 0.05, 0.1] }
]
},
{
"prefix": "Quickstride",
"color": "AQUA",
"chance": [0, 8, 8],
"attributes": [
{ "FEET": ["MOVEMENT_SPEED", 0.01, 0.05] },
{ "FEET": ["SNEAKING_SPEED", 0.1, 0.2] }
]
}
],
"Weapon": [
{
"prefix": "Common",
"color": "GRAY",
"chance": [45, 40, 35],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 1, 2]
}
]
},
{
"prefix": "Uncommon",
"color": "GREEN",
"chance": [35, 30, 25],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 2, 3]
}
]
},
{
"prefix": "Rare",
"color": "BLUE",
"chance": [20, 15, 15],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 3, 4]
}
]
},
{
"prefix": "Epic",
"color": "DARK_PURPLE",
"chance": [15, 15, 20],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 4, 5]
},
{
"MainHand": ["ATTACK_KNOCKBACK", 0.2, 0.6]
},
{
"MainHand": ["ATTACK_SPEED", 0.1, 0.2]
}
]
},
{
"prefix": "Legendary",
"color": "GOLD",
"chance": [10, 12, 15],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 5, 6]
},
{
"MainHand": ["ATTACK_KNOCKBACK", 0.6, 0.9]
},
{
"MainHand": ["ATTACK_SPEED", 0.3, 0.5]
}
]
},
{
"prefix": "Blazing Edge",
"color": "RED",
"chance": [4, 6, 10],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 3.0, 4.0]
},
{
"MainHand": ["ATTACK_SPEED", 0.1, 0.3]
},
{
"MainHand": ["BURNING_TIME", 1.0, 3.0]
}
]
},
{
"prefix": "Celestial",
"color": "LIGHT_PURPLE",
"chance": [7, 11, 14],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 3.0, 4.0]
},
{
"MainHand": ["FOLLOW_RANGE", 4.0, 6.0]
},
{
"MainHand": ["SWEEPING_DAMAGE_RATIO", 0.2, 0.3]
}
]
},
{
"prefix": "Titan",
"color": "DARK_PURPLE",
"chance": [15, 15, 20],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 3, 4]
},
{
"MainHand": ["ATTACK_KNOCKBACK", 0.6, 0.9]
},
{
"MainHand": ["SCALE", 0.2, 0.4]
}
]
}
],
"RangeWeapon": [
{
"prefix": "Common",
"color": "GRAY",
"chance": [45, 40, 35],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 1, 2]
}
]
},
{
"prefix": "Uncommon",
"color": "GREEN",
"chance": [35, 30, 25],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 2, 3]
}
]
},
{
"prefix": "Rare",
"color": "BLUE",
"chance": [20, 15, 15],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 3, 4]
}
]
},
{
"prefix": "Epic",
"color": "DARK_PURPLE",
"chance": [15, 15, 20],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 4, 5]
},
{
"MainHand": ["ATTACK_KNOCKBACK", 0.2, 0.6]
},
{
"MainHand": ["ATTACK_SPEED", 0.1, 0.2]
}
]
},
{
"prefix": "Legendary",
"color": "GOLD",
"chance": [10, 12, 15],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 5, 6]
},
{
"MainHand": ["ATTACK_KNOCKBACK", 0.6, 0.9]
},
{
"MainHand": ["ATTACK_SPEED", 0.3, 0.5]
}
]
},
{
"prefix": "Blazing Edge",
"color": "RED",
"chance": [4, 6, 10],
"attributes": [
{
"MainHand": ["ATTACK_DAMAGE", 3.0, 4.0]
},
{
"MainHand": ["ATTACK_SPEED", 0.1, 0.3]
},
{
"MainHand": ["BURNING_TIME", 1.0, 3.0]
}
]
}
],
"MiningTool": [
{
"prefix": "Common",
"color": "GRAY",
"chance": [50, 50, 45],
"attributes": [
{ "MAINHAND": ["MAX_HEALTH", 2, 4] }
]
},
{
"prefix": "Fortune-Touched",
"color": "GOLD",
"chance": [0, 8, 8],
"attributes": [
{ "MAINHAND": ["LUCK", 1.0, 3.0] },
{ "MAINHAND": ["MINING_EFFICIENCY", 5, 10] }
]
},
{
"prefix": "Swifthand",
"color": "AQUA",
"chance": [10, 10, 10],
"attributes": [
{ "MAINHAND": ["MOVEMENT_SPEED", 0.01, 0.05] },
{ "MAINHAND": ["MINING_EFFICIENCY", 5, 10] }
]
},
{
"prefix": "Fortune's Reach",
"color": "GOLD",
"chance": [0, 8, 8],
"attributes": [
{ "MAINHAND": ["LUCK", 1.0, 2.0] },
{ "MAINHAND": ["BLOCK_INTERACTION_RANGE", 1.0, 2.0] }
]
},
{
"prefix": "Aquatic Master",
"color": "BLUE",
"chance": [8, 8, 8],
"attributes": [
{ "MAINHAND": ["MINING_EFFICIENCY", 0.3, 0.5] }
]
},
{
"prefix": "Lightning Strike",
"color": "YELLOW",
"chance": [0, 9, 8],
"attributes": [
{ "MAINHAND": ["MOVEMENT_SPEED", 0.01, 0.05] },
{ "MAINHAND": ["MINING_EFFICIENCY", 5, 10] }
]
},
{
"prefix": "Deepdigger",
"color": "BLUE",
"chance": [6, 7, 8],
"attributes": [
{ "MAINHAND": ["MINING_EFFICIENCY", 5, 10] },
{ "MAINHAND": ["SUBMERGED_MINING_SPEED", 0.2, 0.5] }
]
}
]
}
}