Files
2026-01-27 17:19:00 +00:00

151 lines
3.4 KiB
JSON

{
"type": "silentgear:simple",
"parent": "silentgear:empty",
"crafting": {
"can_salvage": true,
"categories": [
"metal",
"endgame"
],
"gear_type_blacklist": [],
"ingredient": {
"item": "kubejs:silent_allthemodium_plate"
},
"part_substitutes": {}
},
"display": {
"color": "#FFFFEF0E",
"main_texture_type": "HIGH_CONTRAST",
"name": {
"translate": "material.silentgear.allthemodium"
}
},
"properties": {
"silentgear:main": {
"durability": 5500.0,
"enchantment_value": 85.0,
"attack_damage": 22.0,
"attack_speed": 8.2,
"armor": 60.0,
"armor/helmet": 15.0,
"armor/chestplate": 15.0,
"armor/leggings": 15.0,
"armor/boots": 15.0,
"armor_durability": 60.0,
"armor_toughness": 60.0,
"magic_armor": 200.0,
"ranged_damage": 0.0,
"rarity": 90.0,
"harvest_speed": 8.0,
"harvest_tier": {
"incorrect_blocks_for_tool": "c:incorrect_for_allthemodium_tool",
"level_hint": "5",
"name": "allthemodium"
},
"traits": [
{
"trait": "silentgear:malleable",
"level": 4,
"conditions": []
},
{
"trait": "silentgear:crushing",
"level": 4,
"conditions": []
},
{
"trait": "silentgear:brilliant",
"level": 1,
"conditions": [
{
"type": "silentgear:gear_type",
"gear_type": "silentgear:armor"
}
]
},
{
"trait": "silentgear:advanced_aquatic",
"level": 1,
"conditions": [
{
"type": "silentgear:gear_type",
"gear_type": "silentgear:helmet"
}
]
},
{
"trait": "silentgear:advanced_flame_ward",
"level": 1,
"conditions": [
{
"type": "silentgear:gear_type",
"gear_type": "silentgear:chestplate"
}
]
}
]
},
"silentgear:rod": {
"durability": {
"operation": "MULTIPLY_TOTAL",
"value": 1.5
},
"enchantment_value": {
"operation": "ADD",
"value": 3.0
},
"rarity": 70.0,
"traits": [
{
"trait": "silentgear:hard",
"level": 5,
"conditions": [
{
"type": "silentgear:material_ratio",
"ratio": 0.5
}
]
}
]
},
"silentgear:tip": {
"durability": {
"operation": "ADD",
"value": 16.0
},
"armor_durability": {
"operation": "ADD",
"value": 10.0
},
"harvest_tier": {
"incorrect_blocks_for_tool": "c:incorrect_for_allthemodium_tool",
"level_hint": "5",
"name": "allthemodium"
},
"harvest_speed": {
"operation": "ADD",
"value": 6.0
},
"magic_damage": {
"operation": "ADD",
"value": 2.0
},
"rarity": {
"operation": "ADD",
"value": 30.0
},
"traits": [
{
"trait": "silentgear:malleable",
"level": 4,
"conditions": []
},
{
"trait": "silentgear:soft",
"level": 3,
"conditions": []
}
]
}
}
}