{ 
    "modules": [
        {
            "type": "tconstruct:part_stats",
            "parts": [
            { "item": "tconstruct:small_blade", "scale": 0.75 },
            { "item": "tconstruct:small_blade",    "scale": 0.25 },
            { "item": "tconstruct:tool_handle",   "scale": 0.5  },
            { "item": "tconstruct:tough_handle",   "scale": 0.5  }
            ],
            "primary_part": 0
        },
        {
            "type": "tconstruct:default_materials",
            "materials": [
            { "type": "tconstruct:random", "tier": 1 },
            { "type": "tconstruct:random", "tier": 1 },
            { "type": "tconstruct:random", "tier": 1 },
            { "type": "tconstruct:random", "tier": 1 }
            ]
        },
        {
            "type": "tconstruct:base_stats",
            "stats": {
            "tconstruct:attack_damage": 2.0,
            "tconstruct:attack_speed": 1.8
            }
        },
        {
            "type": "tconstruct:multiply_stats",
            "multipliers": {
            "tconstruct:attack_damage": 0.95,
            "tconstruct:durability": 1.15,
            "tconstruct:mining_speed": 0.25
            }
        },
        {
            "type": "tconstruct:modifier_slots",
            "slots": {
            "upgrades": 2,
            "abilities": 1
            }
        },
        {
            "type": "tconstruct:traits",
            "traits": [
                { "name": "tconstruct:sweeping_edge", "level": 2 },
                { "name": "tconstruct:silky_aoe_shears", "level": 1 },
                { "name": "tinkertantrum:deflecting", "level": 1 }
            ]
        },
        {
            "type": "tconstruct:tool_actions",
            "tool_actions": [ "sword_dig" ]
        },
        {
            "type": "tconstruct:is_effective",
            "predicate_type": "mantle:tag",
            "tag": "forge:mineable/sword"
        },
        {
            "type": "tconstruct:mining_speed_modifier",
            "blocks": [
                "minecraft:cobweb"
            ],
            "modifier": 7.5,
            "predicate_type": "mantle:set"
        },
        {
            "type": "tconstruct:sweep_melee",
            "range": 2.0
        }
    ]
}