A more human-readable text standard for sharing tape builds in Cassette Beasts
by Lerycide
v2.0.1: Fixed an issue with move parsing
v2.0: Added support for attributes
v1.0.1: Made minor changes to the string conversion parsing.
# ▒▒▒▒▒▒▒▓██▒▒▒▓████▒▒███▓▒▒▓██▒▒▒▒████████████▓▒▒ | |
# ▒▒▒▒▒▒▓███▒▒▓█████▓▓███▓▒▒██▒▒██▒▒▓████████████▒ | |
# ▒▒▒▒▒▓████▒▓██████▒▒██▒▒▒▒▒▓▓██▒▒▒▒▒▒▒███▓▒▒▒▒▒▒ | |
# ▒▒▒▒▓█████████████▓▓██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓███▒▒▒▒▒▒ | |
# ▒▒▒▓██████████████▒▒██▒▒▒▒▓█████▒▒▒▒▒▒▒███▓▒▒▒▒▒ | |
# ▒▒▓███████████████▓▓███████████▓▒▒▒▒▒▒▒▓███▒▒▒▒▒ | |
# ▒▓████████████████▒▒█████████▓▒▒▒▒▒▒▒▒▒▒███▓▒▒▒▒ | |
# ░░░░░░░░░░░░░░░░░░░░MDTRAVIS░░░░░░░░░░░░░░░░░░░░ | |
# #==============================================# | |
# | Python tool that converts standard text from | |
--- STEAMODDED HEADER | |
--- MOD_NAME: Balatro Tweak | |
--- MOD_ID: cbt | |
--- MOD_AUTHOR: [syrinka] | |
--- MOD_DESCRIPTION: Some tweaks | |
---------------------------------------------- | |
------------MOD CODE ------------------------- | |
local originalFuncRef = get_starting_params |
This has migrated over to https://github.com/cheahjs/palworld-save-tools.
Old versions of the script hosted here can be found from the revisions list: https://gist.github.com/cheahjs/300239464dd84fe6902893b6b9250fd0/revisions
[This portion of call begins at 25:47]
Me: I could make it really easy on you, if you think Apollo is costing you $20 million per year, cut me a check for $10 million and we can both skip off into the sunset. Six months of use. We're good. That's mostly a joke.
Reddit: Six months of use? What do you mean? I know you said that was mostly a joke, but I want to take everything you're saying seriously just to make sure I'm not - what are you referring to?
Me: Okay, if Apollo's opportunity cost currently is $20 million dollars. At the 7 billion requests and API volume. If that's your yearly opportunity cost for Apollo, cut that in half, say for 6 months. Bob's your uncle.
Reddit: You cut out right at the end. I'm not asking you to repeat yourself for a third time, but you legit cut out right at the end. "If your opportunity cost is $10 million" and then I lost you.
extension UserDefaults { | |
func favoriteSubreddits() -> [String] { | |
return stringArray(forKey: DefaultsKeys.favoriteSubreddits) ?? [] | |
} | |
} |
Snd_VVZ_Draft_Header: | |
smpsHeaderStartSong 3 | |
smpsHeaderVoice Snd_VVZ_Draft_Voices_B8B3 | |
smpsHeaderChan $06,$03 | |
smpsHeaderTempo $01,$24 | |
smpsHeaderDAC VVD_DAC_B7D4, $00,$00 | |
smpsHeaderFM VVD_FM1_B58F, $0C,$0D | |
smpsHeaderFM VVD_FM2_B663, $00,$18 | |
smpsHeaderFM VVD_FM3_B6D2, $00,$15 |
Trailing asterisks indicate books I've finished reading
Libre:
# A simple shell expression for running Lenna's Inception | |
# Put this in the same directory as the game and run `nix develop` | |
{ | |
description = "FHS setup for Lenna's Inception"; | |
outputs = { self, nixpkgs }: | |
let | |
pkgs = import nixpkgs { inherit system; }; | |
system = "x86_64-linux"; |