From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/archers/items_v2.json | 250 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 250 insertions(+) create mode 100644 config/archers/items_v2.json (limited to 'config/archers/items_v2.json') diff --git a/config/archers/items_v2.json b/config/archers/items_v2.json new file mode 100644 index 0000000..13054a6 --- /dev/null +++ b/config/archers/items_v2.json @@ -0,0 +1,250 @@ +{ + "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 + } + }, + "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": [] + } + }, + "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" + } + ] + } + }, + "netherite_ranger_armor": { + "armor_toughness": 0.0, + "knockback_resistance": 0.0, + "head": { + "armor": 2, + "attributes": [ + { + "id": "ranged_weapon:damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "ranged_weapon:haste", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "chest": { + "armor": 3, + "attributes": [ + { + "id": "ranged_weapon:damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "ranged_weapon:haste", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "legs": { + "armor": 3, + "attributes": [ + { + "id": "ranged_weapon:damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "ranged_weapon:haste", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + }, + "feet": { + "armor": 2, + "attributes": [ + { + "id": "ranged_weapon:damage", + "value": 0.1, + "operation": "MULTIPLY_BASE" + }, + { + "id": "ranged_weapon:haste", + "value": 0.05, + "operation": "MULTIPLY_BASE" + } + ] + } + } + } +} \ No newline at end of file -- cgit v1.2.3