Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jun 5, 2024
1 parent ce8a855 commit 30f22b9
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 135 deletions.
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js.map

Large diffs are not rendered by default.

124 changes: 0 additions & 124 deletions scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1170,30 +1170,6 @@ function registerItems() {
scaling: "spell",
},
},
effects: [
{
_id: "8FtZnIC1vbyKZ6xF",
changes: [],
disabled: false,
duration: {
startTime: null,
turns: 1,
},
icon: "modules/enhancedcombathud/icons/journey.webp",
label: "Disengage",
origin: "Item.wyQkeuZkttllAFB1",
transfer: false,
flags: {
dae: {
stackable: "none",
macroRepeat: "none",
specialDuration: [],
transfer: false,
},
},
tint: "",
},
],
sort: 0,
flags: {
core: {
Expand Down Expand Up @@ -1271,30 +1247,6 @@ function registerItems() {
},
consumableType: "trinket",
},
effects: [
{
_id: "2xH2YQ6pm430O0Aq",
changes: [],
disabled: false,
duration: {
startTime: null,
rounds: 1,
},
icon: "modules/enhancedcombathud/icons/armor-upgrade.webp",
label: "Dodge",
origin: "Item.pakEYcgLYxtKGv7J",
transfer: false,
flags: {
dae: {
stackable: "none",
macroRepeat: "none",
specialDuration: [],
transfer: false,
},
},
tint: "",
},
],
sort: 0,
flags: {
"midi-qol": {
Expand Down Expand Up @@ -1368,29 +1320,6 @@ function registerItems() {
},
consumableType: "trinket",
},
effects: [
{
_id: "BevDb0J80M9BdoEl",
changes: [],
disabled: false,
duration: {
startTime: null,
turns: 1,
},
icon: "modules/enhancedcombathud/icons/clockwork.webp",
label: "Ready",
transfer: false,
flags: {
dae: {
stackable: "none",
macroRepeat: "none",
specialDuration: [],
transfer: false,
},
},
tint: "",
},
],
sort: 0,
flags: {
"midi-qol": {
Expand Down Expand Up @@ -1468,29 +1397,6 @@ function registerItems() {
},
consumableType: "trinket",
},
effects: [
{
_id: "SZkbtgGCICrpH0GJ",
changes: [],
disabled: false,
duration: {
startTime: null,
turns: 10,
},
icon: "modules/enhancedcombathud/icons/cloak-dagger.webp",
label: "Hide",
transfer: false,
flags: {
dae: {
stackable: "none",
macroRepeat: "none",
specialDuration: [],
transfer: false,
},
},
tint: "",
},
],
sort: 0,
flags: {
"midi-qol": {
Expand Down Expand Up @@ -1564,29 +1470,6 @@ function registerItems() {
},
consumableType: "trinket",
},
effects: [
{
_id: "PPMPZY1t3AUB7UGA",
changes: [],
disabled: false,
duration: {
startTime: null,
rounds: 1,
},
icon: "modules/enhancedcombathud/icons/walking-boot.webp",
label: "Dash",
transfer: false,
flags: {
dae: {
stackable: "none",
macroRepeat: "none",
specialDuration: [],
transfer: false,
},
},
tint: "",
},
],
sort: 0,
flags: {
"midi-qol": {
Expand Down Expand Up @@ -1660,18 +1543,11 @@ function registerItems() {
},
consumableType: "trinket",
},
effects: [],
sort: 0,
flags: {
"midi-qol": {
onUseMacroName: "",
},
},
};

if (game.settings.get("enhancedcombathud-dnd5e", "noAA")) {
for (let key of Object.keys(ECHItems)) {
delete ECHItems[key].effects;
}
}
}
9 changes: 0 additions & 9 deletions scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,6 @@ export function registerSettings() {
default: true,
onChange: () => ui.ARGON.refresh(),
},
noAA: {
name: game.i18n.localize("enhancedcombathud-dnd5e.settings.noAA.name"),
hint: game.i18n.localize("enhancedcombathud-dnd5e.settings.noAA.hint"),
scope: "world",
config: true,
type: Boolean,
default: false,
onChange: () => ui.ARGON.refresh(),
},
};

registerSettingsArray(settings);
Expand Down

0 comments on commit 30f22b9

Please sign in to comment.