diff --git a/LICENSE b/LICENSE index 6d725db..e35ab93 100644 --- a/LICENSE +++ b/LICENSE @@ -30,6 +30,12 @@ Lone_Wolf (CC0): i3_tab.ogg i3_click.ogg i3_cannot.ogg + i3_achievement.ogg + i3_heavy_armor.ogg and variations + i3_light_armor.ogg and variations + i3_skin_change.ogg + i3_teleport.ogg + i3_trash.ogg MadPanCake (CC0): i3_craft.ogg (https://freesound.org/people/MadPanCake/sounds/567849/) diff --git a/sounds/i3_achievement.ogg b/sounds/i3_achievement.ogg index df38d5b..c06a1e3 100644 Binary files a/sounds/i3_achievement.ogg and b/sounds/i3_achievement.ogg differ diff --git a/sounds/i3_heavy_armor.0.ogg b/sounds/i3_heavy_armor.0.ogg new file mode 100644 index 0000000..ed0b3c8 Binary files /dev/null and b/sounds/i3_heavy_armor.0.ogg differ diff --git a/sounds/i3_heavy_armor.1.ogg b/sounds/i3_heavy_armor.1.ogg new file mode 100644 index 0000000..dd0758e Binary files /dev/null and b/sounds/i3_heavy_armor.1.ogg differ diff --git a/sounds/i3_heavy_armor.2.ogg b/sounds/i3_heavy_armor.2.ogg new file mode 100644 index 0000000..b33e89b Binary files /dev/null and b/sounds/i3_heavy_armor.2.ogg differ diff --git a/sounds/i3_heavy_armor.ogg b/sounds/i3_heavy_armor.ogg index fe89ff2..7eeb514 100644 Binary files a/sounds/i3_heavy_armor.ogg and b/sounds/i3_heavy_armor.ogg differ diff --git a/sounds/i3_heavy_helmet.ogg b/sounds/i3_heavy_helmet.ogg deleted file mode 100644 index 9755b15..0000000 Binary files a/sounds/i3_heavy_helmet.ogg and /dev/null differ diff --git a/sounds/i3_heavy_leggings.ogg b/sounds/i3_heavy_leggings.ogg deleted file mode 100644 index f0ad665..0000000 Binary files a/sounds/i3_heavy_leggings.ogg and /dev/null differ diff --git a/sounds/i3_heavy_shield.ogg b/sounds/i3_heavy_shield.ogg deleted file mode 100644 index 65621ad..0000000 Binary files a/sounds/i3_heavy_shield.ogg and /dev/null differ diff --git a/sounds/i3_light_armor.0.ogg b/sounds/i3_light_armor.0.ogg new file mode 100644 index 0000000..0c4122e Binary files /dev/null and b/sounds/i3_light_armor.0.ogg differ diff --git a/sounds/i3_light_armor.1.ogg b/sounds/i3_light_armor.1.ogg new file mode 100644 index 0000000..a8e1c05 Binary files /dev/null and b/sounds/i3_light_armor.1.ogg differ diff --git a/sounds/i3_heavy_boots.ogg b/sounds/i3_light_armor.2.ogg similarity index 50% rename from sounds/i3_heavy_boots.ogg rename to sounds/i3_light_armor.2.ogg index f9b0965..20931f5 100644 Binary files a/sounds/i3_heavy_boots.ogg and b/sounds/i3_light_armor.2.ogg differ diff --git a/sounds/i3_light_armor.ogg b/sounds/i3_light_armor.ogg index c9b49fa..f2f7ab9 100644 Binary files a/sounds/i3_light_armor.ogg and b/sounds/i3_light_armor.ogg differ diff --git a/sounds/i3_light_boots.ogg b/sounds/i3_light_boots.ogg deleted file mode 100644 index 04e2c5f..0000000 Binary files a/sounds/i3_light_boots.ogg and /dev/null differ diff --git a/sounds/i3_light_helmet.ogg b/sounds/i3_light_helmet.ogg deleted file mode 100644 index ca09535..0000000 Binary files a/sounds/i3_light_helmet.ogg and /dev/null differ diff --git a/sounds/i3_light_leggings.ogg b/sounds/i3_light_leggings.ogg deleted file mode 100644 index b4371ee..0000000 Binary files a/sounds/i3_light_leggings.ogg and /dev/null differ diff --git a/sounds/i3_light_shield.ogg b/sounds/i3_light_shield.ogg deleted file mode 100644 index e461a36..0000000 Binary files a/sounds/i3_light_shield.ogg and /dev/null differ diff --git a/sounds/i3_skin_change.ogg b/sounds/i3_skin_change.ogg index 5ef190d..a4701d0 100644 Binary files a/sounds/i3_skin_change.ogg and b/sounds/i3_skin_change.ogg differ diff --git a/sounds/i3_teleport.ogg b/sounds/i3_teleport.ogg index 882e9ee..1e85b0f 100644 Binary files a/sounds/i3_teleport.ogg and b/sounds/i3_teleport.ogg differ diff --git a/sounds/i3_trash.ogg b/sounds/i3_trash.ogg index cc6aaaf..dacca5a 100644 Binary files a/sounds/i3_trash.ogg and b/sounds/i3_trash.ogg differ diff --git a/src/callbacks.lua b/src/callbacks.lua index f72bae4..7e8a9d4 100644 --- a/src/callbacks.lua +++ b/src/callbacks.lua @@ -69,11 +69,11 @@ if core.global_exists"armor" then i3.modules.armor = true local group_indexes = { - {"armor_head", "i3_heavy_helmet"}, + {"armor_head", "i3_heavy_armor"}, {"armor_torso", "i3_heavy_armor"}, - {"armor_legs", "i3_heavy_leggings"}, - {"armor_feet", "i3_heavy_boots"}, - {"armor_shield", "i3_heavy_shield"}, + {"armor_legs", "i3_heavy_armor"}, + {"armor_feet", "i3_heavy_armor"}, + {"armor_shield", "i3_heavy_armor"}, } local function check_group(def, group)