-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
9 changed files
with
11 additions
and
7 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
Submodule Aura
updated
7 files
+90 −3 | Aura.lua | |
+1 −1 | README.md | |
+ − | assets/1x/j_blackboard.png | |
+ − | assets/1x/j_flash.png | |
+ − | assets/2x/j_blackboard.png | |
+ − | assets/2x/j_flash.png | |
+27 −0 | lovely.toml |
Submodule Bunco
updated
37 files
Submodule Cryptid
updated
19 files
+24 −10 | Cryptid.lua | |
+457 −0 | Items/Achievements.lua | |
+14 −1 | Items/Blinds.lua | |
+34 −0 | Items/CodeCards.lua | |
+47 −43 | Items/MiscJokers.lua | |
+1 −1 | Items/Vouchers.lua | |
+2 −2 | Items/xEpicJokers.lua | |
+1 −1 | Items/yM.lua | |
+58 −10 | Items/zExotic.lua | |
+ − | assets/1x/atlasepic.png | |
+ − | assets/1x/cry_achievements.png | |
+ − | assets/1x/v_cry_clone_machine.png | |
+ − | assets/2x/atlasepic.png | |
+ − | assets/2x/cry_achievements.png | |
+ − | assets/2x/v_cry_clone_machine.png | |
+6 −6 | lovely.toml | |
+38 −0 | lovely/Achievements.toml | |
+183 −1 | lovely/Misc.toml | |
+12 −1 | lovely/Sticker.toml |
Submodule KCVanilla
updated
19 files
+2 −1 | .gitignore | |
+4 −3 | jokers/5day.lua | |
+1 −1 | jokers/chan.lua | |
+5 −4 | jokers/collapse.lua | |
+3 −4 | jokers/composition.lua | |
+1 −1 | jokers/energy.lua | |
+2 −2 | jokers/guard.lua | |
+1 −1 | jokers/handy.lua | |
+16 −10 | jokers/powergrid.lua | |
+1 −0 | jokers/redenvelope.lua | |
+5 −5 | jokers/robo.lua | |
+1 −1 | jokers/squid.lua | |
+9 −2 | jokers/swiss.lua | |
+2 −2 | jokers/tenpin.lua | |
+1 −20 | kcvanilla.lua | |
+1 −1 | readme.md | |
+2 −1 | scripts/release.sh | |
+3 −3 | site/addjokers.js | |
+0 −5 | todo.md |
Submodule LobotomyCorp
updated
16 files
+240 −113 | LobotomyCorp.lua | |
+211 −0 | achievements.lua | |
+1 −0 | indiv_blinds/midnight_amber.lua | |
+11 −5 | indiv_blinds/whitenight.lua | |
+3 −0 | indiv_jokers/child_galaxy.lua | |
+9 −1 | indiv_jokers/happy_teddy_bear.lua | |
+20 −8 | indiv_jokers/heart_of_aspiration.lua | |
+3 −0 | indiv_jokers/mosb.lua | |
+7 −4 | indiv_jokers/plague_doctor.lua | |
+12 −5 | indiv_jokers/price_of_silence.lua | |
+1 −0 | indiv_jokers/punishing_bird.lua | |
+7 −1 | indiv_jokers/queen_of_hatred.lua | |
+13 −1 | indiv_jokers/servant_of_wrath.lua | |
+11 −1 | indiv_jokers/shy_look.lua | |
+62 −9 | localization/default.lua | |
+62 −9 | localization/zh_CN.lua |
Submodule Steamodded
updated
27 files
+4 −3 | TODO | |
+ − | assets/1x/default_achievements.png | |
+ − | assets/2x/default_achievements.png | |
+2 −2 | core/StackTracePlus.lua | |
+4 −1 | core/core.lua | |
+180 −40 | core/game_object.lua | |
+18 −0 | core/overrides.lua | |
+183 −3 | core/ui.lua | |
+67 −0 | core/utils.lua | |
+1 −1 | example_mods/Mods/AbsoluteDeck.lua | |
+1 −1 | example_mods/Mods/AchievementsEnabler.lua | |
+1 −1 | example_mods/Mods/DeckOf4s.lua | |
+1 −194 | example_mods/Mods/EditionExamples/EditionExamples.lua | |
+1 −1 | example_mods/Mods/JokerAPI_Example/JokerAPI.lua | |
+1 −1 | example_mods/Mods/LabyrinthDeck.lua | |
+1 −0 | example_mods/Mods/MoreSpeeds.lua | |
+1 −1 | example_mods/Mods/NegateTexturePack/NegateTexturePack.lua | |
+9 −22 | example_mods/Mods/RoyalFlush/RoyalFlush.lua | |
+1 −0 | example_mods/Mods/SealExample/SealsMod.lua | |
+1 −0 | example_mods/Mods/TestKeybinds.lua | |
+1 −1 | example_mods/Mods/UltimateRandom.lua | |
+20 −29 | loader/loader.lua | |
+7 −0 | localization/en-us.lua | |
+7 −0 | localization/zh_CN.lua | |
+85 −0 | lovely/achievements.toml | |
+14 −1 | lovely/mod.toml | |
+1 −1 | lovely/pool.toml |
Submodule aiz-balatro-mod
updated
5 files
+1 −2 | configuration.lua | |
+2 −3 | jokers/chess_pawn.lua | |
+1 −2 | jokers/kiki_bouba.lua | |
+4 −4 | main.lua | |
+2 −3 | utils.lua |