diff --git a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/EMM_mutations.json b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/EMM_mutations.json index 47de82c91..f91240bb0 100644 --- a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/EMM_mutations.json +++ b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/EMM_mutations.json @@ -463,7 +463,7 @@ "description": "Your legs are badly deformed. Permanent leg encumbrance.", "category": [ "SNAKE" ], "changes_to": [ "TAIL_SNAKE" ], - "encumbrance_always": [ [ "leg_l", 40 ], [ "leg_r", 40 ] ] + "encumbrance_always": [ [ "leg_l", 20 ], [ "leg_r", 20 ] ] }, { "type": "mutation", @@ -481,8 +481,8 @@ "threshreq": [ "THRESH_SNAKE" ], "category": [ "SNAKE" ], "restricts_gear": [ "leg_l", "leg_r", "foot_l", "foot_r" ], - "allow_soft_gear": false, - "encumbrance_always": [ [ "leg_l", 50 ], [ "leg_r", 50 ], [ "foot_l", 30 ], [ "foot_r", 30 ] ], + "allow_soft_gear": true, + "encumbrance_always": [ [ "leg_l", 20 ], [ "leg_r", 20 ], [ "foot_l", 30 ], [ "foot_r", 30 ] ], "attacks": { "attack_text_u": "You crush %s with your coils", "attack_text_npc": "%1$s crushes %2$s with their coils", @@ -492,15 +492,15 @@ }, { "type": "mutation", - "id": "DEBUG_SILENT", - "copy-from": "DEBUG_SILENT", + "id": "SILENT_MOVEMENT", "name": { "str": "Silent Movement" }, "points": 6, "valid": false, "description": "You know how to move completely silently.", "threshreq": [ "THRESH_SNAKE" ], "prereqs": [ "TAIL_SNAKE" ], - "category": [ "SNAKE" ] + "category": [ "SNAKE" ], + "noise_modifier": 0 }, { "type": "mutation", diff --git a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/even_more_mutations.png b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/even_more_mutations.png new file mode 100644 index 000000000..0bdd68fe5 Binary files /dev/null and b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/even_more_mutations.png differ diff --git a/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/mod_tileset.json b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/mod_tileset.json new file mode 100644 index 000000000..dafe87f04 --- /dev/null +++ b/Kenan-BrightNights-Structured-Modpack/High-Maintenance-Huge-Mods/Even_More_Mutations/mod_tileset.json @@ -0,0 +1,16 @@ +[ + { + "type": "mod_tileset", + "compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE", "MshockRealXotto", "MSX++DEAD_PEOPLE" ], + "tiles-new": [ + { + "file": "even_more_mutations.png", + "tiles": [ { "id": "overlay_mutation_TAIL_SNAKE", "fg": 1 } ], + "sprite_width": 32, + "sprite_height": 32, + "sprite_offset_x": 0, + "sprite_offset_y": 0 + } + ] + } +]