Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 4, 2020 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/f2a3546759b63dc97bdbe2d2dca747b4 to your computer and use it in GitHub Desktop.
Save r-ryantm/f2a3546759b63dc97bdbe2d2dca747b4 to your computer and use it in GitHub Desktop.
/nix/store/fpibdpl8hpkg5i264zy8nk26502bp14s-cockatrice-2020-08-23-Release-2.7.5
├── bin
│   ├── cockatrice
│   ├── dbconverter
│   └── oracle
└── share
├── applications
│   ├── cockatrice.desktop
│   └── oracle.desktop
├── cockatrice
│   ├── sounds
│   │   ├── Default
│   │   │   ├── attack_step.wav
│   │   │   ├── buddy_join.wav
│   │   │   ├── buddy_leave.wav
│   │   │   ├── end_step.wav
│   │   │   ├── player_join.wav
│   │   │   ├── start_combat.wav
│   │   │   └── tap_card.wav
│   │   └── Legacy
│   │   ├── all_mention.wav
│   │   ├── chat_mention.wav
│   │   ├── draw_step.wav
│   │   ├── play_card.wav
│   │   ├── player_join.wav
│   │   ├── private_message.wav
│   │   ├── shuffle.wav
│   │   ├── tap_card.wav
│   │   └── untap_card.wav
│   ├── themes
│   │   ├── Default
│   │   ├── Fabric
│   │   │   └── zones
│   │   │   ├── handzone.png
│   │   │   ├── playerzone.png
│   │   │   ├── stackzone.png
│   │   │   └── tablezone.png
│   │   ├── Leather
│   │   │   └── zones
│   │   │   ├── handzone.png
│   │   │   ├── playerzone.png
│   │   │   ├── stackzone.png
│   │   │   └── tablezone.png
│   │   ├── Plasma
│   │   │   └── zones
│   │   │   ├── handzone.png
│   │   │   ├── playerzone.png
│   │   │   ├── stackzone.png
│   │   │   └── tablezone.png
│   │   └── VelvetMarble
│   │   └── zones
│   │   ├── handzone.jpg
│   │   ├── playerzone.jpg
│   │   ├── stackzone.jpg
│   │   └── tablezone.jpg
│   └── translations
│   ├── cockatrice_cs.qm
│   ├── cockatrice_de.qm
│   ├── cockatrice_el.qm
│   ├── cockatrice_en@pirate.qm
│   ├── cockatrice_en.qm
│   ├── cockatrice_es.qm
│   ├── cockatrice_et.qm
│   ├── cockatrice_fi.qm
│   ├── cockatrice_fr.qm
│   ├── cockatrice_hu.qm
│   ├── cockatrice_it.qm
│   ├── cockatrice_ja.qm
│   ├── cockatrice_ko.qm
│   ├── cockatrice_nb.qm
│   ├── cockatrice_nl.qm
│   ├── cockatrice_pl.qm
│   ├── cockatrice_pt_BR.qm
│   ├── cockatrice_pt.qm
│   ├── cockatrice_ru.qm
│   ├── cockatrice_sr.qm
│   ├── cockatrice_sv.qm
│   ├── cockatrice_tr.qm
│   └── cockatrice_zh-Hans.qm
├── icons
│   └── hicolor
│   ├── 48x48
│   │   └── apps
│   │   ├── cockatrice.png
│   │   └── oracle.png
│   └── scalable
│   └── apps
│   ├── cockatrice.svg
│   └── oracle.svg
└── oracle
└── translations
├── oracle_cs.qm
├── oracle_de.qm
├── oracle_el.qm
├── oracle_en@pirate.qm
├── oracle_en.qm
├── oracle_es.qm
├── oracle_et.qm
├── oracle_fi.qm
├── oracle_fr.qm
├── oracle_hu.qm
├── oracle_it.qm
├── oracle_ja.qm
├── oracle_ko.qm
├── oracle_nb.qm
├── oracle_nl.qm
├── oracle_pl.qm
├── oracle_pt_BR.qm
├── oracle_pt.qm
├── oracle_ru.qm
├── oracle_sr.qm
├── oracle_sv.qm
├── oracle_tr.qm
└── oracle_zh-Hans.qm
26 directories, 87 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment