Skip to content

Commit bb19a2f

Browse files
authored
0.2.8
1 parent 0dc153c commit bb19a2f

File tree

9 files changed

+483
-379
lines changed

9 files changed

+483
-379
lines changed

Tsunami.lua

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ Splashkeytable = {
309309
"j_tsun_deepsea_diver",
310310
"j_tsun_waterfront_scenery",
311311
"j_tsun_asset_liquidation",
312+
"j_tsun_card_shark",
313+
"j_tsun_lighthouse",
312314

313315

314316
"j_tsun_tsunami_yu",
@@ -371,6 +373,8 @@ Splashvouchertable = {
371373
"j_tsun_deepsea_diver",
372374
"j_tsun_waterfront_scenery",
373375
"j_tsun_asset_liquidation",
376+
"j_tsun_card_shark",
377+
"j_tsun_lighthouse",
374378
}
375379

376380
--- This table is used by the Polymorph Spectral to choose a random non-Legendary Splash fusion compatible Joker
@@ -414,6 +418,8 @@ Splashkeytable2 = {
414418
"j_space",
415419
"j_photograph",
416420
"j_burglar",
421+
"j_card_sharp",
422+
"j_obelisk",
417423
}
418424

419425
---List of fusion materials to be excluded from calculation for the Polymorph Spectral
@@ -524,6 +530,7 @@ end
524530
TsunamiAutoRegister = {
525531
"j_evo_ripple",
526532
}
533+
527534
function auto_register(registry)
528535
for index2, value2 in pairs(registry) do
529536
for index, value in ipairs(FusionJokers.fusions) do
@@ -536,7 +543,7 @@ function auto_register(registry)
536543
_flag = true
537544
end
538545
end
539-
546+
540547
if _flag then
541548
FusionJokers.fusions:register_fusion(recipe)
542549
end

assets/1x/TsunamiJokers.png

12.1 KB
Loading

assets/2x/TsunamiJokers.png

13.2 KB
Loading

0 commit comments

Comments
 (0)