Recent content by japahn

  1. japahn

    The Penny Pincher Cube 2.0--Inventors' Fair

    Weird, I did add it in the initial version according to the history, but the history is also broken, so I see Cube Cobra hasn't been solid lately, huh. Thanks for the heads up! I added Approach of the Second Sun back.
  2. japahn

    Cardboard by the Numbers

    The link is getting blocked for me, is it just me?
  3. japahn

    Looking for testers and input on my 360 card unpowered cube

    Cool, that's a not-so-old style cube! I don't really feel like trying to draft this - my time is too limited - but if you're up for some games on Cockatrice with already drafted decks hit me up on Discord! Edit: In general I find it kind of unhelpful to give any actual criticism without...
  4. japahn

    Ravnic's Custom Pokémagic-Cube

    Sorry it didn't work out, but to be fair, if the first playtest of hundreds of custom card had gone smoothly, that'd be surreal :) Don't be hard on yourself, just the fact that you put together a cube is incredible. Refinement takes iteration! You don't have English versions of your cards, do...
  5. japahn

    General (LTR / LTC) Lord of the Rings Testing/Includes Mega Thread!

    Printing two of every card and making a cube. If I ever have time again. For existing cubes, I rarely make changes before the card have had some time to be played in the wild. But it's a pretty safe bet that I'll use something, some day, because this set looks great.
  6. japahn

    Article Sink or Swim: Making Cube Approachable

    I'm really sold on draft formats that requires players have to read fewer cards as the most effective way to reduce complexity. I need to tweak the draft itself for cubes that have more insular archetypes than the Smooth Twin Cube and for player counts > 2, but twinning cards is probably going...
  7. japahn

    Sets (LTR) The Lord of the Rings: Tales of Middle Earth

    Yep, besides the Ring Tempts You design, this set looks absolutely incredible. There is an option (not sure if it was mentioned before( which is making the ring tempts you mechanic do something different, simply use a different card since there's no reminder text anyway...
  8. japahn

    Sets (LTR) The Lord of the Rings: Tales of Middle Earth

    I don't follow Magic as closely anymore, especially since latest card/set designs don't appeal to me for the reasons others have articulated so well in this thread. But I still gotta say: the ring tempting you having no downside breaks a strong expectation that there would be a downside. That...
  9. japahn

    [500] CCC - Casual Champions Cube

    That's funny, but especially if you have more permissive mulligan rules that's not that wild. Especially since she was playing 25 nonlands, for a 35 card deck, which has much less variance. Optimal land count for a 35-card deck with a free mulligan is probably 11 or 12 (and just because this...
  10. japahn

    General CBS

    Ok, I realized it's unlikely many people will be able to run the script, so I tried bundling it into an executable. https://github.com/henriquenakashima/cubescripts/releases/tag/v1.0 You should put your cube list .txt beside cubedeck.exe and name the file "cube.txt" for it to work...
  11. japahn

    General CBS

    You could probably stitch them together and get autocompletion + automatic translation from Spanish to English :D I chose to do based on a list because I always have my cube list updated, and there are so many existing cards that the autocomplete gives a ton of results with only 2-3 letters, so...
  12. japahn

    General CBS

    Update: converted to Python 3 and it works now in both Windows and WSL inside Windows. Put the new version in GitHub: https://github.com/henriquenakashima/cubescripts/blob/main/cubedeck.py
  13. japahn

    General CBS

    Oh, I've done the exact same thing three years ago. from datetime import datetime import os import platform import readline import sys import subprocess def load_cube(cube_file): cube = [] with open(cube_file) as f: for line in f: card = line.strip() if card...
  14. japahn

    Sets (LTR) The Lord of the Rings: Tales of Middle Earth

    Makes Gingerbrute unblockable for free, is this meta-breaking?
  15. japahn

    General CBS

    I think cubes fall anywhere between retail draft and somewhat close to constructed, but they vary quite a bit about where in that spectrum.
Top