Skip to content

Commit 00ff9b1

Browse files
committed
Merge branch 'main' of https://github.com/lord-ruby/Entropy
2 parents ead5a0b + f1322a3 commit 00ff9b1

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

items/inversions/reverseLegendaries.lua

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,12 @@ local oinac = {
402402
colour = { 0.8, 0.45, 0.85, 1 }, --plasma colors
403403
}
404404
end
405-
end
405+
end,
406+
entr_credits = {
407+
idea = {
408+
"cassknows",
409+
},
410+
},
406411
}
407412

408413
local entropy_card = {
@@ -411,7 +416,7 @@ local entropy_card = {
411416
key = "entropy_card",
412417
config = {
413418
x_asc_mod = 1,
414-
num = 126
419+
num = 155
415420
},
416421
dependencies = {
417422
items = {
@@ -453,4 +458,4 @@ return {
453458
teluobirt,
454459
entropy_card
455460
}
456-
}
461+
}

items/jokers/epic_jokers.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,10 @@ local antireal = {
282282
}
283283
end
284284
end,
285+
entr_credits = {
286+
idea = {"cassknows"},
287+
art = {"notmario", "cassknows"}
288+
}
285289
}
286290
return {
287291
items = {
@@ -292,4 +296,4 @@ return {
292296
metanoia,
293297
antireal
294298
}
295-
}
299+
}

0 commit comments

Comments
 (0)