-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cc65c27
commit e0abffe
Showing
8 changed files
with
174 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
------------------------------------------------------------------- | ||
-- E X P A N S I O N F E A T U R E S M O D U L E -- | ||
------------------------------------------------------------------- | ||
--[[ | ||
root(ROOTS.ExpansionFeatures, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeline"] = { ADDED_11_1_0 } }, { | ||
m(UNDERMINE, { | ||
n(QUESTS, { | ||
q(87305), -- Desire to D.R.I.V.E. | ||
q(87307), -- Garbage Day | ||
q(86923), -- Go Fish | ||
q(86915), -- Side with a Cartel | ||
q(86919), -- Side Gig | ||
q(86917), -- Ship Right | ||
q(87304), -- Time to Vacate | ||
q(86920), -- War Mode Violence | ||
}), | ||
n(REWARDS, { | ||
i(235053), -- C.H.E.T.T. List | ||
}), | ||
}), | ||
}))); | ||
--]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
------------------------------------------------------------------- | ||
-- E X P A N S I O N F E A T U R E S M O D U L E -- | ||
------------------------------------------------------------------- | ||
--[[ | ||
root(ROOTS.ExpansionFeatures, expansion(EXPANSION.TWW, bubbleDownSelf({ ["timeline"] = { ADDED_11_1_0 } }, { | ||
m(UNDERMINE, { | ||
n(QUESTS, { | ||
q(85879, { -- Reduce, Reuse, Resell | ||
["sourceQuests"] = { 86934 }, -- Trash to Profit | ||
["provider"] = { "n", 237659 }, -- Carlo Greasegrind | ||
["coord"] = { 26.6, 37.2, UNDERMINE }, | ||
["isWeekly"] = true, | ||
}), | ||
-- TODO: Only 3 piles per week fire hqts? Counter for weekly? | ||
q(86414, { -- Magno-Scrapper 9000 | ||
["coord"] = { 36.7, 26.3, UNDERMINE }, | ||
["g"] = { | ||
bonus objective with rare? n: 234480 M.A.G.N.O. (86298 kill questID?) | ||
}, | ||
}), | ||
}), | ||
n(REWARDS, { | ||
currency(3218), -- Empty Kaja'Cola Can | ||
-- | ||
i(236178), -- Gammy's Hand-Me-Down Bow | ||
i(236181), -- Center-Stage Remover | ||
i(236191), -- Mechanic's Best Motivator | ||
}), | ||
n(VENDORS, { | ||
}), | ||
}), | ||
}))); | ||
--]] |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters