You will need to change the NPC sheet to a PC sheet to change the crit range on an attack, I'm fairly sure. The other option is to manually write a macro for it. Here is an example Giant Spider bite with modified crit range: @{Giant Spider|wtype}&{template:npcatk} {{attack=1}} {{damage=1}} {{dmg1flag=1}} {{dmg2flag=1}} @{Giant Spider|npc_name_flag} {{rname=[Bite](~-M-EmGcefMq1fS3TnScA|repeating_npcaction_-M-EmH-EYjSePhXqJgxJ_npc_dmg)}} {{rnamec=[Bite](~-M-EmGcefMq1fS3TnScA|repeating_npcaction_-M-EmH-EYjSePhXqJgxJ_npc_crit)}} {{type=[Attack](~-M-EmGcefMq1fS3TnScA|repeating_npcaction_-M-EmH-EYjSePhXqJgxJ_npc_dmg)}} {{typec=[Attack](~-M-EmGcefMq1fS3TnScA|repeating_npcaction_-M-EmH-EYjSePhXqJgxJ_npc_crit)}} {{r1=[[@{Giant Spider|d20} cs>19 +(5+0)]]}} @{Giant Spider|rtype} cs>19 +(5+0)]]}} {{description=The target must make a DC 11 Constitution saving throw, taking the poison damage on a failed save, or half as much damage on a successful one If the poison damage reduces the target to 0 hit points, the target is stable but poisoned for 1 hour, even after regaining hit points, and is paralyzed while poisoned in this way.}} @{Giant Spider|charname_output} Use the following tip from the macros page to pinch the NPC macro you wish to edit, and add the bolded code above in the same place to change the crit range. Tip: You can click on any roll, on your character sheet, then go
to the chat window and press the up arrow to reveal the code used. This
can be used to combine various rolls into one handy button!
What is the 'extra d4', is that damage? If so, just directly edit the attack on the NPC sheet.