minecraft-crawler/config/archers/items_v2.json
2024-08-08 16:24:29 -06:00

216 lines
No EOL
4.6 KiB
JSON

{
"ranged_weapons": {
"archers:netherite_heavy_crossbow": {
"pull_time": 35,
"damage": 15.0,
"velocity": 0.0
},
"archers:netherite_shortbow": {
"pull_time": 16,
"damage": 9.0,
"velocity": 0.0
},
"archers:royal_longbow": {
"pull_time": 30,
"damage": 10.0,
"velocity": 0.0
},
"archers:netherite_rapid_crossbow": {
"pull_time": 20,
"damage": 9.5,
"velocity": 0.0
},
"archers:heavy_crossbow": {
"pull_time": 35,
"damage": 13.0,
"velocity": 0.0
},
"archers:netherite_longbow": {
"pull_time": 30,
"damage": 12.0,
"velocity": 0.0
},
"archers:composite_longbow": {
"pull_time": 30,
"damage": 8.0,
"velocity": 0.0
},
"archers:rapid_crossbow": {
"pull_time": 20,
"damage": 8.5,
"velocity": 0.0
},
"archers:mechanic_shortbow": {
"pull_time": 16,
"damage": 8.0,
"velocity": 0.0
},
"archers:crystal_shortbow": {
"pull_time": 16,
"damage": 10.0,
"velocity": 0.0
},
"archers:crystal_longbow": {
"pull_time": 30,
"damage": 13.5,
"velocity": 0.0
},
"archers:ruby_rapid_crossbow": {
"pull_time": 20,
"damage": 10.5,
"velocity": 0.0
},
"archers:ruby_heavy_crossbow": {
"pull_time": 35,
"damage": 17.0,
"velocity": 0.0
}
},
"melee_weapons": {
"golden_spear": {
"attack_damage": 3.0,
"attack_speed": -2.6,
"attributes": []
},
"diamond_spear": {
"attack_damage": 6.0,
"attack_speed": -2.6,
"attributes": []
},
"flint_spear": {
"attack_damage": 4.0,
"attack_speed": -2.6,
"attributes": []
},
"netherite_spear": {
"attack_damage": 7.0,
"attack_speed": -2.6,
"attributes": []
},
"iron_spear": {
"attack_damage": 5.0,
"attack_speed": -2.6,
"attributes": []
},
"aeternium_spear": {
"attack_damage": 8.0,
"attack_speed": -2.6,
"attributes": []
},
"ruby_spear": {
"attack_damage": 8.0,
"attack_speed": -2.6,
"attributes": []
}
},
"armor_sets": {
"archer_armor": {
"armor_toughness": 0.0,
"knockback_resistance": 0.0,
"head": {
"armor": 2,
"attributes": [
{
"id": "ranged_weapon:damage",
"value": 0.05,
"operation": "MULTIPLY_BASE"
}
]
},
"chest": {
"armor": 3,
"attributes": [
{
"id": "ranged_weapon:damage",
"value": 0.05,
"operation": "MULTIPLY_BASE"
}
]
},
"legs": {
"armor": 3,
"attributes": [
{
"id": "ranged_weapon:damage",
"value": 0.05,
"operation": "MULTIPLY_BASE"
}
]
},
"feet": {
"armor": 2,
"attributes": [
{
"id": "ranged_weapon:damage",
"value": 0.05,
"operation": "MULTIPLY_BASE"
}
]
}
},
"ranger_armor": {
"armor_toughness": 0.0,
"knockback_resistance": 0.0,
"head": {
"armor": 2,
"attributes": [
{
"id": "ranged_weapon:damage",
"value": 0.08,
"operation": "MULTIPLY_BASE"
},
{
"id": "ranged_weapon:haste",
"value": 0.03,
"operation": "MULTIPLY_BASE"
}
]
},
"chest": {
"armor": 3,
"attributes": [
{
"id": "ranged_weapon:damage",
"value": 0.08,
"operation": "MULTIPLY_BASE"
},
{
"id": "ranged_weapon:haste",
"value": 0.03,
"operation": "MULTIPLY_BASE"
}
]
},
"legs": {
"armor": 3,
"attributes": [
{
"id": "ranged_weapon:damage",
"value": 0.08,
"operation": "MULTIPLY_BASE"
},
{
"id": "ranged_weapon:haste",
"value": 0.03,
"operation": "MULTIPLY_BASE"
}
]
},
"feet": {
"armor": 2,
"attributes": [
{
"id": "ranged_weapon:damage",
"value": 0.08,
"operation": "MULTIPLY_BASE"
},
{
"id": "ranged_weapon:haste",
"value": 0.03,
"operation": "MULTIPLY_BASE"
}
]
}
}
}
}