Skip to content

Commit d7c28c6

Browse files
authored
Merge pull request #77 from lord-ruby/dev
Entropy 1.1 update
2 parents 2b0c590 + 152620e commit d7c28c6

File tree

111 files changed

+10107
-1078
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+10107
-1078
lines changed

Entropy.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ local i = {
1010
"lib/loader",
1111
"lib/ui",
1212
"lib/fixes",
13+
"lib/ascended",
1314

1415
"items/misc/atlases",
1516
"items/misc/rarities",
@@ -60,6 +61,7 @@ Entropy.load_files(i)
6061
Entropy.display_name = SMODS.current_mod.display_name
6162
SMODS.current_mod.optional_features = {
6263
retrigger_joker = true,
64+
post_trigger = true,
6365
}
6466

6567
if not Cryptid.mod_whitelist then Cryptid.mod_whitelist = {} end
@@ -91,6 +93,9 @@ if Cryptid.misprintize_value_blacklist then
9193
Cryptid.misprintize_value_blacklist.debuff_timer = false
9294
Cryptid.misprintize_value_blacklist.superego_copies = false
9395
Cryptid.misprintize_value_blacklist.entr_hotfix_rounds = false
96+
Cryptid.misprintize_value_blacklist.debuff_timer = false
97+
Cryptid.misprintize_value_blacklist.debuff_timer_max = false
98+
Cryptid.misprintize_value_blacklist.left = false
9499
end
95100
SMODS.current_mod.calculate = function(self, context)
96101
return Entropy.misc_calculations(self, context)

assets/1x/RubyDeck.png

46.5 KB

assets/1x/RubyDeck2.png

60.7 KB

assets/1x/blinds.png

9.67 KB

assets/1x/boosters.png

15.3 KB
5.69 KB
1.45 KB
18.4 KB

assets/1x/crypt_decks.png

14.5 KB

assets/1x/decks.png

29.9 KB

0 commit comments

Comments
 (0)