Skip to content

Commit

Permalink
Updated includes to not care about base directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 1, 2024
1 parent 0af6cec commit 6f79436
Show file tree
Hide file tree
Showing 25 changed files with 1,571 additions and 1,595 deletions.
16 changes: 8 additions & 8 deletions class_configs/ber_class_config.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local mq = require('mq')
local RGMercUtils = require("rgmercs.utils.rgmercs_utils")
local mq = require('mq')
local RGMercUtils = require("utils.rgmercs_utils")

return {
['Modes'] = {
Expand Down Expand Up @@ -93,7 +93,7 @@ return {
},
['Alliance'] = {
[1] = "Demolisher's,",
[2] = "Mangler's Covenant" ,
[2] = "Mangler's Covenant",
[3] = "Vindicator's Coalition",
[4] = "Conqueror's Conjunction",

Expand Down Expand Up @@ -243,10 +243,10 @@ return {
},
['RetaliationDodge'] = {
[1] = "Preemptive Retaliation",
[2] = "Primed Retaliation" ,
[2] = "Primed Retaliation",
[3] = "Premature Retaltion",
[4] = "Proactive Retaliation",
[5] = "Prior Retaliation" ,
[5] = "Prior Retaliation",
[6] = "Advanced Retaliation",
[7] = "Early Retaliation",
},
Expand Down Expand Up @@ -290,13 +290,13 @@ return {
['Downtime'] = {},
['Burn'] = {},
},
['Healer'] = {
['Healer'] = {
["Available"] = 0,
['Combat'] = {},
['Downtime'] = {},
['Burn'] = {},
},
['Hybrid'] = {
['Hybrid'] = {
["Available"] = 0,
['Combat'] = {},
['Downtime'] = {},
Expand All @@ -306,4 +306,4 @@ return {
['DefaultConfig'] = {
['Mode'] = '2',
},
}
}

0 comments on commit 6f79436

Please sign in to comment.