javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
15 stars 31 forks source link

Unable to Remove Called Shots #617

Closed brunocalado closed 10 months ago

brunocalado commented 10 months ago

I'm trying to replace Called shot. But, I can't remove it. I'm using the ID from

image

I'm currently experiencing difficulties with removing called shots using the provided code below:

  {
    id: "CS-HEAD",
    name: "Called Shot: Head",
    button_name: "Head",
    skillMod: -4,
    dmgMod: +4,
    dmgOverride: "",
    selector_type: "item_type",
    selector_value: "weapon",
    group: "Called Shot",
    change_location: "head"
  }, {
    id: "CS-ARM",
    name: "Called Shot: Arm",
    button_name: "Arm",
    skillMod: -2,
    selector_type: "item_type",
    selector_value: "weapon",
    group: "Called Shot",
    change_location: "arm"
  }, {
    id: "CS-LEG",
    name: "Called Shot: Leg",
    button_name: "Leg",
    skillMod: -2,
    selector_type: "item_type",
    selector_value: "weapon",
    group: "Called Shot",
    change_location: "leg"
  }
javierriveracastro commented 10 months ago

And again this is working for me. Maybe you have an old version of BR2?

imaxe

brunocalado commented 10 months ago

It's working well on 342 Thank you.