diff --git a/equip/swords/sword_7_32-mask.png b/equip/swords/sword_7_32-mask.png new file mode 100644 index 0000000..091696d Binary files /dev/null and b/equip/swords/sword_7_32-mask.png differ diff --git a/equip/swords/sword_7_32.jpg b/equip/swords/sword_7_32.jpg new file mode 100644 index 0000000..0e44b4b Binary files /dev/null and b/equip/swords/sword_7_32.jpg differ diff --git a/equip/swords/sword_7_32.png b/equip/swords/sword_7_32.png new file mode 100644 index 0000000..6709734 Binary files /dev/null and b/equip/swords/sword_7_32.png differ diff --git a/equipment_main.py b/equipment_main.py index a9cfc02..cfea4a3 100644 --- a/equipment_main.py +++ b/equipment_main.py @@ -598,6 +598,11 @@ def include_swords(needles, hsv, tresh, mask): tresh.append(0.93) mask.append(cv.imread("equip/swords/sword_6_32-mask.png", cv.IMREAD_COLOR)) + needles.append(cv.imread("equip/swords/sword_7_32.jpg", cv.IMREAD_UNCHANGED)) + hsv.append(HSV_DEFAULT) + tresh.append(0.93) + mask.append(cv.imread("equip/swords/sword_7_32-mask.png", cv.IMREAD_COLOR)) + def include_staffs(needles, hsv, tresh, mask): needles.append(cv.imread("equip/staffs/staff_1_32.jpg", cv.IMREAD_UNCHANGED)) hsv.append(HSV_DEFAULT)