From 1ce3a5b4c0ec8199a0088d00cd95d299ed7bf056 Mon Sep 17 00:00:00 2001 From: Karthik Balakrishnan <karthikb351@gmail.com> Date: Mon, 06 Aug 2018 21:07:23 +0530 Subject: [PATCH] User profiles --- _config.yml | 4 ++++ package-lock.json | 1749 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 5 +++++ _collections/Abhii003.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ _collections/Blackend.md | 562 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/Marcopolo91.md | 462 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/Me_era.md | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/Prasiddhi.md | 2234 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/Renuka2010.md | 5900 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/Shiroyasha.md | 813 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/Sowmyashiva.md | 6 ++++++ _collections/adarshurs.md | 6 ++++++ _collections/akshaybhalotia.md | 281 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/anandsan.md | 6 ++++++ _collections/avin12.md | 6 ++++++ _collections/bodhisatva.md | 227 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/captn3m0.md | 645 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/cataclasma.md | 2698 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/coffeeshopguy77.md | 6 ++++++ _collections/doodlegeek.md | 218 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/flying_circus.md | 925 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/govindk.md | 11557 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/hashfyre.md | 313 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/inputj.md | 1577 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/karthikb351.md | 743 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/max8945.md | 4564 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/neenaoffline.md | 649 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/nj3478.md | 297 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/sandygrains.md | 6 ++++++ _collections/shanky0o.md | 2260 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/tempo182.md | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _collections/thedoodabides.md | 6 ++++++ _collections/vadersup.md | 6 ++++++ _data/users.yml | 5 +++++ _layouts/collection.html | 9 +++++++++ scripts/fetch_collections.js | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ scripts/test.js | 20 ++++++++++++++++++++ 37 files changed, 39139 insertions(+) diff --git a/_config.yml b/_config.yml index 20fea8f..61bb2a0 100644 --- a/_config.yml +++ a/_config.yml @@ -8,6 +8,10 @@ uploads: title: Uploads output: true + collections: + title: Collections + output: true + permalink: /user/:name locale: en title_separator: "-" name: ReRoll - A board games collective diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..6c8a4a4 100644 --- /dev/null +++ a/package-lock.json @@ -1,0 +1,1749 @@ +{ + "name": "minimal-mistakes", + "version": "3.3.7", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "align-text": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", + "integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=", + "dev": true, + "requires": { + "kind-of": "3.2.2", + "longest": "1.0.1", + "repeat-string": "1.6.1" + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "anymatch": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz", + "integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==", + "dev": true, + "requires": { + "micromatch": "2.3.11", + "normalize-path": "2.1.1" + } + }, + "arr-diff": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", + "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", + "dev": true, + "requires": { + "arr-flatten": "1.1.0" + } + }, + "arr-flatten": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "dev": true + }, + "array-filter": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz", + "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=", + "dev": true + }, + "array-map": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz", + "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=", + "dev": true + }, + "array-reduce": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz", + "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=", + "dev": true + }, + "array-unique": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", + "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", + "dev": true + }, + "arrify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "dev": true + }, + "async-each": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", + "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=", + "dev": true + }, + "babel-runtime": { + "version": "6.26.0", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", + "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", + "dev": true, + "requires": { + "core-js": "2.5.7", + "regenerator-runtime": "0.11.1" + } + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "bgg": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/bgg/-/bgg-1.0.1.tgz", + "integrity": "sha1-jdklX9Sh5N716vEqDdphRoL1ZsQ=", + "requires": { + "rest": "1.3.2", + "xml2json": "0.6.2" + } + }, + "binary-extensions": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.11.0.tgz", + "integrity": "sha1-RqoXUftqL5PuXmibsQh9SxTGwgU=", + "dev": true + }, + "bindings": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.3.0.tgz", + "integrity": "sha512-DpLh5EzMR2kzvX1KIlVC0VkC3iZtHKTgdtZ0a3pglBZdaQFjt5S9g9xd1lE+YvXyfd6mtCeRnrUfOLYiTMlNSw==" + }, + "bluebird": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", + "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA==" + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "1.8.5", + "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", + "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", + "dev": true, + "requires": { + "expand-range": "1.8.2", + "preserve": "0.2.0", + "repeat-element": "1.1.2" + } + }, + "builtin-modules": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", + "dev": true + }, + "camelcase": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", + "integrity": "sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk=", + "dev": true + }, + "center-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", + "integrity": "sha1-qg0yYptu6XIgBBHL1EYckHvCt60=", + "dev": true, + "requires": { + "align-text": "0.1.4", + "lazy-cache": "1.0.4" + } + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" + } + }, + "chokidar": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.5.2.tgz", + "integrity": "sha1-KT5yhkDMk92Cd0JDNLPG1K06NIo=", + "dev": true, + "requires": { + "anymatch": "1.3.2", + "async-each": "1.0.1", + "fsevents": "1.2.4", + "glob-parent": "2.0.0", + "inherits": "2.0.3", + "is-binary-path": "1.0.1", + "is-glob": "2.0.1", + "path-is-absolute": "1.0.1", + "readdirp": "2.1.0" + } + }, + "cliui": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", + "integrity": "sha1-S0dXYP+AJkx2LDoXGQMukcf+oNE=", + "dev": true, + "requires": { + "center-align": "0.1.3", + "right-align": "0.1.3", + "wordwrap": "0.0.2" + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "core-js": { + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz", + "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "cross-spawn": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz", + "integrity": "sha1-e5JHYhwjrf3ThWAEqCPL45dCTUE=", + "dev": true, + "requires": { + "lru-cache": "4.1.3", + "which": "1.3.1" + } + }, + "cross-spawn-async": { + "version": "2.2.5", + "resolved": "https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.5.tgz", + "integrity": "sha1-hF/wwINKPe2dFg2sptOQkGuyiMw=", + "dev": true, + "requires": { + "lru-cache": "4.1.3", + "which": "1.3.1" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "define-properties": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz", + "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=", + "dev": true, + "requires": { + "foreach": "2.0.5", + "object-keys": "1.0.12" + } + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", + "dev": true + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "0.2.1" + } + }, + "es-abstract": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz", + "integrity": "sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==", + "dev": true, + "requires": { + "es-to-primitive": "1.1.1", + "function-bind": "1.1.1", + "has": "1.0.3", + "is-callable": "1.1.4", + "is-regex": "1.0.4" + } + }, + "es-to-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz", + "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=", + "dev": true, + "requires": { + "is-callable": "1.1.4", + "is-date-object": "1.0.1", + "is-symbol": "1.0.1" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "event-stream": { + "version": "3.3.4", + "resolved": "http://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", + "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", + "dev": true, + "requires": { + "duplexer": "0.1.1", + "from": "0.1.7", + "map-stream": "0.1.0", + "pause-stream": "0.0.11", + "split": "0.3.3", + "stream-combiner": "0.0.4", + "through": "2.3.8" + } + }, + "expand-brackets": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", + "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", + "dev": true, + "requires": { + "is-posix-bracket": "0.1.1" + } + }, + "expand-range": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", + "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", + "dev": true, + "requires": { + "fill-range": "2.2.4" + } + }, + "extglob": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", + "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", + "dev": true, + "requires": { + "is-extglob": "1.0.0" + } + }, + "filename-regex": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", + "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", + "dev": true + }, + "fill-range": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz", + "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==", + "dev": true, + "requires": { + "is-number": "2.1.0", + "isobject": "2.1.0", + "randomatic": "3.0.0", + "repeat-element": "1.1.2", + "repeat-string": "1.6.1" + } + }, + "for-in": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", + "dev": true + }, + "for-own": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", + "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", + "dev": true, + "requires": { + "for-in": "1.0.2" + } + }, + "foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=", + "dev": true + }, + "from": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", + "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=", + "dev": true + }, + "fsevents": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.4.tgz", + "integrity": "sha512-z8H8/diyk76B7q5wg+Ud0+CqzcAF3mBBI/bA5ne5zrRUUIvNkJY//D3BqyH571KuAC4Nr7Rw7CjWX4r0y9DvNg==", + "dev": true, + "optional": true, + "requires": { + "nan": "2.10.0", + "node-pre-gyp": "0.10.0" + }, + "dependencies": { + "abbrev": { + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true + }, + "ansi-regex": { + "version": "2.1.1", + "bundled": true, + "dev": true + }, + "aproba": { + "version": "1.2.0", + "bundled": true, + "dev": true, + "optional": true + }, + "are-we-there-yet": { + "version": "1.1.4", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "delegates": "1.0.0", + "readable-stream": "2.3.6" + } + }, + "balanced-match": { + "version": "1.0.0", + "bundled": true, + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "dev": true, + "requires": { + "balanced-match": "1.0.0", + "concat-map": "0.0.1" + } + }, + "chownr": { + "version": "1.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "code-point-at": { + "version": "1.1.0", + "bundled": true, + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "bundled": true, + "dev": true + }, + "console-control-strings": { + "version": "1.1.0", + "bundled": true, + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "debug": { + "version": "2.6.9", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "ms": "2.0.0" + } + }, + "deep-extend": { + "version": "0.5.1", + "bundled": true, + "dev": true, + "optional": true + }, + "delegates": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "detect-libc": { + "version": "1.0.3", + "bundled": true, + "dev": true, + "optional": true + }, + "fs-minipass": { + "version": "1.2.5", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minipass": "2.2.4" + } + }, + "fs.realpath": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "gauge": { + "version": "2.7.4", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "aproba": "1.2.0", + "console-control-strings": "1.1.0", + "has-unicode": "2.0.1", + "object-assign": "4.1.1", + "signal-exit": "3.0.2", + "string-width": "1.0.2", + "strip-ansi": "3.0.1", + "wide-align": "1.1.2" + } + }, + "glob": { + "version": "7.1.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "fs.realpath": "1.0.0", + "inflight": "1.0.6", + "inherits": "2.0.3", + "minimatch": "3.0.4", + "once": "1.4.0", + "path-is-absolute": "1.0.1" + } + }, + "has-unicode": { + "version": "2.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "iconv-lite": { + "version": "0.4.21", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "safer-buffer": "2.1.2" + } + }, + "ignore-walk": { + "version": "3.0.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minimatch": "3.0.4" + } + }, + "inflight": { + "version": "1.0.6", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "once": "1.4.0", + "wrappy": "1.0.2" + } + }, + "inherits": { + "version": "2.0.3", + "bundled": true, + "dev": true + }, + "ini": { + "version": "1.3.5", + "bundled": true, + "dev": true, + "optional": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "requires": { + "number-is-nan": "1.0.1" + } + }, + "isarray": { + "version": "1.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "minimatch": { + "version": "3.0.4", + "bundled": true, + "dev": true, + "requires": { + "brace-expansion": "1.1.11" + } + }, + "minimist": { + "version": "0.0.8", + "bundled": true, + "dev": true + }, + "minipass": { + "version": "2.2.4", + "bundled": true, + "dev": true, + "requires": { + "safe-buffer": "5.1.1", + "yallist": "3.0.2" + } + }, + "minizlib": { + "version": "1.1.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "minipass": "2.2.4" + } + }, + "mkdirp": { + "version": "0.5.1", + "bundled": true, + "dev": true, + "requires": { + "minimist": "0.0.8" + } + }, + "ms": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "needle": { + "version": "2.2.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "debug": "2.6.9", + "iconv-lite": "0.4.21", + "sax": "1.2.4" + } + }, + "node-pre-gyp": { + "version": "0.10.0", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "detect-libc": "1.0.3", + "mkdirp": "0.5.1", + "needle": "2.2.0", + "nopt": "4.0.1", + "npm-packlist": "1.1.10", + "npmlog": "4.1.2", + "rc": "1.2.7", + "rimraf": "2.6.2", + "semver": "5.5.0", + "tar": "4.4.1" + } + }, + "nopt": { + "version": "4.0.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "abbrev": "1.1.1", + "osenv": "0.1.5" + } + }, + "npm-bundled": { + "version": "1.0.3", + "bundled": true, + "dev": true, + "optional": true + }, + "npm-packlist": { + "version": "1.1.10", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "ignore-walk": "3.0.1", + "npm-bundled": "1.0.3" + } + }, + "npmlog": { + "version": "4.1.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "are-we-there-yet": "1.1.4", + "console-control-strings": "1.1.0", + "gauge": "2.7.4", + "set-blocking": "2.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "bundled": true, + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "bundled": true, + "dev": true, + "optional": true + }, + "once": { + "version": "1.4.0", + "bundled": true, + "dev": true, + "requires": { + "wrappy": "1.0.2" + } + }, + "os-homedir": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "os-tmpdir": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "osenv": { + "version": "0.1.5", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "os-homedir": "1.0.2", + "os-tmpdir": "1.0.2" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "process-nextick-args": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "rc": { + "version": "1.2.7", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "deep-extend": "0.5.1", + "ini": "1.3.5", + "minimist": "1.2.0", + "strip-json-comments": "2.0.1" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "bundled": true, + "dev": true, + "optional": true + } + } + }, + "readable-stream": { + "version": "2.3.6", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.1", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "rimraf": { + "version": "2.6.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "glob": "7.1.2" + } + }, + "safe-buffer": { + "version": "5.1.1", + "bundled": true, + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "bundled": true, + "dev": true, + "optional": true + }, + "sax": { + "version": "1.2.4", + "bundled": true, + "dev": true, + "optional": true + }, + "semver": { + "version": "5.5.0", + "bundled": true, + "dev": true, + "optional": true + }, + "set-blocking": { + "version": "2.0.0", + "bundled": true, + "dev": true, + "optional": true + }, + "signal-exit": { + "version": "3.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "string-width": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "safe-buffer": "5.1.1" + } + }, + "strip-ansi": { + "version": "3.0.1", + "bundled": true, + "dev": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "strip-json-comments": { + "version": "2.0.1", + "bundled": true, + "dev": true, + "optional": true + }, + "tar": { + "version": "4.4.1", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "chownr": "1.0.1", + "fs-minipass": "1.2.5", + "minipass": "2.2.4", + "minizlib": "1.1.0", + "mkdirp": "0.5.1", + "safe-buffer": "5.1.1", + "yallist": "3.0.2" + } + }, + "util-deprecate": { + "version": "1.0.2", + "bundled": true, + "dev": true, + "optional": true + }, + "wide-align": { + "version": "1.1.2", + "bundled": true, + "dev": true, + "optional": true, + "requires": { + "string-width": "1.0.2" + } + }, + "wrappy": { + "version": "1.0.2", + "bundled": true, + "dev": true + }, + "yallist": { + "version": "3.0.2", + "bundled": true, + "dev": true + } + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "glob-base": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", + "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", + "dev": true, + "requires": { + "glob-parent": "2.0.0", + "is-glob": "2.0.1" + } + }, + "glob-parent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", + "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "dev": true, + "requires": { + "is-glob": "2.0.1" + } + }, + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "1.1.1" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "hosted-git-info": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", + "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==", + "dev": true + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", + "dev": true, + "requires": { + "binary-extensions": "1.11.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "is-builtin-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", + "dev": true, + "requires": { + "builtin-modules": "1.1.1" + } + }, + "is-callable": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", + "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==", + "dev": true + }, + "is-date-object": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", + "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=", + "dev": true + }, + "is-dotfile": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", + "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", + "dev": true + }, + "is-equal-shallow": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", + "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", + "dev": true, + "requires": { + "is-primitive": "2.0.0" + } + }, + "is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", + "dev": true + }, + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "dev": true + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dev": true, + "requires": { + "is-extglob": "1.0.0" + } + }, + "is-number": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", + "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", + "dev": true, + "requires": { + "kind-of": "3.2.2" + } + }, + "is-posix-bracket": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", + "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", + "dev": true + }, + "is-primitive": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", + "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", + "dev": true + }, + "is-regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", + "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", + "dev": true, + "requires": { + "has": "1.0.3" + } + }, + "is-symbol": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz", + "integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=", + "dev": true + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", + "dev": true, + "requires": { + "isarray": "1.0.0" + } + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "dev": true + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "dev": true, + "requires": { + "is-buffer": "1.1.6" + } + }, + "lazy-cache": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", + "integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4=", + "dev": true + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "dev": true, + "requires": { + "graceful-fs": "4.1.11", + "parse-json": "2.2.0", + "pify": "2.3.0", + "pinkie-promise": "2.0.1", + "strip-bom": "2.0.0" + } + }, + "longest": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", + "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=", + "dev": true + }, + "lru-cache": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz", + "integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==", + "dev": true, + "requires": { + "pseudomap": "1.0.2", + "yallist": "2.1.2" + } + }, + "map-stream": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", + "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=", + "dev": true + }, + "math-random": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz", + "integrity": "sha1-izqsWIuKZuSXXjzepn97sylgH6w=", + "dev": true + }, + "micromatch": { + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", + "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", + "dev": true, + "requires": { + "arr-diff": "2.0.0", + "array-unique": "0.2.1", + "braces": "1.8.5", + "expand-brackets": "0.1.5", + "extglob": "0.3.2", + "filename-regex": "2.0.1", + "is-extglob": "1.0.0", + "is-glob": "2.0.1", + "kind-of": "3.2.2", + "normalize-path": "2.1.1", + "object.omit": "2.0.1", + "parse-glob": "3.0.4", + "regex-cache": "0.4.4" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "1.1.11" + } + }, + "nan": { + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.10.0.tgz", + "integrity": "sha512-bAdJv7fBLhWC+/Bls0Oza+mvTaNQtP+1RyhhhvD95pgUJz6XM5IzgmxOkItJ9tkoCiplvAnXI1tNmmUD/eScyA==" + }, + "node-expat": { + "version": "2.3.16", + "resolved": "https://registry.npmjs.org/node-expat/-/node-expat-2.3.16.tgz", + "integrity": "sha512-e3HyQI0lk5CXyYQ4RsDYGiWdY5LJxNMlNCzo4/gwqY8lhYIeTf5VwGirGDa1EPrcZROmOR37wHuFVnoHmOWnOw==", + "requires": { + "bindings": "1.3.0", + "nan": "2.10.0" + } + }, + "normalize-package-data": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", + "dev": true, + "requires": { + "hosted-git-info": "2.7.1", + "is-builtin-module": "1.0.0", + "semver": "5.5.0", + "validate-npm-package-license": "3.0.4" + } + }, + "normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", + "dev": true, + "requires": { + "remove-trailing-separator": "1.1.0" + } + }, + "npm-run-all": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-1.8.0.tgz", + "integrity": "sha1-E8MVq3y+7ySt/xWlkiLi5TUZbTY=", + "dev": true, + "requires": { + "babel-runtime": "6.26.0", + "chalk": "1.1.3", + "cross-spawn-async": "2.2.5", + "minimatch": "3.0.4", + "ps-tree": "1.1.0", + "read-pkg": "1.1.0", + "shell-quote": "1.6.1", + "string.prototype.padend": "3.0.0" + } + }, + "object-keys": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz", + "integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==", + "dev": true + }, + "object.omit": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", + "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", + "dev": true, + "requires": { + "for-own": "0.1.5", + "is-extendable": "0.1.1" + } + }, + "onchange": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/onchange/-/onchange-2.5.0.tgz", + "integrity": "sha1-IJmS6Y9A5+B02Qwh94HejPDlgGo=", + "dev": true, + "requires": { + "arrify": "1.0.1", + "chokidar": "1.5.2", + "cross-spawn": "4.0.2", + "minimist": "1.2.0" + }, + "dependencies": { + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true + } + } + }, + "parse-glob": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", + "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", + "dev": true, + "requires": { + "glob-base": "0.3.0", + "is-dotfile": "1.0.3", + "is-extglob": "1.0.0", + "is-glob": "2.0.1" + } + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true, + "requires": { + "error-ex": "1.3.2" + } + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "dev": true, + "requires": { + "graceful-fs": "4.1.11", + "pify": "2.3.0", + "pinkie-promise": "2.0.1" + } + }, + "pause-stream": { + "version": "0.0.11", + "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", + "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", + "dev": true, + "requires": { + "through": "2.3.8" + } + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "requires": { + "pinkie": "2.0.4" + } + }, + "preserve": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", + "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", + "dev": true + }, + "process-nextick-args": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", + "dev": true + }, + "ps-tree": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.1.0.tgz", + "integrity": "sha1-tCGyQUDWID8e08dplrRCewjowBQ=", + "dev": true, + "requires": { + "event-stream": "3.3.4" + } + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", + "dev": true + }, + "randomatic": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.0.0.tgz", + "integrity": "sha512-VdxFOIEY3mNO5PtSRkkle/hPJDHvQhK21oa73K4yAc9qmp6N429gAyF1gZMOTMeS0/AYzaV/2Trcef+NaIonSA==", + "dev": true, + "requires": { + "is-number": "4.0.0", + "kind-of": "6.0.2", + "math-random": "1.0.1" + }, + "dependencies": { + "is-number": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", + "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", + "dev": true + }, + "kind-of": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "dev": true + } + } + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "dev": true, + "requires": { + "load-json-file": "1.1.0", + "normalize-package-data": "2.4.0", + "path-type": "1.1.0" + } + }, + "readable-stream": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", + "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "2.0.0", + "safe-buffer": "5.1.2", + "string_decoder": "1.1.1", + "util-deprecate": "1.0.2" + } + }, + "readdirp": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz", + "integrity": "sha1-TtCtBg3zBzMAxIRANz9y0cxkLXg=", + "dev": true, + "requires": { + "graceful-fs": "4.1.11", + "minimatch": "3.0.4", + "readable-stream": "2.3.6", + "set-immediate-shim": "1.0.1" + } + }, + "regenerator-runtime": { + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==", + "dev": true + }, + "regex-cache": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz", + "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", + "dev": true, + "requires": { + "is-equal-shallow": "0.1.3" + } + }, + "remove-trailing-separator": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=", + "dev": true + }, + "repeat-element": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz", + "integrity": "sha1-7wiaF40Ug7quTZPrmLT55OEdmQo=", + "dev": true + }, + "repeat-string": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", + "dev": true + }, + "rest": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/rest/-/rest-1.3.2.tgz", + "integrity": "sha1-BBm2ShQ0xy+bFYBK3MnTUFkkcHs=", + "requires": { + "when": "3.7.8" + } + }, + "right-align": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", + "integrity": "sha1-YTObci/mo1FWiSENJOFMlhSGE+8=", + "dev": true, + "requires": { + "align-text": "0.1.4" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "semver": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.5.0.tgz", + "integrity": "sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==", + "dev": true + }, + "set-immediate-shim": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz", + "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=", + "dev": true + }, + "shell-quote": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz", + "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=", + "dev": true, + "requires": { + "array-filter": "0.0.1", + "array-map": "0.0.0", + "array-reduce": "0.0.0", + "jsonify": "0.0.0" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "spdx-correct": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.0.tgz", + "integrity": "sha512-N19o9z5cEyc8yQQPukRCZ9EUmb4HUpnrmaL/fxS2pBo2jbfcFRVuFZ/oFC+vZz0MNNk0h80iMn5/S6qGZOL5+g==", + "dev": true, + "requires": { + "spdx-expression-parse": "3.0.0", + "spdx-license-ids": "3.0.0" + } + }, + "spdx-exceptions": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.1.0.tgz", + "integrity": "sha512-4K1NsmrlCU1JJgUrtgEeTVyfx8VaYea9J9LvARxhbHtVtohPs/gFGG5yy49beySjlIMhhXZ4QqujIZEfS4l6Cg==", + "dev": true + }, + "spdx-expression-parse": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", + "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", + "dev": true, + "requires": { + "spdx-exceptions": "2.1.0", + "spdx-license-ids": "3.0.0" + } + }, + "spdx-license-ids": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.0.tgz", + "integrity": "sha512-2+EPwgbnmOIl8HjGBXXMd9NAu02vLjOO1nWw4kmeRDFyHn+M/ETfHxQUK0oXg8ctgVnl9t3rosNVsZ1jG61nDA==", + "dev": true + }, + "split": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz", + "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", + "dev": true, + "requires": { + "through": "2.3.8" + } + }, + "stream-combiner": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", + "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", + "dev": true, + "requires": { + "duplexer": "0.1.1" + } + }, + "string.prototype.padend": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz", + "integrity": "sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA=", + "dev": true, + "requires": { + "define-properties": "1.1.2", + "es-abstract": "1.12.0", + "function-bind": "1.1.1" + } + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "5.1.2" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "dev": true, + "requires": { + "is-utf8": "0.2.1" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "uglify-js": { + "version": "2.8.29", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz", + "integrity": "sha1-KcVzMUgFe7Th913zW3qcty5qWd0=", + "dev": true, + "requires": { + "source-map": "0.5.7", + "uglify-to-browserify": "1.0.2", + "yargs": "3.10.0" + } + }, + "uglify-to-browserify": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", + "integrity": "sha1-bgkk1r2mta/jSeOabWMoUKD4grc=", + "dev": true, + "optional": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "requires": { + "spdx-correct": "3.0.0", + "spdx-expression-parse": "3.0.0" + } + }, + "when": { + "version": "3.7.8", + "resolved": "https://registry.npmjs.org/when/-/when-3.7.8.tgz", + "integrity": "sha1-xxMLan6gRpPoQs3J56Hyqjmjn4I=" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "2.0.0" + } + }, + "window-size": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", + "integrity": "sha1-VDjNLqk7IC76Ohn+iIeu58lPnJ0=", + "dev": true + }, + "wordwrap": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", + "integrity": "sha1-t5Zpu0LstAn4PVg8rVLKF+qhZD8=", + "dev": true + }, + "xml2json": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/xml2json/-/xml2json-0.6.2.tgz", + "integrity": "sha1-fNGDB8194TypvMxXycneo7NQMgM=", + "requires": { + "node-expat": "2.3.16" + } + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=", + "dev": true + }, + "yaml": { + "version": "1.0.0-rc.7", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.0.0-rc.7.tgz", + "integrity": "sha512-tsTvdZxHPSgwv70qw0w2YeGA8VCqEpHRlYLb3T3ROhke8j92iC3t7kd2XHkiyp7pvxucKUgzzo+3Zq77WV82Kw==" + }, + "yargs": { + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", + "integrity": "sha1-9+572FfdfB0tOMDnTvvWgdFDH9E=", + "dev": true, + "requires": { + "camelcase": "1.2.1", + "cliui": "2.1.0", + "decamelize": "1.2.0", + "window-size": "0.1.0" + } + } + } +} diff --git a/package.json b/package.json index f4cc8b6..3c1aff4 100644 --- a/package.json +++ a/package.json @@ -29,5 +29,10 @@ "uglify": "uglifyjs assets/js/vendor/jquery/jquery-1.12.4.min.js assets/js/plugins/jquery.fitvids.js assets/js/plugins/jquery.greedy-navigation.js assets/js/plugins/jquery.magnific-popup.js assets/js/plugins/jquery.smooth-scroll.min.js assets/js/plugins/stickyfill.min.js assets/js/_main.js -c -m -o assets/js/main.min.js", "watch:js": "onchange \"assets/js/**/*.js\" -e \"assets/js/main.min.js\" -- npm run build:js", "build:js": "npm run uglify" + }, + "dependencies": { + "bgg": "^1.0.1", + "bluebird": "^3.5.1", + "yaml": "^1.0.0-rc.7" } } diff --git a/_collections/Abhii003.md b/_collections/Abhii003.md new file mode 100644 index 0000000..d090590 100644 --- /dev/null +++ a/_collections/Abhii003.md @@ -1,0 +1,48 @@ +--- +games: + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 40427856 + name: + sortindex: 1 + $t: Catan + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/A-0yDJkve0avEicYQ4HoNO-HkK8=/0x0/pic2419375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/g8LvJsd2oLAub6AEKN_Xpdoi8Sw=/fit-in/200x150/pic2419375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-10 02:02:02 + numplays: 0 + - objecttype: thing + objectid: 166669 + subtype: boardgame + collid: 40427803 + name: + sortindex: 1 + $t: San Juan &&#35;40;second edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/VvKqy5OR6AsAFk0qTpuw745fXII=/0x0/pic2305703.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WhvEFewGw44EAtvWeKIfEGGfV8o=/fit-in/200x150/pic2305703.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-10 01:59:07 + numplays: 0 +username: Abhii003 +layout: collection + +---diff --git a/_collections/Blackend.md b/_collections/Blackend.md new file mode 100644 index 0000000..ecc425c 100644 --- /dev/null +++ a/_collections/Blackend.md @@ -1,0 +1,562 @@ +--- +games: + - objecttype: thing + objectid: 3955 + subtype: boardgame + collid: 40691850 + name: + sortindex: 1 + $t: BANG! + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/ZgLAhswnvphPH_FplkciAQ-J9ic=/0x0/pic1170986.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/lzPoB0cL20ysgtE5Lc5C6oslpoM=/fit-in/200x150/pic1170986.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-02-21 04:18:32 + numplays: 0 + - objecttype: thing + objectid: 143741 + subtype: boardgame + collid: 43595415 + name: + sortindex: 1 + $t: BANG! The Dice Game + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/FV0kpzyWF-7AQCFI8TuQlRRIhNo=/0x0/pic2909713.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3xvZe7fHZdreM0Zt_eINI0F2V-A=/fit-in/200x150/pic2909713.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-04 09:47:32 + numplays: 0 + - objecttype: thing + objectid: 172308 + subtype: boardgame + collid: 40691842 + name: + sortindex: 1 + $t: Broom Service + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/YrLRtKpFVN7_QhPmj2WYb6TalzM=/0x0/pic2546156.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NC23VZFA8UHuNCazCvgVdN1ym8o=/fit-in/200x150/pic2546156.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-04 09:46:57 + numplays: 0 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 40913884 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:30:16 + numplays: 0 + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 40913882 + name: + sortindex: 1 + $t: Catan + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/A-0yDJkve0avEicYQ4HoNO-HkK8=/0x0/pic2419375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/g8LvJsd2oLAub6AEKN_Xpdoi8Sw=/fit-in/200x150/pic2419375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:29:55 + numplays: 0 + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 40913925 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:35:38 + numplays: 0 + - objecttype: thing + objectid: 198773 + subtype: boardgame + collid: 40691830 + name: + sortindex: 1 + $t: >- + Codenames: Pictures + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/3eKT0zKPngjPLWx2aIr2Mgv1IMI=/0x0/pic3476592.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aFloSnsyUz2lGVj3gzUpcV7EAWM=/fit-in/200x150/pic3476592.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-02-21 04:16:27 + numplays: 0 + - objecttype: thing + objectid: 158899 + subtype: boardgame + collid: 43595405 + name: + sortindex: 1 + $t: Colt Express + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/n9uCTxxSSZXPVnXRPSgGl6uZQ2w=/0x0/pic2869710.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6188rcXHtB6GG-uhVKycacjIzuQ=/fit-in/200x150/pic2869710.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-04 09:47:13 + numplays: 0 + - objecttype: thing + objectid: 147151 + subtype: boardgame + collid: 40691837 + name: + sortindex: 1 + $t: Concept + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/BuU0gJueE-UDGQjsYvQ2jbFVEaM=/0x0/pic1907628.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qunPa-ZV7iN7DnuQ7xz0ULKTMW8=/fit-in/200x150/pic1907628.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-02-21 04:17:29 + numplays: 0 + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 40913892 + name: + sortindex: 1 + $t: Coup + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/4zmqrQ4v-rufRQM_oinFDQ6HykI=/0x0/pic2016054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZsRtgIExTwWphMDZPH1hG-CR8os=/fit-in/200x150/pic2016054.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:31:32 + numplays: 0 + - objecttype: thing + objectid: 39856 + subtype: boardgame + collid: 40691832 + name: + sortindex: 1 + $t: Dixit + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/m74nctbYaqTy03r8s_i_KTyvbYQ=/0x0/pic3483909.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-pTlIzjMjawpDvdG3TBwsUrHrk4=/fit-in/200x150/pic3483909.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-02-21 04:16:53 + numplays: 0 + - objecttype: thing + objectid: 36218 + subtype: boardgame + collid: 40913905 + name: + sortindex: 1 + $t: Dominion + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/oN8CHUZ8CF6P1dFnhMCJXvE8SOk=/0x0/pic394356.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iPlTR5cXFGrDuhupUgWGPjFjDPo=/fit-in/200x150/pic394356.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:33:06 + numplays: 0 + - objecttype: thing + objectid: 172225 + subtype: boardgame + collid: 40913896 + name: + sortindex: 1 + $t: Exploding Kittens + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/XW9wAqKOy8kvH6TqxtuwAdFuAoo=/0x0/pic2691976.png + thumbnail: https://cf.geekdo-images.com/thumb/img/qW31_tueq5049lRyZ--sPI-rlBU=/fit-in/200x150/pic2691976.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:31:57 + numplays: 0 + - objecttype: thing + objectid: 110327 + subtype: boardgame + collid: 40913866 + name: + sortindex: 1 + $t: Lords of Waterdeep + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/PTVnjG9ersdKq6feZTpq5SkiPPw=/0x0/pic1116080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/26Ef_y4lLwV5qhRgZUAEpkno55g=/fit-in/200x150/pic1116080.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:28:22 + numplays: 0 + - objecttype: thing + objectid: 181304 + subtype: boardgame + collid: 40691834 + name: + sortindex: 1 + $t: Mysterium + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/0Roco0dhRvVW8QUZjUl2N-Yn9bg=/0x0/pic2601683.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/J6CuMx6ErFJcgrQtqziiwTgviZI=/fit-in/200x150/pic2601683.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-02-21 04:17:09 + numplays: 0 + - objecttype: thing + objectid: 147949 + subtype: boardgame + collid: 40913921 + name: + sortindex: 1 + $t: One Night Ultimate Werewolf + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/r7HeuJg7g-g4gEIeIZv6x0gVL9E=/0x0/pic1809823.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/E1Aka3dgRRi0d_yg3LpZi4948iY=/fit-in/200x150/pic1809823.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:35:03 + numplays: 0 + - objecttype: thing + objectid: 163412 + subtype: boardgame + collid: 43595440 + name: + sortindex: 1 + $t: Patchwork + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z8MYZktgvGTtIikMv9HSpD_ERAI=/0x0/pic2270442.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3KaofJ_Nl0a7lOFXS9PveSmQ7vE=/fit-in/200x150/pic2270442.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-04 09:48:14 + numplays: 0 + - objecttype: thing + objectid: 28143 + subtype: boardgame + collid: 40913900 + name: + sortindex: 1 + $t: Race for the Galaxy + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/-2F-mPR0ssTm2IAsMAvnZzR0dn4=/0x0/pic236327.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rORrfB3lPWLRN_tfdDl_oSbzwyo=/fit-in/200x150/pic236327.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:32:28 + numplays: 0 + - objecttype: thing + objectid: 41114 + subtype: boardgame + collid: 40691848 + name: + sortindex: 5 + $t: The Resistance + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/VDXFwn8wDc4yObdS5kUABZK6nhI=/0x0/pic2576459.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TiLJY5V47pk3vvidXcfMoeUcRd8=/fit-in/200x150/pic2576459.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-02-21 04:18:10 + numplays: 0 + - objecttype: thing + objectid: 129090 + subtype: boardgame + collid: 40913889 + name: + sortindex: 1 + $t: Roll For It! + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/_viJxc1ohotUWXQC_WEqSYL1fzw=/0x0/pic1638562.png + thumbnail: https://cf.geekdo-images.com/thumb/img/KN9Opl3v0Z5J4FG8aHwuoex0PKM=/fit-in/200x150/pic1638562.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:30:38 + numplays: 0 + - objecttype: thing + objectid: 24068 + subtype: boardgame + collid: 40691854 + name: + sortindex: 1 + $t: Shadow Hunters + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/3mPh8j7VztH-s2G1yU6sY10Ln60=/0x0/pic1215982.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/lxu7ERfDt2gzEka-LqR7YvjAdJk=/fit-in/200x150/pic1215982.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-02-21 04:18:46 + numplays: 0 + - objecttype: thing + objectid: 178613 + subtype: boardgame + collid: 43595430 + name: + sortindex: 1 + $t: >- + Star Trek: Five-Year Mission + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/qs6Sq-eoeFfCxsBw_rWdAP4MuGo=/0x0/pic2560621.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vOLGLitDb02oTVMiw5L_M-Mv9ok=/fit-in/200x150/pic2560621.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-04 09:47:58 + numplays: 0 + - objecttype: thing + objectid: 133473 + subtype: boardgame + collid: 40913920 + name: + sortindex: 1 + $t: Sushi Go! + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/IlYW00i351ucPwf_aHiE0v-HNdM=/0x0/pic1900075.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0y6Je0vh3QP_BhYHNxn6w8TafHk=/fit-in/200x150/pic1900075.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:34:44 + numplays: 0 + - objecttype: thing + objectid: 9209 + subtype: boardgame + collid: 40913911 + name: + sortindex: 1 + $t: Ticket to Ride + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/bOcAJxw-W-B2Gz0x67z8bjqzJgY=/0x0/pic38668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WRanmC5bMp81aFJHqzOi7Kcj-5g=/fit-in/200x150/pic38668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-01 23:33:27 + numplays: 0 + - objecttype: thing + objectid: 113924 + subtype: boardgame + collid: 40691866 + name: + sortindex: 1 + $t: Zombicide + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/FwnbGGrU7av4j8kB11VZZRB58U4=/0x0/pic1196191.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7DvrnMGOnvIpLUl33wBImJ1qPcw=/fit-in/200x150/pic1196191.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-02-21 04:19:59 + numplays: 0 + - objecttype: thing + objectid: 62871 + subtype: boardgame + collid: 43595451 + name: + sortindex: 1 + $t: Zombie Dice + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/9qhoilvjJEdn_djjqSMAYT03qno=/0x0/pic2664015.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G-PC-kqCrC-kPqrDZyEG32mkfvM=/fit-in/200x150/pic2664015.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-04 09:48:31 + numplays: 0 +username: Blackend +layout: collection + +---diff --git a/_collections/Marcopolo91.md b/_collections/Marcopolo91.md new file mode 100644 index 0000000..9e8ba9c 100644 --- /dev/null +++ a/_collections/Marcopolo91.md @@ -1,0 +1,462 @@ +--- +games: + - objecttype: thing + objectid: 170216 + subtype: boardgame + collid: 50899206 + name: + sortindex: 1 + $t: Blood Rage + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/p4IovYzLVXqxY40lbGUu92VxaIQ=/0x0/pic2439223.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/JPo2K0kSzYwCSqgEFdJbCzXFaTA=/fit-in/200x150/pic2439223.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-09 23:25:40 + numplays: 0 + comment: previously owned and played about 7 or 8 times. + - objecttype: thing + objectid: 180593 + subtype: boardgame + collid: 50676707 + name: + sortindex: 5 + $t: The Bloody Inn + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/a8hAyFFmeL251YfceGtd9RoWHEQ=/0x0/pic2618699.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5pIcnCTCQ39tGs4ZVoejTxR77Tk=/fit-in/200x150/pic2618699.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-18 02:02:19 + numplays: 1 + - objecttype: thing + objectid: 230243 + subtype: boardgame + collid: 50676727 + name: + sortindex: 5 + $t: >- + The Bloody Inn: The Carnies + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/SPJD_TwJpDqAkDhiaK-jXtVFbhc=/0x0/pic3616871.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yQKvyI9ZWbOYxdNf6Uo5VV4cfLk=/fit-in/200x150/pic3616871.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-31 09:46:55 + numplays: 0 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 50293996 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-20 21:17:41 + numplays: 0 + - objecttype: thing + objectid: 130882 + subtype: boardgame + collid: 50781520 + name: + sortindex: 1 + $t: >- + Cardline: Animals + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/mtAKkx3xvZitmwfkKxwQaaP9vuY=/0x0/pic1714093.png + thumbnail: https://cf.geekdo-images.com/thumb/img/y3b76FF7RbGRNwShjHpWl2yEjxk=/fit-in/200x150/pic1714093.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-18 02:00:33 + numplays: 5 + comment: A Pallet cleanser of board games! keep on hand for after or before + something complicated/before the next game. also good as a drinking game. + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 50293994 + name: + sortindex: 1 + $t: Catan + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/A-0yDJkve0avEicYQ4HoNO-HkK8=/0x0/pic2419375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/g8LvJsd2oLAub6AEKN_Xpdoi8Sw=/fit-in/200x150/pic2419375.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-20 21:17:34 + numplays: 0 + - objecttype: thing + objectid: 171 + subtype: boardgame + collid: 50293993 + name: + sortindex: 1 + $t: Chess + yearpublished: 1475 + image: https://cf.geekdo-images.com/original/img/kjE_203UAzAopd1voyWKAvXqFHw=/0x0/pic260745.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/v4iQ22pft-lihR4m0D9aid05qLE=/fit-in/200x150/pic260745.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-20 21:17:35 + numplays: 0 + - objecttype: thing + objectid: 100901 + subtype: boardgame + collid: 50429302 + name: + sortindex: 1 + $t: >- + Flash Point: Fire Rescue + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/iYoZCeHO5Zyd7kkEMK2e-KHAuDU=/0x0/pic1129370.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U3IWrvKrFjj-LD1j7QLQgv5afXw=/fit-in/200x150/pic1129370.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-20 03:42:57 + numplays: 0 + - objecttype: thing + objectid: 198830 + subtype: boardgame + collid: 51992177 + name: + sortindex: 1 + $t: Heroes of Land, Air & Sea + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/lzZWN0HcdJqNO3PA7Qk78N05rzY=/0x0/pic3315057.png + thumbnail: https://cf.geekdo-images.com/thumb/img/s0wgYlH3Uq-JSuRwdJjbz-AJ60w=/fit-in/200x150/pic3315057.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-05-30 20:59:30 + numplays: 0 + - objecttype: thing + objectid: 30549 + subtype: boardgame + collid: 50293997 + name: + sortindex: 1 + $t: Pandemic + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/j-pfXZ_0GmOowohzD_T6NDAWGSA=/0x0/pic1534148.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HEKrtpTC1y1amXh5cKnVvowyE5Y=/fit-in/200x150/pic1534148.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-20 21:17:19 + numplays: 0 + comment: Awesome game probs played it about 15 times all up &&#35;40;which + i feel is alot for me&&#35;41; but Im pretty done with it at that + point. had to learn to let others lead a bit but easily my favorite coop + game. + - objecttype: thing + objectid: 218603 + subtype: boardgame + collid: 51081002 + name: + sortindex: 1 + $t: Photosynthesis + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/pIBp9VeaI9zAlHERlAVCoK78LqM=/0x0/pic3364832.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/wPVcWFqE4b4xNWYdvpQck96jsaU=/fit-in/200x150/pic3364832.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-18 02:01:22 + numplays: 0 + comment: Pretty but i dont think ill ever understand why the aim is to kill your + trees. + - objecttype: thing + objectid: 28143 + subtype: boardgame + collid: 50446580 + name: + sortindex: 1 + $t: Race for the Galaxy + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/-2F-mPR0ssTm2IAsMAvnZzR0dn4=/0x0/pic236327.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rORrfB3lPWLRN_tfdDl_oSbzwyo=/fit-in/200x150/pic236327.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-18 01:59:32 + numplays: 1 + comment: So far im two games Deep. very intimidating to new people but once its + explained pretty easy to understand the symbols and just get going. Will + Update once i get more plays + + + &#35;&#35; update about 5 games in and this is a horrible + game to teach! If thinking about this and intend to play with a variety of + people perhaps look at star realms instead. + - objecttype: thing + objectid: 205896 + subtype: boardgame + collid: 50402174 + name: + sortindex: 1 + $t: Rising Sun + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/B_QnVCi18kIQBPNajLjJkpXpW2s=/0x0/pic3880340.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SJV333FxGVxsOc2XYvtVYx-uMDU=/fit-in/200x150/pic3880340.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-25 22:43:35 + numplays: 3 + comment: Left it at home in Australian. A wonderful game for friends who are up to + the deeper complexity needs a practice run through before everything + clicks but once you get it its on.Really keen to play more of it. + - objecttype: thing + objectid: 40692 + subtype: boardgame + collid: 50294002 + name: + sortindex: 1 + $t: Small World + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/WvXe0YG-Mj2KBtyRSBNtRw4DIx0=/0x0/pic428828.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/w1PBg6RSkhkQVHgUMeVeDWIjbrs=/fit-in/200x150/pic428828.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-20 21:17:21 + numplays: 1 + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 50293320 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PgaVULm0QKeFV2zTro4hJEb70Yk=/0x0/pic1904079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x-l6MKgcj-wBZfgX1ttvO5MRcJ4=/fit-in/200x150/pic1904079.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-14 02:59:48 + numplays: 20 + - objecttype: thing + objectid: 220653 + subtype: boardgame + collid: 50676755 + name: + sortindex: 1 + $t: >- + Splendor: Cities of Splendor + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/a9IWS3PsHFyKWOg2TZbUWyprvxg=/0x0/pic3711701.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fDCJ8J4Shu1E6W-tENJbIauDVbA=/fit-in/200x150/pic3711701.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-31 09:47:58 + numplays: 0 + - objecttype: thing + objectid: 9209 + subtype: boardgame + collid: 50293321 + name: + sortindex: 1 + $t: Ticket to Ride + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/bOcAJxw-W-B2Gz0x67z8bjqzJgY=/0x0/pic38668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WRanmC5bMp81aFJHqzOi7Kcj-5g=/fit-in/200x150/pic38668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-14 03:00:18 + numplays: 4 + comment: Awesome entry level game you can use to get your less board game inclined + friends/family to play. + - objecttype: thing + objectid: 106645 + subtype: boardgame + collid: 50293323 + name: + sortindex: 1 + $t: >- + Ticket to Ride Map Collection: Volume 2 – India & Switzerland + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/8s0j8M-_ItLfr3Bum1QVKHLDb4g=/0x0/pic1077595.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UbPCh54t6MpfvhkSXBnAJ-WTGgo=/fit-in/200x150/pic1077595.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-14 03:00:26 + numplays: 1 + comment: Nice variation/addition especially if you have a smaller number of players + 2-3 adds some of the Europe mechanics without needing to buy Europe on top + of the base game. + - objecttype: thing + objectid: 233078 + subtype: boardgame + collid: 51597870 + name: + sortindex: 1 + $t: >- + Twilight Imperium: Fourth Edition + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Xe0YAmobS_L0Nlo4YJgyFwOW9EM=/0x0/pic3727516.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UOV5jJadzHc6ebYd5CfZXGbOWsc=/fit-in/200x150/pic3727516.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 10:51:27 + numplays: 0 + comment: Ok played first game and already cant wait to play again and thats after + spending 8 hours in one sittin + - objecttype: thing + objectid: 113924 + subtype: boardgame + collid: 50293319 + name: + sortindex: 1 + $t: Zombicide + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/FwnbGGrU7av4j8kB11VZZRB58U4=/0x0/pic1196191.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7DvrnMGOnvIpLUl33wBImJ1qPcw=/fit-in/200x150/pic1196191.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-14 03:00:32 + numplays: 3 + comment: played it a few times 3 seems to be the perfect number of players. + painting the minis now. love the ascetic/minis but there are better zombie + games out there. +username: Marcopolo91 +layout: collection + +---diff --git a/_collections/Me_era.md b/_collections/Me_era.md new file mode 100644 index 0000000..c6a8faa 100644 --- /dev/null +++ a/_collections/Me_era.md @@ -1,0 +1,174 @@ +--- +games: + - objecttype: thing + objectid: 50381 + subtype: boardgame + collid: 50316600 + name: + sortindex: 1 + $t: Cards Against Humanity + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/jg6r3iBsIWQAIFhrcGlQ1o-ZfzQ=/0x0/pic2909692.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RXuwz8i7pH7X7IXnVNeWAGXeHVc=/fit-in/200x150/pic2909692.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-15 03:37:45 + numplays: 0 + - objecttype: thing + objectid: 171 + subtype: boardgame + collid: 50316606 + name: + sortindex: 1 + $t: Chess + yearpublished: 1475 + image: https://cf.geekdo-images.com/original/img/kjE_203UAzAopd1voyWKAvXqFHw=/0x0/pic260745.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/v4iQ22pft-lihR4m0D9aid05qLE=/fit-in/200x150/pic260745.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-15 03:38:38 + numplays: 0 + - objecttype: thing + objectid: 62219 + subtype: boardgame + collid: 41644877 + name: + sortindex: 1 + $t: Dominant Species + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dpHznpiPiv8biNvE_P9RCkXaOx4=/0x0/pic784193.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/30e0HaXojGXIv3Opr__gaqLu2s0=/fit-in/200x150/pic784193.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 01:13:13 + numplays: 0 + - objecttype: thing + objectid: 8916 + subtype: boardgame + collid: 50316603 + name: + sortindex: 1 + $t: Jenga Truth-or-Dare + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/C1Ct7ce9YkO1a_rlw1EfTUQEZ_8=/0x0/pic110905.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IsuFVUh3oIPv2jrzhcDowTYjoxg=/fit-in/200x150/pic110905.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-15 03:38:16 + numplays: 0 + - objecttype: thing + objectid: 107529 + subtype: boardgame + collid: 50316572 + name: + sortindex: 1 + $t: Kingdom Builder + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/y_ztUjzGGoO4TwnmTFNDLnOxz90=/0x0/pic1152359.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4rlb3ozPuUFBkziJg-hv2zQD8BU=/fit-in/200x150/pic1152359.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-15 03:34:46 + numplays: 0 + - objecttype: thing + objectid: 2281 + subtype: boardgame + collid: 50316592 + name: + sortindex: 1 + $t: Pictionary + yearpublished: 1985 + image: https://cf.geekdo-images.com/original/img/OchC2NWBLP_5aijcy9-_2xl1go8=/0x0/pic336863.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yKm-UonnR86fanmX61yMaALzQQs=/fit-in/200x150/pic336863.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-15 03:36:36 + numplays: 0 + - objecttype: thing + objectid: 1111 + subtype: boardgame + collid: 50316598 + name: + sortindex: 1 + $t: Taboo + yearpublished: 1989 + image: https://cf.geekdo-images.com/original/img/Do8UOmt7F8T433bB5H5g03rsyg8=/0x0/pic4100847.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/B2BU9BVgD5hQbglipdKFEgVWz4Q=/fit-in/200x150/pic4100847.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-15 03:37:32 + numplays: 0 + - objecttype: thing + objectid: 120677 + subtype: boardgame + collid: 41644858 + name: + sortindex: 1 + $t: Terra Mystica + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/CynjY3GgwPTg34abNIv8eLX1pXs=/0x0/pic1356616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P-H2xOKpbkVCoDTGOZL_B8jLdgc=/fit-in/200x150/pic1356616.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 01:11:32 + numplays: 1 +username: Me_era +layout: collection + +---diff --git a/_collections/Prasiddhi.md b/_collections/Prasiddhi.md new file mode 100644 index 0000000..8502aca 100644 --- /dev/null +++ a/_collections/Prasiddhi.md @@ -1,0 +1,2234 @@ +--- +games: + - objecttype: thing + objectid: 130899 + subtype: boardgame + collid: 45444076 + name: + sortindex: 1 + $t: 12 Days + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/P-_ncdKAVtAtWW5lG3PYePHHPOI=/0x0/pic2748142.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/t_TbGJdVmSDTvI4bsISFJ7s7eSI=/fit-in/200x150/pic2748142.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 12:41:29 + numplays: 2 + - objecttype: thing + objectid: 68448 + subtype: boardgame + collid: 43801720 + name: + sortindex: 1 + $t: 7 Wonders + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/3DP_RW5lTX0WrV67s8qi8CsiXoQ=/0x0/pic860217.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Grz-qM9xwxlvQGK7B-MiljtO9pQ=/fit-in/200x150/pic860217.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 06:59:59 + numplays: 0 + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 43801718 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 06:59:50 + numplays: 0 + - objecttype: thing + objectid: 172818 + subtype: boardgame + collid: 49054835 + name: + sortindex: 1 + $t: Above and Below + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/AG4FQZuzzueBT6t31kypY8jTRus=/0x0/pic2398773.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ONhKaMo__wRDkxngqt3ieBUu9pU=/fit-in/200x150/pic2398773.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-22 12:19:18 + numplays: 0 + - objecttype: thing + objectid: 31260 + subtype: boardgame + collid: 42473515 + name: + sortindex: 1 + $t: Agricola + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/L-UBO3rBOmvIrZHZLSXOypyAUPw=/0x0/pic259085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zl48oz7IeKlgWJVBLYd0nFJumdA=/fit-in/200x150/pic259085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-05-11 07:54:45 + numplays: 0 + - objecttype: thing + objectid: 6249 + subtype: boardgame + collid: 42277247 + name: + sortindex: 1 + $t: Alhambra + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/ydyfKVtjjidDlseOP2rL2HHCD8Y=/0x0/pic1502118.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IHP0JMesp62lvYC-4TXLCipOuWc=/fit-in/200x150/pic1502118.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:45:49 + numplays: 3 + - objecttype: thing + objectid: 124742 + subtype: boardgame + collid: 43801674 + name: + sortindex: 1 + $t: >- + Android: Netrunner + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/Wbp__Fl6QDKqzealhK2SDpoEk_g=/0x0/pic3738560.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fJp94uxjjBE5bGT0IxWZ5ePpe8A=/fit-in/200x150/pic3738560.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 06:56:33 + numplays: 0 + - objecttype: thing + objectid: 315 + subtype: boardgame + collid: 45853866 + name: + sortindex: 1 + $t: Bagh Chal + yearpublished: 1000 + image: https://cf.geekdo-images.com/original/img/ImxQFHB46P3xKr_Z4kol9HL_GGE=/0x0/pic49485.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UfIbBzqJvoqQsKeG-lMU8jfVlBM=/fit-in/200x150/pic49485.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-08 01:55:19 + numplays: 0 + - objecttype: thing + objectid: 760 + subtype: boardgame + collid: 42824865 + name: + sortindex: 1 + $t: Battle Line + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/LzLbfz1zXw9P-T27k-nhjDddHvE=/0x0/pic149717.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/tjeBAvUFIQDrpATSaz5ONiasABU=/fit-in/200x150/pic149717.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-08 07:32:20 + numplays: 1 + - objecttype: thing + objectid: 2425 + subtype: boardgame + collid: 49366131 + name: + sortindex: 1 + $t: Battleship + yearpublished: 1931 + image: https://cf.geekdo-images.com/original/img/m8dmhVqIYNe_WePlqXlcNJ8cn0k=/0x0/pic288374.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FTdtzG9t8WwFXm55GLH_tT20br8=/fit-in/200x150/pic288374.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-12 12:47:28 + numplays: 0 + - objecttype: thing + objectid: 10547 + subtype: boardgame + collid: 37428111 + name: + sortindex: 1 + $t: Betrayal at House on the Hill + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/0Rb-Vnb2ImPLxv0jBU2dmUolbOU=/0x0/pic828598.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-5KCQJ0PvzUWVSV96rQkzxa8aNY=/fit-in/200x150/pic828598.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-13 01:25:51 + numplays: 2 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 42277230 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:45:33 + numplays: 2 + - objecttype: thing + objectid: 2591 + subtype: boardgame + collid: 42387514 + name: + sortindex: 1 + $t: >- + Carcassonne: The River + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/1BQqb-RiBzGS4IfBpRB9xcVrc4E=/0x0/pic193765.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rdPTOYQtW7G4sEhUIOInbqG3YMc=/fit-in/200x150/pic193765.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-07 11:39:19 + numplays: 0 + - objecttype: thing + objectid: 84876 + subtype: boardgame + collid: 43801924 + name: + sortindex: 5 + $t: The Castles of Burgundy + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/w3EsrbF6-Gvr5_qBeF7YL1Rslnk=/0x0/pic1176894.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQrgUYzyNADux66REz6_rfF26HU=/fit-in/200x150/pic1176894.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 11:15:21 + numplays: 0 + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 42277222 + name: + sortindex: 1 + $t: Catan + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/A-0yDJkve0avEicYQ4HoNO-HkK8=/0x0/pic2419375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/g8LvJsd2oLAub6AEKN_Xpdoi8Sw=/fit-in/200x150/pic2419375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 16:00:24 + numplays: 4 + - objecttype: thing + objectid: 31730 + subtype: boardgame + collid: 44618560 + name: + sortindex: 1 + $t: Chicago Express + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/5AsB8bKYMjmqMOtRse58ME7EZlM=/0x0/pic1566274.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/MxgEN3Yw4eK0sTxUyXjEDwpcaUg=/fit-in/200x150/pic1566274.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-22 13:23:04 + numplays: 4 + - objecttype: thing + objectid: 478 + subtype: boardgame + collid: 43801723 + name: + sortindex: 1 + $t: Citadels + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/URnubCk0xqx2UN9dW10JO22V4qg=/0x0/pic3239104.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8WHy1HRwSF8DAf7Dg-wdGIHFXKE=/fit-in/200x150/pic3239104.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 07:00:06 + numplays: 0 + - objecttype: thing + objectid: 1294 + subtype: boardgame + collid: 42277317 + name: + sortindex: 1 + $t: Clue + yearpublished: 1949 + image: https://cf.geekdo-images.com/original/img/mvyZlnqzp5xuq26haVSLGCXMuYk=/0x0/pic884234.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7mHlUayEbH9PI6Y4Mq4_2-SM9-Y=/fit-in/200x150/pic884234.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:43:10 + numplays: 1 + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 42473446 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-28 15:51:31 + numplays: 6 + - objecttype: thing + objectid: 2719 + subtype: boardgame + collid: 49364753 + name: + sortindex: 1 + $t: Connect Four + yearpublished: 1974 + image: https://cf.geekdo-images.com/original/img/lrJ1p0AI4ghZdmZkEzwIle3YDUw=/0x0/pic859430.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RbMram5xq-BllPwPUXzLhtEZx2w=/fit-in/200x150/pic859430.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-24 11:35:43 + numplays: 5 + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 38093052 + name: + sortindex: 1 + $t: Coup + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/4zmqrQ4v-rufRQM_oinFDQ6HykI=/0x0/pic2016054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZsRtgIExTwWphMDZPH1hG-CR8os=/fit-in/200x150/pic2016054.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 16:02:09 + numplays: 3 + - objecttype: thing + objectid: 148931 + subtype: boardgame + collid: 38093056 + name: + sortindex: 1 + $t: >- + Coup: Reformation + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/QojS1fDcd5o7PE-7GdtZidiZLlk=/0x0/pic1978817.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mnZSIx8uK6lnrhPNATRbUulLyAU=/fit-in/200x150/pic1978817.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-08 07:21:28 + numplays: 0 + - objecttype: thing + objectid: 150376 + subtype: boardgame + collid: 42473457 + name: + sortindex: 1 + $t: >- + Dead of Winter: A Crossroads Game + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/pOYQOSR1CnXcN6pEPx3yFDjKFaA=/0x0/pic3016500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/da35zyUhqdAVUoYNFvTdvp_MsnY=/fit-in/200x150/pic3016500.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-05-11 07:51:51 + numplays: 0 + - objecttype: thing + objectid: 193037 + subtype: boardgame + collid: 43294046 + name: + sortindex: 1 + $t: >- + Dead of Winter: The Long Night + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ZLQYXI0DERFPJ1xC8PuJY__RY28=/0x0/pic2906832.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x1m6AT2DUI7Q74AkY4PhpdxCjMQ=/fit-in/200x150/pic2906832.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-19 15:39:54 + numplays: 1 + - objecttype: thing + objectid: 39856 + subtype: boardgame + collid: 42824848 + name: + sortindex: 1 + $t: Dixit + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/m74nctbYaqTy03r8s_i_KTyvbYQ=/0x0/pic3483909.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-pTlIzjMjawpDvdG3TBwsUrHrk4=/fit-in/200x150/pic3483909.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-08 07:31:31 + numplays: 1 + - objecttype: thing + objectid: 92828 + subtype: boardgame + collid: 43291210 + name: + sortindex: 1 + $t: >- + Dixit: Odyssey + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/JbXOWixzz2vYHfamFNQWc1aPU68=/0x0/pic918568.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bjpffMJlOMFm2nTo5Gx0Yr1nMp8=/fit-in/200x150/pic918568.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-19 13:38:58 + numplays: 1 + - objecttype: thing + objectid: 55660 + subtype: boardgame + collid: 43291335 + name: + sortindex: 1 + $t: >- + Dixit: Quest + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/sx8CpOHJnRZSjB961q9R_SmFyfc=/0x0/pic1632141.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vYdH78hyxlrUm1KQ1Nc9tmVEpSM=/fit-in/200x150/pic1632141.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-19 13:43:35 + numplays: 0 + - objecttype: thing + objectid: 36218 + subtype: boardgame + collid: 42277234 + name: + sortindex: 1 + $t: Dominion + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/oN8CHUZ8CF6P1dFnhMCJXvE8SOk=/0x0/pic394356.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iPlTR5cXFGrDuhupUgWGPjFjDPo=/fit-in/200x150/pic394356.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-12 12:58:46 + numplays: 3 + - objecttype: thing + objectid: 209418 + subtype: boardgame + collid: 43310688 + name: + sortindex: 1 + $t: Dominion &&#35;40;Second Edition&&#35;41; + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/hvjRaL8JfsyAXGdrh3pgzAEF3gc=/0x0/pic3187001.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/l5Yu6htDwMMNfXHG61tTmiDl3mY=/fit-in/200x150/pic3187001.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-20 11:01:25 + numplays: 12 + - objecttype: thing + objectid: 40834 + subtype: boardgame + collid: 42679998 + name: + sortindex: 1 + $t: >- + Dominion: Intrigue + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/r0aALn-3X6WgRcnDqVxbxGSG0tw=/0x0/pic460011.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mXbotIurS_kqKiAnbT92D81Xqa0=/fit-in/200x150/pic460011.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-05-21 13:24:16 + numplays: 0 + - objecttype: thing + objectid: 66690 + subtype: boardgame + collid: 42679991 + name: + sortindex: 1 + $t: >- + Dominion: Prosperity + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/uTzpa4z9LMKJTd5jtCiNDSANdag=/0x0/pic1747320.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YQ6IpCf_XriTxEHFGuU8CF-fiII=/fit-in/200x150/pic1747320.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-18 13:08:00 + numplays: 2 + - objecttype: thing + objectid: 172242 + subtype: boardgame + collid: 42824842 + name: + sortindex: 1 + $t: >- + Exploding Kittens: NSFW Deck + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/jOlEGT4WWuCOaUtvyz0jNrVhni0=/0x0/pic2815278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TxEigL5CVkmx1abe9ZKkugChMCU=/fit-in/200x150/pic2815278.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-14 06:41:37 + numplays: 9 + - objecttype: thing + objectid: 157354 + subtype: boardgame + collid: 44597361 + name: + sortindex: 1 + $t: Five Tribes + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/ysxyEQPPbio1xvtx56l_8P8BkYs=/0x0/pic2055255.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/j7n3RouVn6V-oVhyjU5NmhEOTzU=/fit-in/200x150/pic2055255.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-16 06:21:14 + numplays: 0 + - objecttype: thing + objectid: 175324 + subtype: boardgame + collid: 50386804 + name: + sortindex: 1 + $t: Fog of Love + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/OyQXeAnPK2fohsIq-Pu0n-5HJeo=/0x0/pic3726790.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YO7wECJX_WOe5ljcVGD_ZrIXmdI=/fit-in/200x150/pic3726790.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-18 11:48:53 + numplays: 0 + - objecttype: thing + objectid: 172 + subtype: boardgame + collid: 44745403 + name: + sortindex: 1 + $t: For Sale + yearpublished: 1997 + image: https://cf.geekdo-images.com/original/img/vw0xKvS_ZIxGKFVSDtvPnebUI9A=/0x0/pic1513085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/F2K71-jsnipHghuOl2dUbnBQlm4=/fit-in/200x150/pic1513085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-08-22 06:36:07 + numplays: 0 + - objecttype: thing + objectid: 65244 + subtype: boardgame + collid: 42277241 + name: + sortindex: 1 + $t: Forbidden Island + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/GxHuu04GdLw8PAnt9SOYRU5gR1A=/0x0/pic646458.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HHXWNMiV-E2KKATrDYd94EVAV_w=/fit-in/200x150/pic646458.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-15 06:15:37 + numplays: 11 + - objecttype: thing + objectid: 181279 + subtype: boardgame + collid: 42473475 + name: + sortindex: 1 + $t: Fury of Dracula &&#35;40;third/fourth edition&&#35;41; + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/8OS2hZyog4UVbK2QHWSaXu3Fbuo=/0x0/pic4098661.png + thumbnail: https://cf.geekdo-images.com/thumb/img/ZyQx83nZPXWMJoC1CfSd8uOYAlc=/fit-in/200x150/pic4098661.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-05-11 07:52:56 + numplays: 0 + - objecttype: thing + objectid: 2921 + subtype: boardgame + collid: 42277849 + name: + sortindex: 5 + $t: The Game of Life + yearpublished: 1960 + image: https://cf.geekdo-images.com/original/img/pf_B8zrtboWZtYSp2kBtVNk8WQE=/0x0/pic288405.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/KYcbJ_MwMu8CSB0X0OTsLIVwYyo=/fit-in/200x150/pic288405.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:43:28 + numplays: 1 + - objecttype: thing + objectid: 12692 + subtype: boardgame + collid: 42473464 + name: + sortindex: 1 + $t: Gloom + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/mBpZsdBwyyDbsX6NFegQ-ol68P8=/0x0/pic2080481.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZCeiYgRQENcekXglJLLxM70ZL5s=/fit-in/200x150/pic2080481.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-05 12:31:31 + numplays: 4 + - objecttype: thing + objectid: 8203 + subtype: boardgame + collid: 42824916 + name: + sortindex: 1 + $t: Hey, That's My Fish! + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/QujODWrCk8P7rsqBcDbLOG_XZjo=/0x0/pic1004115.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bAd76nW8AfUuThtkpBYQ2zrWrh4=/fit-in/200x150/pic1004115.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-05-28 13:15:19 + numplays: 0 + - objecttype: thing + objectid: 2655 + subtype: boardgame + collid: 44745587 + name: + sortindex: 1 + $t: Hive + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/_EUpzmJKbLkOwYMZA_sOmyjGnlI=/0x0/pic791151.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/QRIjEgV1_HH5x27_MAK_--oWSLU=/fit-in/200x150/pic791151.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 12:43:41 + numplays: 12 + - objecttype: thing + objectid: 2655 + subtype: boardgame + collid: 45443960 + name: + sortindex: 1 + $t: Hive + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/_EUpzmJKbLkOwYMZA_sOmyjGnlI=/0x0/pic791151.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/QRIjEgV1_HH5x27_MAK_--oWSLU=/fit-in/200x150/pic791151.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 12:34:27 + numplays: 12 + - objecttype: thing + objectid: 194523 + subtype: boardgame + collid: 44745329 + name: + sortindex: 1 + $t: HMS Dolores + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/doY_Ox4CYykPTu9tfCvGIVLgWjM=/0x0/pic3105314.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DZzzCUS2V7qrlU-xxxHkyYAAipQ=/fit-in/200x150/pic3105314.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 12:55:46 + numplays: 6 + - objecttype: thing + objectid: 194523 + subtype: boardgame + collid: 45443878 + name: + sortindex: 1 + $t: HMS Dolores + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/doY_Ox4CYykPTu9tfCvGIVLgWjM=/0x0/pic3105314.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DZzzCUS2V7qrlU-xxxHkyYAAipQ=/fit-in/200x150/pic3105314.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 12:29:40 + numplays: 6 + - objecttype: thing + objectid: 119632 + subtype: boardgame + collid: 42277276 + name: + sortindex: 1 + $t: IOTA + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/dWnBLfDren61VagGwt_01C6FFAQ=/0x0/pic1337203.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_k-as0pO586MGRi7o3SUld1GX-M=/fit-in/200x150/pic1337203.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:40:56 + numplays: 3 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 42277256 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 16:00:10 + numplays: 3 + - objecttype: thing + objectid: 2452 + subtype: boardgame + collid: 42473233 + name: + sortindex: 1 + $t: Jenga + yearpublished: 1983 + image: https://cf.geekdo-images.com/original/img/4zJnRX_hgbqUERAlIlxT0psqoyY=/0x0/pic275096.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YtKddEt4Wba3QWxPMTM0oIoLG8c=/fit-in/200x150/pic275096.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:41:17 + numplays: 0 + - objecttype: thing + objectid: 70323 + subtype: boardgame + collid: 43801694 + name: + sortindex: 1 + $t: King of Tokyo + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/ajEqmO5djVibsC72Ek1citOCJNA=/0x0/pic3043734.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iEQpTdf7xHrGznRhdNBMiKy_mIM=/fit-in/200x150/pic3043734.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 06:57:47 + numplays: 0 + - objecttype: thing + objectid: 107529 + subtype: boardgame + collid: 47487193 + name: + sortindex: 1 + $t: Kingdom Builder + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/y_ztUjzGGoO4TwnmTFNDLnOxz90=/0x0/pic1152359.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4rlb3ozPuUFBkziJg-hv2zQD8BU=/fit-in/200x150/pic1152359.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 11:11:48 + numplays: 1 + - objecttype: thing + objectid: 50 + subtype: boardgame + collid: 43312831 + name: + sortindex: 1 + $t: Lost Cities + yearpublished: 1999 + image: https://cf.geekdo-images.com/original/img/BUAACWD26gVVBxey8n4s-G15slw=/0x0/pic2606107.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/azshD1M11e0Z4nMe34T98zpbIz4=/fit-in/200x150/pic2606107.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-20 12:55:02 + numplays: 3 + - objecttype: thing + objectid: 129622 + subtype: boardgame + collid: 38093036 + name: + sortindex: 1 + $t: Love Letter + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/GuLL8qnP2Kv6cJatUQskLg9Ad0s=/0x0/pic1401448.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5UWTReXVz1-gn2t0eiFzeosvfWs=/fit-in/200x150/pic1401448.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 16:01:49 + numplays: 2 + - objecttype: thing + objectid: 166107 + subtype: boardgame + collid: 42277655 + name: + sortindex: 1 + $t: Matcha + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/iC94KFre3xkZfa4U9MZJPpV1oyU=/0x0/pic2330472.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PqBN0c2wHfBPZuUSoufxEbAGxxg=/fit-in/200x150/pic2330472.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:40:33 + numplays: 4 + - objecttype: thing + objectid: 200077 + subtype: boardgame + collid: 49054766 + name: + sortindex: 1 + $t: Mint Works + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CaoF1gDthH_0iNJDG5-7-r56FPc=/0x0/pic3418969.png + thumbnail: https://cf.geekdo-images.com/thumb/img/NThqD2v5sf_hQs_ur7OtliJ_PdE=/fit-in/200x150/pic3418969.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 1 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-22 12:15:38 + numplays: 0 + - objecttype: thing + objectid: 118 + subtype: boardgame + collid: 44618554 + name: + sortindex: 1 + $t: Modern Art + yearpublished: 1992 + image: https://cf.geekdo-images.com/original/img/V6gWtm8yHD-7A5F3mQshxGW1zuc=/0x0/pic3458036.png + thumbnail: https://cf.geekdo-images.com/thumb/img/1wWSnKeIq0m_GkX48GThnbNjlU8=/fit-in/200x150/pic3458036.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 11:14:47 + numplays: 1 + - objecttype: thing + objectid: 1406 + subtype: boardgame + collid: 42277254 + name: + sortindex: 1 + $t: Monopoly + yearpublished: 1933 + image: https://cf.geekdo-images.com/original/img/u0oP0ZEeRX9_68feLPafIGU0pcw=/0x0/pic3640835.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XDq3S7BWb25Q2Ekw2WyAg_f_C00=/fit-in/200x150/pic3640835.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:43:41 + numplays: 1 + - objecttype: thing + objectid: 40398 + subtype: boardgame + collid: 49588167 + name: + sortindex: 1 + $t: Monopoly Deal Card Game + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/sExC40CylWBJvonJeXubmblKTfc=/0x0/pic716758.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/frV7YS_u3XYVNZhswxatq9ZI3-I=/fit-in/200x150/pic716758.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-12 12:53:31 + numplays: 0 + - objecttype: thing + objectid: 220632 + subtype: boardgame + collid: 44667606 + name: + sortindex: 1 + $t: Monster Slaughter + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/WtBV944bnPfx0J0q_5xPxQieP3w=/0x0/pic3668798.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ObEIeF6cqzsKmp9_sa4ehyiRa08=/fit-in/200x150/pic3668798.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-08-19 08:45:13 + numplays: 0 + - objecttype: thing + objectid: 122298 + subtype: boardgame + collid: 44869544 + name: + sortindex: 1 + $t: Morels + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/0pbRCKcXUJhv09e8snCnxmX_Ebk=/0x0/pic1284667.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P3IkPfCoi5Ba9KTtn9Vp8aGS6DU=/fit-in/200x150/pic1284667.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-26 15:30:15 + numplays: 2 + - objecttype: thing + objectid: 72287 + subtype: boardgame + collid: 42824836 + name: + sortindex: 1 + $t: Mr. Jack Pocket + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dQ0ES_SKxG2oXbhKy73RVQEdNvw=/0x0/pic1519530.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3OjHgZ1MIGRAFnmD0fcuUDk-Nng=/fit-in/200x150/pic1519530.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-08 07:32:05 + numplays: 0 + - objecttype: thing + objectid: 3886 + subtype: boardgame + collid: 48828620 + name: + sortindex: 1 + $t: Nine Men's Morris + yearpublished: -1400 + image: https://cf.geekdo-images.com/original/img/rzajsBpOViibsCTe6HJ0k6IbLXk=/0x0/pic438639.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4oD33Q3InykmddVN7wlfCX4xgKE=/fit-in/200x150/pic438639.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-22 12:20:55 + numplays: 2 + - objecttype: thing + objectid: 3886 + subtype: boardgame + collid: 48828621 + name: + sortindex: 1 + $t: Nine Men's Morris + yearpublished: -1400 + image: https://cf.geekdo-images.com/original/img/rzajsBpOViibsCTe6HJ0k6IbLXk=/0x0/pic438639.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4oD33Q3InykmddVN7wlfCX4xgKE=/fit-in/200x150/pic438639.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-13 22:59:25 + numplays: 2 + - objecttype: thing + objectid: 136587 + subtype: boardgame + collid: 42277273 + name: + sortindex: 1 + $t: Ninja Dice + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/ciG1_qEEku5QLTisPQd3-mQLiZU=/0x0/pic1744976.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/scilQykiTVmQvpTbum3Way_GlKY=/fit-in/200x150/pic1744976.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:42:39 + numplays: 1 + - objecttype: thing + objectid: 158247 + subtype: boardgame + collid: 42387487 + name: + sortindex: 1 + $t: >- + Ninja Dice: Location Cards + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/a3jaZLfckL5KEA07Y1NSkHWaqec=/0x0/pic2007141.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NKUARk50JPjXiuUFYdeVzf40xus=/fit-in/200x150/pic2007141.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-07 11:38:09 + numplays: 0 + - objecttype: thing + objectid: 125311 + subtype: boardgame + collid: 42277341 + name: + sortindex: 1 + $t: Okiya + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/9XuV-CVD0CP9m1SrefVJJAqhQg0=/0x0/pic3711392.png + thumbnail: https://cf.geekdo-images.com/thumb/img/ApgW8bdywvFsSa7JAsPHqqlgPHk=/fit-in/200x150/pic3711392.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 16:03:38 + numplays: 4 + - objecttype: thing + objectid: 179275 + subtype: boardgame + collid: 49054807 + name: + sortindex: 1 + $t: One Deck Dungeon + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/uAhlCTqgBS7ZobTYUq-yAWFwURg=/0x0/pic3019101.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DBSDqIojoNG8HXgD2JtY1ocf-Ck=/fit-in/200x150/pic3019101.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-22 12:18:07 + numplays: 0 + - objecttype: thing + objectid: 160477 + subtype: boardgame + collid: 42277346 + name: + sortindex: 1 + $t: Onitama + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z1Cr_AvOTXmshbEqBaZ8C9f8_Gc=/0x0/pic2904046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/faDIdb9tWLzn86KsV2PjrTwBXKg=/fit-in/200x150/pic2904046.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-15 06:14:56 + numplays: 5 + - objecttype: thing + objectid: 201406 + subtype: boardgame + collid: 45446872 + name: + sortindex: 1 + $t: OrganATTACK! + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/UI67OrV12YPFLfBPftZE6rFjiO8=/0x0/pic3487555.png + thumbnail: https://cf.geekdo-images.com/thumb/img/CYEQ3mVhiWLbZN-efawIKY7zCMM=/fit-in/200x150/pic3487555.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 14:58:09 + numplays: 0 + - objecttype: thing + objectid: 2389 + subtype: boardgame + collid: 42277398 + name: + sortindex: 1 + $t: Othello + yearpublished: 1883 + image: https://cf.geekdo-images.com/original/img/OUtNwqIq2aO6rpySfJCOHPazmmU=/0x0/pic243834.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/em2T4WCwlgX-GqvkGcI0qCWxsGM=/fit-in/200x150/pic243834.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-15 06:17:27 + numplays: 2 + - objecttype: thing + objectid: 161936 + subtype: boardgame + collid: 43801914 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 1 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/P_SwsOtPLqgk2ScCgI2YrI9Rg6I=/0x0/pic2452831.png + thumbnail: https://cf.geekdo-images.com/thumb/img/WI5NmPd9C3PpRvHKoP4a0Ettlao=/fit-in/200x150/pic2452831.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 07:11:31 + numplays: 0 + - objecttype: thing + objectid: 163412 + subtype: boardgame + collid: 42824817 + name: + sortindex: 1 + $t: Patchwork + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z8MYZktgvGTtIikMv9HSpD_ERAI=/0x0/pic2270442.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3KaofJ_Nl0a7lOFXS9PveSmQ7vE=/fit-in/200x150/pic2270442.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-05-28 13:07:57 + numplays: 0 + - objecttype: thing + objectid: 218603 + subtype: boardgame + collid: 47487263 + name: + sortindex: 1 + $t: Photosynthesis + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/pIBp9VeaI9zAlHERlAVCoK78LqM=/0x0/pic3364832.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/wPVcWFqE4b4xNWYdvpQck96jsaU=/fit-in/200x150/pic3364832.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 11:14:27 + numplays: 2 + - objecttype: thing + objectid: 22889 + subtype: boardgame + collid: 49588111 + name: + sortindex: 1 + $t: Pictureka! + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/AY8pZeY0EHI41iYxFgl0Vzami0g=/0x0/pic1193858.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iRWh0rxKj8O6mQDo3PcGEC4rpvE=/fit-in/200x150/pic1193858.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-12 12:50:24 + numplays: 0 + - objecttype: thing + objectid: 1115 + subtype: boardgame + collid: 42277374 + name: + sortindex: 1 + $t: Poker + yearpublished: 1810 + image: https://cf.geekdo-images.com/original/img/Z87dKNf_VtJMvqoF6ejjHcbBfIk=/0x0/pic186610.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vwy7z2qT7CRqQo32WrNrtNyJq98=/fit-in/200x150/pic186610.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:46:27 + numplays: 3 + - objecttype: thing + objectid: 2651 + subtype: boardgame + collid: 43356314 + name: + sortindex: 1 + $t: Power Grid + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/_3ewTndfCEMACKeTMPnREyvyX60=/0x0/pic173153.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/N8G4kI6LcDLc5-NtVlXWpZDh6xA=/fit-in/200x150/pic173153.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-06-22 14:44:29 + numplays: 0 + - objecttype: thing + objectid: 155873 + subtype: boardgame + collid: 43356333 + name: + sortindex: 1 + $t: >- + Power Grid Deluxe: Europe/North America + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PTaOBy_4sTD_5FA60rINuFnFIW0=/0x0/pic2056160.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aUdDXAOd_ohVEOuJ_MO34rUrrSk=/fit-in/200x150/pic2056160.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-06-22 14:45:21 + numplays: 0 + - objecttype: thing + objectid: 3076 + subtype: boardgame + collid: 42277147 + name: + sortindex: 1 + $t: Puerto Rico + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/RvdWBkmDks7AN8sodR4PyVcponA=/0x0/pic158548.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pYFq1WbW-LIQCvWCFxjQuDC-nho=/fit-in/200x150/pic158548.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-02 10:54:15 + numplays: 1 + - objecttype: thing + objectid: 1748 + subtype: boardgame + collid: 49366049 + name: + sortindex: 3 + $t: A Question of Scruples + yearpublished: 1984 + image: https://cf.geekdo-images.com/original/img/rmr7lhXrdEVU5bxs3L5YSAs0Yjg=/0x0/pic41470.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5vwAa1BFw_20WuwhYlPXj0Ekp60=/fit-in/200x150/pic41470.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-03 12:29:26 + numplays: 0 + - objecttype: thing + objectid: 28143 + subtype: boardgame + collid: 43801699 + name: + sortindex: 1 + $t: Race for the Galaxy + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/-2F-mPR0ssTm2IAsMAvnZzR0dn4=/0x0/pic236327.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rORrfB3lPWLRN_tfdDl_oSbzwyo=/fit-in/200x150/pic236327.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 06:58:04 + numplays: 0 + - objecttype: thing + objectid: 128882 + subtype: boardgame + collid: 42277264 + name: + sortindex: 5 + $t: >- + The Resistance: Avalon + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/kFDTpCfe476T1bzZUtNAbGyIjNg=/0x0/pic1398895.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rSivtcma94IGqMyHgzgfhjcyYDs=/fit-in/200x150/pic1398895.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 15:59:46 + numplays: 20 + - objecttype: thing + objectid: 181 + subtype: boardgame + collid: 49366090 + name: + sortindex: 1 + $t: Risk + yearpublished: 1959 + image: https://cf.geekdo-images.com/original/img/YZO9vx5m-XnvqgS-XDZH3aazcnE=/0x0/pic2920766.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/VAVvUW0tHm5HO70Uap-KwnQMUfU=/fit-in/200x150/pic2920766.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-03 12:31:05 + numplays: 0 + - objecttype: thing + objectid: 129090 + subtype: boardgame + collid: 42277404 + name: + sortindex: 1 + $t: Roll For It! + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/_viJxc1ohotUWXQC_WEqSYL1fzw=/0x0/pic1638562.png + thumbnail: https://cf.geekdo-images.com/thumb/img/KN9Opl3v0Z5J4FG8aHwuoex0PKM=/fit-in/200x150/pic1638562.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:41:50 + numplays: 3 + - objecttype: thing + objectid: 9220 + subtype: boardgame + collid: 42824810 + name: + sortindex: 1 + $t: Saboteur + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/jhL_ucB9VxMroXQc5Zx0oGstH2U=/0x0/pic3989824.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G3hBcPutljcUb7_JSG9sNDJ4ZRY=/fit-in/200x150/pic3989824.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-08 07:32:35 + numplays: 0 + - objecttype: thing + objectid: 438 + subtype: boardgame + collid: 43312600 + name: + sortindex: 1 + $t: Scotland Yard + yearpublished: 1983 + image: https://cf.geekdo-images.com/original/img/UxRORfo_KmTKet2Col5djNPrIq4=/0x0/pic172295.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5E9R_4Ju8pcrsc8QrJc6n9F2Ocg=/fit-in/200x150/pic172295.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-20 12:43:11 + numplays: 0 + - objecttype: thing + objectid: 320 + subtype: boardgame + collid: 42277879 + name: + sortindex: 1 + $t: Scrabble + yearpublished: 1948 + image: https://cf.geekdo-images.com/original/img/lVqLm3lRviB_an3_gAqhvSJ6riA=/0x0/pic404651.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ND1lWJtIymBjl3YzfSV3q3MB1Xk=/fit-in/200x150/pic404651.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:42:26 + numplays: 0 + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 44597428 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 1 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-16 06:27:23 + numplays: 0 + - objecttype: thing + objectid: 188834 + subtype: boardgame + collid: 43293058 + name: + sortindex: 1 + $t: Secret Hitler + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/pgc-IHtFYJSsHEhBt_pFixeQf1I=/0x0/pic2771488.png + thumbnail: https://cf.geekdo-images.com/thumb/img/VD5sW-DorLo_YBjyXrhaXHwZT_4=/fit-in/200x150/pic2771488.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-18 10:32:47 + numplays: 4 + - objecttype: thing + objectid: 157969 + subtype: boardgame + collid: 42277331 + name: + sortindex: 1 + $t: Sheriff of Nottingham + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/LhRnbdwJ77VnRI_yQg2ZFiwEq1E=/0x0/pic2075830.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/18ToCY0hvajoDtgqXaB6T7inL8Y=/fit-in/200x150/pic2075830.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:39:28 + numplays: 2 + - objecttype: thing + objectid: 204305 + subtype: boardgame + collid: 42277329 + name: + sortindex: 1 + $t: >- + Sherlock Holmes Consulting Detective: Jack the Ripper & West End + Adventures + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/aMSijyTnYi1Y_3wHtMCfn7Cftho=/0x0/pic3238299.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mtsURRLdE95XbGPJh4sWafR1uNQ=/fit-in/200x150/pic3238299.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-15 06:14:14 + numplays: 2 + - objecttype: thing + objectid: 2511 + subtype: boardgame + collid: 42473483 + name: + sortindex: 1 + $t: >- + Sherlock Holmes Consulting Detective: The Thames Murders & Other + Cases + yearpublished: 1981 + image: https://cf.geekdo-images.com/original/img/e0abWKqZdzwxb0Keyxjf-Y5sZsw=/0x0/pic3514298.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/wbBjlSJodaCuoGAiQAsmnkDEuQA=/fit-in/200x150/pic3514298.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-05-11 07:53:35 + numplays: 0 + - objecttype: thing + objectid: 40692 + subtype: boardgame + collid: 43801918 + name: + sortindex: 1 + $t: Small World + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/WvXe0YG-Mj2KBtyRSBNtRw4DIx0=/0x0/pic428828.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/w1PBg6RSkhkQVHgUMeVeDWIjbrs=/fit-in/200x150/pic428828.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 07:11:40 + numplays: 0 + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 42824884 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PgaVULm0QKeFV2zTro4hJEb70Yk=/0x0/pic1904079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x-l6MKgcj-wBZfgX1ttvO5MRcJ4=/fit-in/200x150/pic1904079.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-26 15:22:14 + numplays: 14 + - objecttype: thing + objectid: 166384 + subtype: boardgame + collid: 42473504 + name: + sortindex: 1 + $t: Spyfall + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/yiOudtz0yeRa8axxBWr94WuCwbM=/0x0/pic2453926.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6TauOkp3QbGx6V2m924QgMBc858=/fit-in/200x150/pic2453926.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-05-11 07:54:22 + numplays: 0 + - objecttype: thing + objectid: 147020 + subtype: boardgame + collid: 43801703 + name: + sortindex: 1 + $t: Star Realms + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XRgMJVv4YweLlANgVvxeZsQ4lm0=/0x0/pic1903816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/457OeNXcnwr4r_5KPj3xyltK0QI=/fit-in/200x150/pic1903816.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 06:58:22 + numplays: 0 + - objecttype: thing + objectid: 103885 + subtype: boardgame + collid: 43801501 + name: + sortindex: 1 + $t: >- + Star Wars: X-Wing Miniatures Game + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/6GthoJMvWgSpxVoWF1TEbMtXWd4=/0x0/pic1603292.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/tyXamGukP4rH_si0avYBsAqqxzE=/fit-in/200x150/pic1603292.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-14 06:40:01 + numplays: 1 + - objecttype: thing + objectid: 121410 + subtype: boardgame + collid: 47272488 + name: + sortindex: 1 + $t: Steam Park + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/xnQdx1SzWG_4SsU7eap3z_G-j3E=/0x0/pic2656302.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/a7Hue3sxMFDXxDC4dvKOnVSwB3U=/fit-in/200x150/pic2656302.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-28 15:53:01 + numplays: 1 + - objecttype: thing + objectid: 1917 + subtype: boardgame + collid: 42277336 + name: + sortindex: 1 + $t: Stratego + yearpublished: 1944 + image: https://cf.geekdo-images.com/original/img/JfGCdf1X1g1XJoLXX_a26yqCpFQ=/0x0/pic25644.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pZuKRJQyavk2AFTdUsGSp8vDWfo=/fit-in/200x150/pic25644.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:44:16 + numplays: 1 + - objecttype: thing + objectid: 192291 + subtype: boardgame + collid: 42277266 + name: + sortindex: 1 + $t: Sushi Go Party! + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/IDxIxVzcUPT2F7HUuBnAIZvKrBA=/0x0/pic3031286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/A8D6DQy46g02YlMicTyhlJza1jQ=/fit-in/200x150/pic3031286.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-15 06:17:11 + numplays: 3 + - objecttype: thing + objectid: 70919 + subtype: boardgame + collid: 43802249 + name: + sortindex: 1 + $t: Takenoko + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/7SDbClO-4sN6LICvfySB3jrFUhU=/0x0/pic1912529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6KTmKEfbsPgEFnMnHlYL5DIHHmU=/fit-in/200x150/pic1912529.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 07:38:51 + numplays: 0 + - objecttype: thing + objectid: 14996 + subtype: boardgame + collid: 42277239 + name: + sortindex: 1 + $t: >- + Ticket to Ride: Europe + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/lN5ivSfgaJwEMXgyLijCtyKVUBs=/0x0/pic66668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eXshcW5A7ryFnyb3VwlSc8IxIgc=/fit-in/200x150/pic66668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:45:00 + numplays: 4 + - objecttype: thing + objectid: 16992 + subtype: boardgame + collid: 43802253 + name: + sortindex: 1 + $t: Tsuro + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/RnYj0vhdTav6LaS53HR3yKPo4ag=/0x0/pic875761.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Dawqh509ZzihC7IxqfMM5w_s1Gs=/fit-in/200x150/pic875761.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-07-14 07:39:12 + numplays: 0 + - objecttype: thing + objectid: 126163 + subtype: boardgame + collid: 44597374 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/b_3SHZiUpcmrIT5hU8wVF0SDX8k=/0x0/pic1413480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RFxQzKDZgLqZ6oCtclSQHMbDlfk=/fit-in/200x150/pic1413480.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-22 13:23:48 + numplays: 2 + - objecttype: thing + objectid: 2223 + subtype: boardgame + collid: 42277333 + name: + sortindex: 1 + $t: UNO + yearpublished: 1971 + image: https://cf.geekdo-images.com/original/img/z3OFp3362X0ZPf5CIc5vfxzwDsg=/0x0/pic981505.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Vqkf_w4oaY__07ZiwrpofsIxHNQ=/fit-in/200x150/pic981505.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-12 15:42:09 + numplays: 1 + - objecttype: thing + objectid: 182694 + subtype: boardgame + collid: 42473489 + name: + sortindex: 1 + $t: Watson & Holmes + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/tqsNSZBnwkgvSJ842wZyWqO66Lo=/0x0/pic3477808.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aEXi4UMMiw4e01BhAwBZspbjgO8=/fit-in/200x150/pic3477808.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-08 07:31:48 + numplays: 2 + - objecttype: thing + objectid: 25821 + subtype: boardgame + collid: 42824858 + name: + sortindex: 5 + $t: The Werewolves of Miller's Hollow + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/wdSMpOFfty85DOnIY9GR5hL2YB0=/0x0/pic510856.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7iAM_EHN3IvaValRFPQktfQDoCo=/fit-in/200x150/pic510856.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-08 07:32:51 + numplays: 0 +username: Prasiddhi +layout: collection + +---diff --git a/_collections/Renuka2010.md b/_collections/Renuka2010.md new file mode 100644 index 0000000..ef5062d 100644 --- /dev/null +++ a/_collections/Renuka2010.md @@ -1,0 +1,5900 @@ +--- +games: + - objecttype: thing + objectid: 207830 + subtype: boardgame + collid: 46535996 + name: + sortindex: 1 + $t: 5-Minute Dungeon + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/qmIKAcdaUMX4skrH8pX0qBMxijg=/0x0/pic3370214.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ARZr8-iwv0GPlRiJHbseSwvXtKk=/fit-in/200x150/pic3370214.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-15 09:39:55 + numplays: 1 + comment: Loved the game with multi-player. It was lot of fun. Intense interaction + increases the fun element. I don't think it will be a good 2P game, + at multiplayer level, it is really good. + wishlistcomment: For playing with cousins + - objecttype: thing + objectid: 68448 + subtype: boardgame + collid: 45162001 + name: + sortindex: 1 + $t: 7 Wonders + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/3DP_RW5lTX0WrV67s8qi8CsiXoQ=/0x0/pic860217.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Grz-qM9xwxlvQGK7B-MiljtO9pQ=/fit-in/200x150/pic860217.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:46:21 + numplays: 0 + - objecttype: thing + objectid: 68448 + subtype: boardgame + collid: 49966506 + name: + sortindex: 1 + $t: 7 Wonders + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/z4Uw5q6DX1m3u3RMpxLtixzRtDA=/0x0/pic3949332.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yKbKVPPgOxmb49Q8DMWm2I0Z2vc=/fit-in/200x150/pic3949332.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:46:19 + numplays: 0 + - objecttype: thing + objectid: 133993 + subtype: boardgame + collid: 45162010 + name: + sortindex: 1 + $t: >- + 7 Wonders: Wonder Pack + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/iLYK2mGTh_2NRg649gZd19K2-mc=/0x0/pic1495052.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uv48zrVjsu4z917FhGLBgYtlJNo=/fit-in/200x150/pic1495052.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-21 04:09:42 + numplays: 0 + comment: Played at a meetup with 5 players. Due to time restraint and space + constraint, did not enjoy much. Wish to play again. + - objecttype: thing + objectid: 180263 + subtype: boardgame + collid: 45828194 + name: + sortindex: 5 + $t: The 7th Continent + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/iQDBaRJ2LxJba_M7gPZj24eHwBc=/0x0/pic2648303.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zj6guxkAq2hrtEbLGFrIPCh4jv0=/fit-in/200x150/pic2648303.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-19 03:31:30 + numplays: 0 + - objecttype: thing + objectid: 230085 + subtype: boardgame + collid: 45596358 + name: + sortindex: 1 + $t: Agra + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/SKGMjesCBZc-o_My_RPRbeNbtM0=/0x0/pic3621105.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Aoyo-ZcONd_VEFiY56x3EYFaQ4U=/fit-in/200x150/pic3621105.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:44:47 + numplays: 8 + - objecttype: thing + objectid: 31260 + subtype: boardgame + collid: 46195274 + name: + sortindex: 1 + $t: Agricola + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/L-UBO3rBOmvIrZHZLSXOypyAUPw=/0x0/pic259085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zl48oz7IeKlgWJVBLYd0nFJumdA=/fit-in/200x150/pic259085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-19 00:29:56 + numplays: 0 + wishlistcomment: Refer Gov's Wishlist for details. + - objecttype: thing + objectid: 154458 + subtype: boardgame + collid: 45162035 + name: + sortindex: 1 + $t: Akrotiri + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/JuvuaL4DSiZhm8aw5DmiB1yKrUU=/0x0/pic1917399.png + thumbnail: https://cf.geekdo-images.com/thumb/img/je-546oH-YU3rjHl9cYwcsxWCa4=/fit-in/200x150/pic1917399.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:44:42 + numplays: 5 + comment: >- + Love playing this game. Although Govind has always won, this game is + something I can play anytime. It is the tile placement that seals the deal + for me. + + + Reasons I love: + + 1&&#35;41;Simple tile laying but deep thinking involved. At the beginning of each turn, player has to lay down a tile. As the game progresses, this gets more complex due to temple cards. These temple cards are location cards for temples with specifications. A temple can not be excavated without meeting certain specifications. This is what makes it immensely interesting for me. + + 2&&#35;41; Objective cards that make it meaty. Although it is not compulsory to fulfill objectives, it sure makes end game scoring satisfying. + + 3&&#35;41; Design and tiles. Just love the quality of the components. The look of each tile and icons are very easy to understand. + + + Things that I don't like: + + 1&&#35;41; Objective cards. Although they are good for end game scoring, some of them are highly ambiguous and that makes it extremely difficult while scoring. + + 2&&#35;41; layout of the map. I wish the grid system was little better and clearly specified on the map. It gets confusing while excavating a temple. + + 3&&#35;41; Certain questions of objective cards are not answered in rulebook. It would have been helpful if examples were provided. + + + Apart from these,there are no negatives that I can find in this gameplay itself. This is one of my absolute favourite game and it will remain so for a long while. The sense of building and expanding is truly satisfying. + - objecttype: thing + objectid: 161970 + subtype: boardgame + collid: 51122165 + name: + sortindex: 1 + $t: Alchemists + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/VKBFHqR2xm0EFGWfb1sPJZctMCs=/0x0/pic2241156.png + thumbnail: https://cf.geekdo-images.com/thumb/img/4VjOkEjTXNR4KQMjaOK7JibjPSw=/fit-in/200x150/pic2241156.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-20 01:33:07 + numplays: 0 + - objecttype: thing + objectid: 40760 + subtype: boardgame + collid: 46941851 + name: + sortindex: 1 + $t: Alea Iacta Est + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/WSRudWRsv3uitgCpas9ecMhwSGc=/0x0/pic1218804.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rMGDmMag27MvycUKT22Ws5QpjVc=/fit-in/200x150/pic1218804.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-16 07:04:08 + numplays: 0 + - objecttype: thing + objectid: 209538 + subtype: boardgame + collid: 48040197 + name: + sortindex: 1 + $t: Alexandria + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Ovu6NsEMnVuDqoCVBommv_4DGBQ=/0x0/pic3710115.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Zw8V98tHByCWf5I38SX-sn3ZE9A=/fit-in/200x150/pic3710115.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-12-29 02:42:33 + numplays: 0 + - objecttype: thing + objectid: 234487 + subtype: boardgame + collid: 46675185 + name: + sortindex: 1 + $t: Altiplano + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/NeEN85Zbbt-pWxOlK64nrDeoW3Y=/0x0/pic4070329.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bCcFoIcePMCnx3vDk0uKxDmD5F0=/fit-in/200x150/pic4070329.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-06 22:46:58 + numplays: 0 + - objecttype: thing + objectid: 228959 + subtype: boardgame + collid: 48175805 + name: + sortindex: 1 + $t: >- + Alubari: A Nice Cup of Tea + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/dzaIcq4GkNBRAy82EsCBu-iv0GU=/0x0/pic4023737.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oTcZ4KdZ8v0SZUwOZsmOHAPW_vY=/fit-in/200x150/pic4023737.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-01-01 23:09:35 + numplays: 0 + - objecttype: thing + objectid: 137408 + subtype: boardgame + collid: 45631556 + name: + sortindex: 1 + $t: Amerigo + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/8LfpN5YBz79dHqWjVceA5PpVKcw=/0x0/pic3251689.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6p9XpQeoPE4Gz8vWIUvPtMUtq2U=/fit-in/200x150/pic3251689.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:44:37 + numplays: 6 + comment: Amerigo is an excellent and solid game. I have played it multiple times + and will play again, I love some of it's mechanics. However the + victory point salad isn't that catchy. I was also expecting there to + be a little bit of Amerigo Vespucci theme which was sadly missing. I would + have enjoyed it more if the theme would have been more actively a part of + the game. Dice Tower or Cube Tower, whatever it is called is awesome. + - objecttype: thing + objectid: 191300 + subtype: boardgame + collid: 46048854 + name: + sortindex: 1 + $t: >- + Archaeology: The New Expedition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/AgknUPJ7qZzaZcGOOldhLqPqVqU=/0x0/pic2805898.png + thumbnail: https://cf.geekdo-images.com/thumb/img/9QZRb_xb7mCsZel7bY43TXd0Pq8=/fit-in/200x150/pic2805898.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-16 09:46:05 + numplays: 0 + - objecttype: thing + objectid: 134323 + subtype: boardgame + collid: 45162052 + name: + sortindex: 1 + $t: >- + Archipelago: Solo Expansion + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/6aPGBma7YiXsxBYWu3ySCB9uOYo=/0x0/pic1497682.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/quSuS_N1lM7v4DT8xEUBRa_LKTk=/fit-in/200x150/pic1497682.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-21 04:09:49 + numplays: 0 + - objecttype: thing + objectid: 39683 + subtype: boardgame + collid: 46890430 + name: + sortindex: 1 + $t: At the Gates of Loyang + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/heq9_9W9Dq6BA5mWQlQLnRuqp_E=/0x0/pic3601060.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gXKvWQk7Hn_Ktq7ycn3Y8lX0j7I=/fit-in/200x150/pic3601060.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-19 00:33:26 + numplays: 0 + wishlistcomment: Refer Gov's Wishlist for details. + - objecttype: thing + objectid: 230802 + subtype: boardgame + collid: 51930774 + name: + sortindex: 1 + $t: Azul + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/9-SR48jyfxs4At6255sjHoly2sw=/0x0/pic3718275.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_ed_JktpgFwTr2WjEQgYMzHBvOQ=/fit-in/200x150/pic3718275.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-28 03:15:26 + numplays: 0 + - objecttype: thing + objectid: 34219 + subtype: boardgame + collid: 46368726 + name: + sortindex: 1 + $t: Biblios + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/LHYQeLvH4_mQLFBoei4Ns5k8hms=/0x0/pic759154.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/s0zypGMGSHdfwG7tAu5Zfj2KiBw=/fit-in/200x150/pic759154.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-12-02 06:50:33 + numplays: 0 + wishlistcomment: Supposed to be one of the best filler game. An excellent 2P auction game. + + + 1&&#35;41; Goal is to create greatest library by acting as + an Abbott of Church + + 2&&#35;41; 2 phases- 1st half where people gift to + monastery, 2nd half is auction for the gifts that player didnt receive. + 1st half, you draw cards and finish entire deck. Players have the option + of keeping a card, passing to other player &&#35;40;or send + away&&#35;41; and keeping away to bid upon later. + + 3&&#35;41; Special Church cards with special powers that + needs to be resolved immediately. + + 4&&#35;41; 2nd phase players bid for kept away cards with + their gold cards and try to increase their stock. + + + It is a good solid game but I find it too light. I dont care for it + as of now. + + [b]ME WAIT! [/b] + - objecttype: thing + objectid: 171233 + subtype: boardgame + collid: 45162055 + name: + sortindex: 5 + $t: The Big Book of Madness + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/gTcRqVY7imNWoqnG1L1e-FFgKZg=/0x0/pic3120862.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4TIaQbUz8_Qdni6Ih3nAAXGKvew=/fit-in/200x150/pic3120862.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-17 00:06:40 + numplays: 0 + - objecttype: thing + objectid: 195856 + subtype: boardgame + collid: 45162062 + name: + sortindex: 1 + $t: >- + Bloodborne: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/wY_CVe06xKmAimYiQN0RKRL2eM8=/0x0/pic3297526.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qF_I8hOBtCzPgmQhhAggxLmIqow=/fit-in/200x150/pic3297526.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:47:30 + numplays: 0 + - objecttype: thing + objectid: 21882 + subtype: boardgame + collid: 46883724 + name: + sortindex: 1 + $t: Blue Moon City + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/OxSK5rtsaY03m5Oxw6kGh1B10eQ=/0x0/pic4218264.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/GwDUwsLnTAKnzfrT6JvTW5ynHaI=/fit-in/200x150/pic4218264.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-14 03:08:12 + numplays: 0 + wishlistcomment: Rahdo talks about it in his Top 10 Designers. Considers one of the best + Tile Laying games out there. More of a gateway I suppose. + - objecttype: thing + objectid: 216664 + subtype: boardgame + collid: 51784939 + name: + sortindex: 1 + $t: >- + Bohnanza: Die Jokerbohnen + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/g3jVOf_cy94Rg6VQWidM2T-XoZQ=/0x0/pic3372595.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/n9MtIbKzMvpFVzKv29jLbjiLXMQ=/fit-in/200x150/pic3372595.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:44:26 + numplays: 0 + - objecttype: thing + objectid: 35428 + subtype: boardgame + collid: 46369194 + name: + sortindex: 1 + $t: >- + Bohnanza: Spiderbeans + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/fn12pBZG4B-qZIAIgsuOw6KJei4=/0x0/pic322456.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FnWQ0Qx89FZ8snQBx0aeJM8ujn0=/fit-in/200x150/pic322456.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:45:01 + numplays: 0 + - objecttype: thing + objectid: 11 + subtype: boardgame + collid: 46369115 + name: + sortindex: 1 + $t: Bohniläum + originalname: Bohnanza + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/jy3K6mUiLdRrGiFApXgCUDnfnHM=/0x0/pic1471229.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mO3jpcFas_lPsXL49tdvJtpiw0M=/fit-in/200x150/pic1471229.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:44:06 + numplays: 1 + - objecttype: thing + objectid: 224517 + subtype: boardgame + collid: 45162082 + name: + sortindex: 1 + $t: >- + Brass: Birmingham + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/SED341dmM5mGVVbLvwcvTjvUbIA=/0x0/pic3490053.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PER_53OQ2Y0i82FLMMo3qPQBzR0=/fit-in/200x150/pic3490053.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-08-05 00:38:31 + numplays: 0 + - objecttype: thing + objectid: 28720 + subtype: boardgame + collid: 45162073 + name: + sortindex: 1 + $t: >- + Brass: Lancashire + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/l4dwCcl4Vz0r4TD-2RgQ_uoHvWM=/0x0/pic3469216.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bY3T4SYX6lAhtfkUGJkC1laqnVw=/fit-in/200x150/pic3469216.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-08-05 00:38:47 + numplays: 0 + - objecttype: thing + objectid: 178656 + subtype: boardgame + collid: 51784877 + name: + sortindex: 1 + $t: Brettspiel Adventskalender 2015 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/aghJGp6lwPV2I8eQzqwYM1LyTWQ=/0x0/pic2619758.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/tJ3kqbQLcxm3oaDQ-47EQUlmFM0=/fit-in/200x150/pic2619758.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:47:53 + numplays: 0 + - objecttype: thing + objectid: 136888 + subtype: boardgame + collid: 46195273 + name: + sortindex: 1 + $t: Bruges + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/G_0u37fgId8_hqzPrpQaJZSR5bU=/0x0/pic1652004.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vCOD5SwOQA0dxJ9-bkQUQ6aNb0w=/fit-in/200x150/pic1652004.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-12-17 22:45:30 + numplays: 0 + wishlistcomment: >- + Players are running sections of city, developing it in multiple ways. + + + 1&&#35;41; Players have to draw 5 cards in the beginning which are colour coded and has different characters on each. + + 2&&#35;41; Dice management- in second phase, player rolls 5 dice. If it is 1-2, player can do public works; 3-4; 5-6 catastrophe will occur in city. These are again colour coded. So based on colour of a dice, respective section of the city will be affected.Catastrophe hits slowly. Once a particular section has taken hits thrice, only then effect will be seen. + + 3&&#35;41; Third phase is play cards. Cards have cost and money is tight. + + 4&&#35;41; Last phase is comparison between players progress and attaining end of the game bonus tiles. + + + Negatives: + + 1&&#35;41; Prestige track- very stefan feld and repetitive + + + Although I liked the game, I did not find anything unique in it. There was not much to grab attention as such. I would like to have it but I can wait. [b][size=12] ME WAIT! [/b][/size] + - objecttype: thing + objectid: 144592 + subtype: boardgame + collid: 46916170 + name: + sortindex: 1 + $t: Bruxelles 1893 + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/g-sRalMdRYQ6vL99M6J5fEpNSrc=/0x0/pic1726346.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/D3WxQJyTEgEXgRZHzo5Qo57x4O0=/fit-in/200x150/pic1726346.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-19 00:32:25 + numplays: 0 + - objecttype: thing + objectid: 155362 + subtype: boardgame + collid: 45239357 + name: + sortindex: 1 + $t: Ca$h 'n Guns &&#35;40;Second Edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/8KLIxTYLxC6CTzJZfMLxlm9f8B4=/0x0/pic2907864.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7xupWQbyCBFchLyKNzR8axA9K5Q=/fit-in/200x150/pic2907864.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-10 10:05:04 + numplays: 1 + comment: >- + Played it at Board Game Meetup JIGG with 5 players for the first time. + Enjoyed it and managed to win with a huge margin. + + According to me, it is a good family/party game. Not among the best but not bad too. + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 45162090 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:56 + numplays: 1 + comment: It is supposed to be a gateway game and it does serve the purpose of one. + An excellent game but I found Akrotiri better. + - objecttype: thing + objectid: 7717 + subtype: boardgame + collid: 46890440 + name: + sortindex: 1 + $t: >- + Carcassonne: The Castle + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/7lTOkLHfELCQCFOx1GYarqIbyqU=/0x0/pic2606367.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/o2wzkf9r8EyiBD3oMqdWOnVfB18=/fit-in/200x150/pic2606367.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-14 09:48:31 + numplays: 0 + wishlistcomment: Have heard raving reviews about this from multiple sources. I think we + will definitely enjoy this. + - objecttype: thing + objectid: 84876 + subtype: boardgame + collid: 46196378 + name: + sortindex: 5 + $t: The Castles of Burgundy + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/w3EsrbF6-Gvr5_qBeF7YL1Rslnk=/0x0/pic1176894.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQrgUYzyNADux66REz6_rfF26HU=/fit-in/200x150/pic1176894.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:45 + numplays: 2 + comment: >- + We have acquired this game recently after playing Castles of Burgundy: The + Card Game and boy oh boy, this game did not disappoint. It is one of the + best games designed by Stephan Feld and it deserves all the praise that it + gets. IMO, this game is better than any other Stefan Feld games I have + played &&#35;40;Amerigo and In The Year of the + Dragon&&#35;41;. + + I knew hype behind this game and its standing in BGG community but still I was skeptical about it. Even when Govind was explaining rules to me, I did not expect much. However it is during gameplay that I fell in love with it. + + + Reasons I love the game: + + + 1&&#35;41; Gives the feel of having played a deep euro. The game has incredible depth. I love the fact that I can plan 2-3 rounds ahead. I also love that I can plan entire game and the best strategy to get maximum scores even before starting the game. + + 2&&#35;41; Dice worker placement. I hate dice and I hate it when dice rolls screw me &&#35;40;which has happened multiple times&&#35;41; but in Castles of Burgundy, it does not matter. Due to worker tiles, you can balance your dice roll easily. It does not hinder the game in anyway whatsoever. + + 3&&#35;41; Variety of maps. Player mat provides complex version of map on the other side of it. This makes the game lot more interesting. And each map is different from the other. Love that complexity. + + 4&&#35;41; Replyability. There is enough randomness to ensure that this game will come to our table multiple times. Govind absolutely loves this game which is a bonus. + + 5&&#35;41; Limited VP salad. I did not like it much in Amerigo and I am glad Castles has it in a limited scale. That makes the game all the more appealing to me. + + + Things I did not like: + + 1&&#35;41; RULEBOOK and COMPONENTS: Rulebook was difficult for me to understand. It is difficult for me to understand rulebooks as it is and Alea has made it as dry as they could. I just could not read it. Thank god Govind loves reading rules. + + Govind and I, we both did not like quality of the components. Player boards are flimsy, token are poor quality and it is just not value for money. Now I understand it is an old game but this is one area where I really wish someone would revamp the whole game. + + + + That is all. Apart from that, there is nothing I dont like about the game. I LOVE IT. + wishlistcomment: Have played the card game. Absolutely loved the game but with card game we + felt it was bit messy. Too many cards, too many things to keep track of. + + We think this game is worth buying and playing over board game. + + [size=12][b]ME WANT![/b][/size] + + + Gov wants the German box :shake: + - objecttype: thing + objectid: 110926 + subtype: boardgame + collid: 51784774 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 1st Expansion – New Player Boards + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/byJ7P46aAu2wpSsJrsSrUDtpbzQ=/0x0/pic1122959.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LbDWZVcZv7YEuKln9foi_zxWCHg=/fit-in/200x150/pic1122959.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:34 + numplays: 0 + - objecttype: thing + objectid: 132477 + subtype: boardgame + collid: 51784777 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 2nd Expansion – New Hex Tiles + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/0iq0wa_2wjDQnXd7FcOxy90-B7c=/0x0/pic1481964.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FWzSU6sQOcNLhEj9mZPEddPDiFg=/fit-in/200x150/pic1481964.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:32 + numplays: 0 + - objecttype: thing + objectid: 139160 + subtype: boardgame + collid: 51784770 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 3rd Expansion – German Board Game Championship + Board 2013 + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/yD1kjxP2V7s_TyTdcoPThy8vgik=/0x0/pic1586687.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XYDSY9tLdkxN_b7W6rivh2H9SoM=/fit-in/200x150/pic1586687.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:31 + numplays: 0 + - objecttype: thing + objectid: 150083 + subtype: boardgame + collid: 51784772 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 4th Expansion – Monastery Boards + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/i1ojHog6wcj2OK5UEQZN-eraxYU=/0x0/pic1828430.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mlGTnn1WEmbAsSq78dHGGiw5I7w=/fit-in/200x150/pic1828430.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:30 + numplays: 0 + - objecttype: thing + objectid: 166589 + subtype: boardgame + collid: 51784769 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 5th Expansion – Pleasure Garden + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/WtfiDz76crcyj-DG4L0koSbetTE=/0x0/pic2672607.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vOpZ8Oi2GTcwHAvmK5TMSnPU-XE=/fit-in/200x150/pic2672607.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:29 + numplays: 0 + - objecttype: thing + objectid: 190225 + subtype: boardgame + collid: 51784768 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 6th Expansion – The Cloisters + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/SAMMaSbdi2oSaqItDJRYBaNAm9w=/0x0/pic2810046.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/opE-qkv-qktaew_lZPyYxzurbCA=/fit-in/200x150/pic2810046.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:27 + numplays: 0 + - objecttype: thing + objectid: 193585 + subtype: boardgame + collid: 51784766 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 7th Expansion – German Board Game Championship + Board 2016 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/h5MyVby3hOczwAVG5i0P86RvxCY=/0x0/pic2919047.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IlFZ_Yvy-3DLAhnQ45drOX9kOCI=/fit-in/200x150/pic2919047.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:25 + numplays: 0 + - objecttype: thing + objectid: 214005 + subtype: boardgame + collid: 51784763 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 8th Expansion – Trade Routes + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/37N6LJVwJCYF0-c2zzmugfq8Mgw=/0x0/pic3267089.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_7FvZiMPQVhLEuBaAOQ0dpfL3pA=/fit-in/200x150/pic3267089.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:18 + numplays: 0 + - objecttype: thing + objectid: 191977 + subtype: boardgame + collid: 45162102 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/r7Bo_2KyKECNrqQ67G-BsSTbhcQ=/0x0/pic2844943.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P3gJ3Gu7XPAURpIsQK99_6iTS5w=/fit-in/200x150/pic2844943.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:36:06 + numplays: 1 + comment: We have played this game only once and it got me intrigued enough to buy + actual game. However it was extremely messy to play it with cards and that + is the sole reason I am giving it low rating. It occupies a huge table + space but a really interesting game. + - objecttype: thing + objectid: 191977 + subtype: boardgame + collid: 51784818 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/r7Bo_2KyKECNrqQ67G-BsSTbhcQ=/0x0/pic2844943.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P3gJ3Gu7XPAURpIsQK99_6iTS5w=/fit-in/200x150/pic2844943.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:35:46 + numplays: 1 + - objecttype: thing + objectid: 232988 + subtype: boardgame + collid: 47011520 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: The Dice Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/pcQ8H3Hl-RjbmG9SdPRZ0lhhFeQ=/0x0/pic3748929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XTwXNTVgLLlLEOrIz_KdCSu4Ols=/fit-in/200x150/pic3748929.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-19 00:31:33 + numplays: 0 + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 46196373 + name: + sortindex: 1 + $t: Catan + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/A-0yDJkve0avEicYQ4HoNO-HkK8=/0x0/pic2419375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/g8LvJsd2oLAub6AEKN_Xpdoi8Sw=/fit-in/200x150/pic2419375.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 01:52:19 + numplays: 0 + - objecttype: thing + objectid: 129351 + subtype: boardgame + collid: 46890468 + name: + sortindex: 5 + $t: The Cave + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/qbs9uGJsS78wQxsnOocJHlpsj78=/0x0/pic1399091.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ApGdLrVS1KGCngo0oShYaOSduFE=/fit-in/200x150/pic1399091.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-19 00:32:30 + numplays: 0 + wishlistcomment: One of the best exploration games according to Gov. The whole idea is + exploration, no monsters, no surprises, just exploration. Really + interested. + - objecttype: thing + objectid: 209685 + subtype: boardgame + collid: 45162112 + name: + sortindex: 1 + $t: >- + Century: Spice Road + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/60ElV8kHaTYBg54TPNJ9vSzFlLw=/0x0/pic3678503.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NSyuYNdY_uYNIEglFZdakkqHP-s=/fit-in/200x150/pic3678503.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:36:02 + numplays: 4 + - objecttype: thing + objectid: 172287 + subtype: boardgame + collid: 45900874 + name: + sortindex: 1 + $t: Champions of Midgard + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/c1gxRcNaDdjeH8zpLYJEkDEYA5g=/0x0/pic2869714.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DkcfHm6xpdMa8-Bi1t7qEZsdeu4=/fit-in/200x150/pic2869714.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-09 23:10:29 + numplays: 1 + comment: Its a good game but not for me. I do not like the Dice roll luck factor. + It makes or breaks the game. + - objecttype: thing + objectid: 197376 + subtype: boardgame + collid: 45162117 + name: + sortindex: 1 + $t: Charterstone + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/QSEaUq4_I2KoVDrF1FGNJ7eAINs=/0x0/pic3322613.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DQUhxG_Aiv37LqVSYIUO5hRVN_w=/fit-in/200x150/pic3322613.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:36:11 + numplays: 12 + - objecttype: thing + objectid: 205398 + subtype: boardgame + collid: 45162121 + name: + sortindex: 1 + $t: Citadels + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/iy-N3AoD24rDm3dXgl2sHuHmBzQ=/0x0/pic3119514.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iZ8PzQkMAV5LfvQebasFmHaWiqE=/fit-in/200x150/pic3119514.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:36:20 + numplays: 1 + - objecttype: thing + objectid: 145588 + subtype: boardgame + collid: 46195304 + name: + sortindex: 1 + $t: Citrus + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/mjGW_b0KH7FOQtdgWQh_WNz_wE8=/0x0/pic1759308.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cHrJOM173mDA1lry08y-nVhKJwY=/fit-in/200x150/pic1759308.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 01:01:00 + numplays: 0 + - objecttype: thing + objectid: 201808 + subtype: boardgame + collid: 44510461 + name: + sortindex: 1 + $t: Clank! + originalname: >- + Clank!: A Deck-Building Adventure + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/MfZd82Kty4dFb6_hWj_OR03fzZI=/0x0/pic3056966.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pnE-JXfh_sjWxn6MTI19f6TBcKo=/fit-in/200x150/pic3056966.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:36:42 + numplays: 1 + - objecttype: thing + objectid: 36932 + subtype: boardgame + collid: 46286532 + name: + sortindex: 1 + $t: Claustrophobia + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/tZKSyqTq-T5VfdD3IclQJIim44M=/0x0/pic570518.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qrh883HPCZdPjrM4Yth3wd1ZGeE=/fit-in/200x150/pic570518.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:46 + numplays: 0 + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 46366646 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-15 09:39:51 + numplays: 2 + comment: Loved playing this. Awesome gateway game. I am sure everyone who plays it + will thoroughly enjoy it. + wishlistcomment: For playing with cousins + - objecttype: thing + objectid: 192836 + subtype: boardgame + collid: 46890482 + name: + sortindex: 5 + $t: The Colonists + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/EccwoEjXsy1h5IZ9ISVkruAQKC0=/0x0/pic3195482.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jWmZonjXwz3NiY72I2KvAhO8r9Q=/fit-in/200x150/pic3195482.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-19 00:31:54 + numplays: 0 + wishlistcomment: It is a heavy game. Need to check gameplay. Supposedly Ora Et Labora + killer. + + A bit later. + - objecttype: thing + objectid: 124361 + subtype: boardgame + collid: 44407761 + name: + sortindex: 1 + $t: Concordia + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/abKLQBfHHaouqsLx7GGiIzqXBu8=/0x0/pic3453267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ap4Vj-Gb0Z64bxDUf7ulr52rFMw=/fit-in/200x150/pic3453267.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:38:57 + numplays: 11 + - objecttype: thing + objectid: 124361 + subtype: boardgame + collid: 51784850 + name: + sortindex: 1 + $t: Concordia + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/abKLQBfHHaouqsLx7GGiIzqXBu8=/0x0/pic3453267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ap4Vj-Gb0Z64bxDUf7ulr52rFMw=/fit-in/200x150/pic3453267.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:48:10 + numplays: 11 + - objecttype: thing + objectid: 209574 + subtype: boardgame + collid: 45406420 + name: + sortindex: 1 + $t: >- + Concordia: 8 Forum Cards mini-expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/STH4een6JvNQLQp01e4hlV9scH8=/0x0/pic3203982.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iURo470PJxQnQLq0QOoFvgffcQc=/fit-in/200x150/pic3203982.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:48:22 + numplays: 0 + - objecttype: thing + objectid: 209574 + subtype: boardgame + collid: 51784860 + name: + sortindex: 1 + $t: >- + Concordia: 8 Forum Cards mini-expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/tPvVeryohQJuJA1FG0qmMSeiyYQ=/0x0/pic3233124.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/L_qvvSnnBx10dAEblRZU6rfRA6s=/fit-in/200x150/pic3233124.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:38:23 + numplays: 0 + - objecttype: thing + objectid: 232917 + subtype: boardgame + collid: 47687266 + name: + sortindex: 1 + $t: >- + Concordia: Aegyptus / Creta + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/4JUiS2bfIV4eMmE_LqG4UCqmbpE=/0x0/pic4083280.png + thumbnail: https://cf.geekdo-images.com/thumb/img/4QaEW9-rDqrt4UmjyqehzIA6QSE=/fit-in/200x150/pic4083280.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:38:34 + numplays: 2 + - objecttype: thing + objectid: 232917 + subtype: boardgame + collid: 51784862 + name: + sortindex: 1 + $t: >- + Concordia: Aegyptus / Creta + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/99VdqIDqAe7892pkEF1weoy-Bzo=/0x0/pic3736461.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fIbxFxIkd5pqp1Kis314J9t4RxA=/fit-in/200x150/pic3736461.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:38:33 + numplays: 2 + - objecttype: thing + objectid: 208364 + subtype: boardgame + collid: 45406411 + name: + sortindex: 1 + $t: >- + Concordia: Gallia / Corsica + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/h_3T36PLtE_PAk5BJQWSpHs9LWM=/0x0/pic3427888.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/hfEJzhjTZuZrwITvQECXNypFytk=/fit-in/200x150/pic3427888.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:38:16 + numplays: 0 + - objecttype: thing + objectid: 208364 + subtype: boardgame + collid: 51784859 + name: + sortindex: 1 + $t: >- + Concordia: Gallia / Corsica + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ZX7vqI76vguP8JAF-AzLqXq5w2o=/0x0/pic3203427.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HrReD3vTUeSSbG9Dgys8I9gtBnI=/fit-in/200x150/pic3203427.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:38:14 + numplays: 0 + - objecttype: thing + objectid: 181084 + subtype: boardgame + collid: 45406418 + name: + sortindex: 1 + $t: >- + Concordia: Salsa + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/-Ry77MmG8azYa_tPI_N18CHpkIk=/0x0/pic3882304.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/lpA8VcT2q5ZccUpXekyhA2f21CI=/fit-in/200x150/pic3882304.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:37:53 + numplays: 4 + comment: >- + My no. 1 game so far and I feel it will maintain its position for a long + time. I have played this game along with its various maps multiple times + and everytime I get stumped. One of the most beautifully and elegant game + out there. + + + Reasons I LOVE this game: + + 1&&#35;41; Exceptional rondel system through cards. The 7 cards are the backbone of this game. They make the crux of the game. + + 2&&#35;41; Easy gameplay of playing a card which makes it easy to understand and play. That is the reason this game is called ELEGANT. All you do is play one card and thats it. + + 3&&#35;41; Yes it is a themeless euro, yet it is deep; so much so that I get into long AP mode which I love. + + 4&&#35;41; Player interaction through diplomat and prefect card. Generally I am on the fence about player interaction as I feel it disturbs my thinking process but in this game, it is a subtle one and it pushes the game forward for all. + + 5&&#35;41; A sense of urgency and competition from the get go. Specially during the end, the game takes a very intense turn. + + 6&&#35;41; Luck independent game. I love it when games are not based on luck and if I screw up, then it is completely my fault and not some arbitrary dice roll. This game has no luck element whatsoever according to me. It is all player's careful planning that matters. If I lose a game, I am ready for another game just to improve myself. Very few game do this for me. + + 7&&#35;41; End game scoring. Although quite a bit of math is involved for end game scoring, it is extremely satisfying as it depends on the cards that you have collected during the game. + + + There is not a single element of this game that I don't like. I am ready to play it regardless of night and day. + - objecttype: thing + objectid: 181084 + subtype: boardgame + collid: 51784855 + name: + sortindex: 1 + $t: >- + Concordia: Salsa + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/gZ_HQfxUtJwzUpX0pweyxpWizk0=/0x0/pic3143503.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/JO69mWtSSdWysL79qmddS0Juc7s=/fit-in/200x150/pic3143503.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:37:58 + numplays: 4 + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 46369101 + name: + sortindex: 1 + $t: Coup + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/4zmqrQ4v-rufRQM_oinFDQ6HykI=/0x0/pic2016054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZsRtgIExTwWphMDZPH1hG-CR8os=/fit-in/200x150/pic2016054.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-28 09:23:08 + numplays: 4 + - objecttype: thing + objectid: 72225 + subtype: boardgame + collid: 46890505 + name: + sortindex: 1 + $t: COâ‚‚ + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/tcs6BRqLFMbN1tEd-3MGaETdVaU=/0x0/pic1350204.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LyOJAVy6QpPuVXGtAViukgNzBkQ=/fit-in/200x150/pic1350204.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-19 00:32:37 + numplays: 0 + wishlistcomment: Rahdo's one of favourite & Gov likes to too. Good enough for me. + [size=16][b]ME WANT![/b][/size] + - objecttype: thing + objectid: 214887 + subtype: boardgame + collid: 48175808 + name: + sortindex: 1 + $t: >- + COâ‚‚: Second Chance + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/pKA670VpxV9nkzTAvr0Fs3Qg46I=/0x0/pic3619476.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x_QswnvPmS2rigyH380FXh2ebck=/fit-in/200x150/pic3619476.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:06:53 + numplays: 0 + - objecttype: thing + objectid: 143986 + subtype: boardgame + collid: 46195310 + name: + sortindex: 1 + $t: CV + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/-rpL7UMhNubpRyQJwvUDfn2L2v8=/0x0/pic1968267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/63KN0YjYGUYH5WzUdZaC8_QZ2ow=/fit-in/200x150/pic1968267.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 01:01:25 + numplays: 0 + - objecttype: thing + objectid: 171669 + subtype: boardgame + collid: 44743494 + name: + sortindex: 1 + $t: Discoveries + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/mG93XsX9iF1VJ1eHbPvhnMMOwC8=/0x0/pic2571301.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-Ak_eWBSr7S1f898UGXzuktq36w=/fit-in/200x150/pic2571301.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:14 + numplays: 7 + - objecttype: thing + objectid: 97207 + subtype: boardgame + collid: 46195293 + name: + sortindex: 1 + $t: Dungeon Petz + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/ouBrnOPtxRPIo3qJm2WqQjKt3Ag=/0x0/pic1103979.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U9PlUgkGQPOZl0qnet9oP30yNHA=/fit-in/200x150/pic1103979.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 01:00:05 + numplays: 0 + - objecttype: thing + objectid: 142326 + subtype: boardgame + collid: 45162144 + name: + sortindex: 1 + $t: >- + Eight-Minute Empire: Legends + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/EHUP5MbjB5fcBNVv1j0gg7hq4TY=/0x0/pic1664196.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WLmEW3hK5Y_zofNzCD3-c6GddKw=/fit-in/200x150/pic1664196.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:12 + numplays: 0 + - objecttype: thing + objectid: 163968 + subtype: boardgame + collid: 44407738 + name: + sortindex: 1 + $t: Elysium + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/x7IIcSAqF3GO2yNKZPdv8xvV0bs=/0x0/pic2203147.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mqQfl_4bmIGYc46U7o5yYnAROC4=/fit-in/200x150/pic2203147.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:43:09 + numplays: 3 + - objecttype: thing + objectid: 33160 + subtype: boardgame + collid: 46795197 + name: + sortindex: 1 + $t: Endeavor + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/BiF5c2XHFSPHeIaZic6TrxSAna8=/0x0/pic379881.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RymFCW1LW0dmx6aHsUsyxa_7iy0=/fit-in/200x150/pic379881.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-19 00:27:25 + numplays: 0 + wishlistcomment: Going for the second edition coming on 2018 KS + - objecttype: thing + objectid: 233398 + subtype: boardgame + collid: 46798956 + name: + sortindex: 1 + $t: >- + Endeavor: Age of Sail + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/75hQHrqAh4G-avD8AEZXLO_xAuo=/0x0/pic3705146.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zlWygoG7Vuk7KKpDavloquqRuj4=/fit-in/200x150/pic3705146.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:06:51 + numplays: 0 + wishlistcomment: >- + [size=25][b]ME WANT![/b][/size] + - objecttype: thing + objectid: 82168 + subtype: boardgame + collid: 45162148 + name: + sortindex: 1 + $t: Escape from the Aliens in Outer Space + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/PO5bvfkKDURjfen6mt1zOnoyxvg=/0x0/pic2792336.png + thumbnail: https://cf.geekdo-images.com/thumb/img/8JWf_7JbY3x2QWvZ_VziaJL2dEI=/fit-in/200x150/pic2792336.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:01:11 + numplays: 0 + - objecttype: thing + objectid: 142379 + subtype: boardgame + collid: 51956829 + name: + sortindex: 1 + $t: Escape Plan + yearpublished: 2019 + image: https://cf.geekdo-images.com/original/img/_z19T9l3r28rGG-L0-nXBBaK0po=/0x0/pic4178038.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fKLXZGvanfMDCAbWiIog2BNZM9A=/fit-in/200x150/pic4178038.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-07-27 23:50:27 + numplays: 5 + comment: I have played this game in almost all player combinations except for solo. + And in all of the plays, I have found this game to be wonderfully + balanced. There are multiple paths to victory and numerous choices to make + during the game. For 2p, Sandra works in a very seamless manner and you + get the feel of having an extra player without any downtime. The game is + also very thematic which is an added bonus. Can't wait for this game + to arrive. + + + &#35;01 Backer on KS + - objecttype: thing + objectid: 155703 + subtype: boardgame + collid: 44510670 + name: + sortindex: 1 + $t: Evolution + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/HXylwLrlp4ijGBGResiJ3A73gec=/0x0/pic2357588.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pdcuUjiv8jqNT9FC46CCub8HXTQ=/fit-in/200x150/pic2357588.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:01:02 + numplays: 1 + - objecttype: thing + objectid: 163839 + subtype: boardgame + collid: 50293255 + name: + sortindex: 1 + $t: Feudum + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/hgJRewE9Ja94HQIA-QF_3aVcXvs=/0x0/pic3074532.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_tuiQKF4HHWp6fTEzB6Kld5Yung=/fit-in/200x150/pic3074532.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-03-14 02:03:10 + numplays: 0 + - objecttype: thing + objectid: 159675 + subtype: boardgame + collid: 46917631 + name: + sortindex: 1 + $t: Fields of Arle + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/xlgiqGRKx6LZuhjh5iR-dtbMrJQ=/0x0/pic2225968.png + thumbnail: https://cf.geekdo-images.com/thumb/img/lKzUtdJxoZcMDlvz7SFwRDqoAaY=/fit-in/200x150/pic2225968.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-15 10:44:46 + numplays: 0 + - objecttype: thing + objectid: 157354 + subtype: boardgame + collid: 46917597 + name: + sortindex: 1 + $t: Five Tribes + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/ysxyEQPPbio1xvtx56l_8P8BkYs=/0x0/pic2055255.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/j7n3RouVn6V-oVhyjU5NmhEOTzU=/fit-in/200x150/pic2055255.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-19 00:28:11 + numplays: 0 + wishlistcomment: Play first then buy, Gov says it's too cut throat and a lot of + take-that with weird calculative moments + - objecttype: thing + objectid: 175324 + subtype: boardgame + collid: 47108841 + name: + sortindex: 1 + $t: Fog of Love + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/OyQXeAnPK2fohsIq-Pu0n-5HJeo=/0x0/pic3726790.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YO7wECJX_WOe5ljcVGD_ZrIXmdI=/fit-in/200x150/pic3726790.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-22 11:11:59 + numplays: 0 + wishlistcomment: Would love to play it with Gov + - objecttype: thing + objectid: 136063 + subtype: boardgame + collid: 45162157 + name: + sortindex: 1 + $t: Forbidden Desert + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/wYvf6LExNhb3rflp_QYmCK_NhMc=/0x0/pic1528722.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gm5d7sO006n-WTSG2ynzyLz169A=/fit-in/200x150/pic1528722.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:41 + numplays: 0 + - objecttype: thing + objectid: 66188 + subtype: boardgame + collid: 46195240 + name: + sortindex: 1 + $t: Fresco + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/nECd0Z9PQwvCLhFz5mXYpWYT1B4=/0x0/pic714398.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mIYaVBQ8EMeB9MPljJEMNBITySA=/fit-in/200x150/pic714398.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-12 23:49:34 + numplays: 0 + - objecttype: thing + objectid: 220308 + subtype: boardgame + collid: 49868144 + name: + sortindex: 1 + $t: Gaia Project + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/FpQ2ODFHSgDGfEpskL0Uu2xyYMA=/0x0/pic3763556.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5P9XdMqgHu8f56SlenLalqSK_GU=/fit-in/200x150/pic3763556.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-24 06:13:07 + numplays: 1 + - objecttype: thing + objectid: 125153 + subtype: boardgame + collid: 51930018 + name: + sortindex: 5 + $t: The Gallerist + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Ye9XSo3Ozz93R3ofXYHWfC_pMFg=/0x0/pic2503200.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tPHIAIqKX1X3Ycl_PxiT2iBtY8E=/fit-in/200x150/pic2503200.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-15 22:45:37 + numplays: 0 + - objecttype: thing + objectid: 193148 + subtype: boardgame + collid: 51930011 + name: + sortindex: 5 + $t: >- + The Gallerist: KS Stretch Goal Pack &#35;2 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Jxgw736dVStLDTdlBNN6vP_qnKM=/0x0/pic2928618.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/11FV2thekc7t2tC52F7v_fS1g8Y=/fit-in/200x150/pic2928618.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:48:29 + numplays: 0 + - objecttype: thing + objectid: 143693 + subtype: boardgame + collid: 47122611 + name: + sortindex: 1 + $t: Die Glasstraße + originalname: Glass Road + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/2sF1_moHSTwKGuDC7zCnq5ZM7pQ=/0x0/pic1723950.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6Ar78hbFVZbeRMQ8OTF14_F25do=/fit-in/200x150/pic1723950.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-06 04:22:39 + numplays: 5 + - objecttype: thing + objectid: 189653 + subtype: boardgame + collid: 47554089 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Die Adventskalendererweiterung + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/fn6YUSy1Yi1CazHI1DBNk7Zctzw=/0x0/pic2796901.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_zV8C2YFHOEq1z0umd5B3atET-U=/fit-in/200x150/pic2796901.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:39:57 + numplays: 0 + comment: Gov got it with Glass Road purchase from BGG + - objecttype: thing + objectid: 190602 + subtype: boardgame + collid: 47523310 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Harlekin + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/W2beY2SfdPx9XbAGYcaPv8Afytc=/0x0/pic3748044.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5zFtY0DmW-C_RT8GloCLeWUG83s=/fit-in/200x150/pic3748044.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:39:56 + numplays: 0 + comment: Gov got it with Glass Roads purchase from BGG + - objecttype: thing + objectid: 167567 + subtype: boardgame + collid: 47523306 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Oktoberfest + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PMTSJhVa-jz5F1SHn8cRM8_RTrY=/0x0/pic2279664.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/1fCnDt8FG6UtiAoFffNDSXWfhxc=/fit-in/200x150/pic2279664.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:39:54 + numplays: 0 + comment: Gov got it with Glass Roads purchase from BGG + - objecttype: thing + objectid: 66362 + subtype: boardgame + collid: 46883790 + name: + sortindex: 1 + $t: Glen More + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/W2LIAOd9GntolWuLi-j0flI2SwE=/0x0/pic1013640.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TfiGkGa01rtdtrikpVUIsHHYo_k=/fit-in/200x150/pic1013640.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-14 03:14:08 + numplays: 0 + wishlistcomment: Another is Rahdo's Top 10 Designers list. Tile laying, need to do + more research. + - objecttype: thing + objectid: 174430 + subtype: boardgame + collid: 51164055 + name: + sortindex: 1 + $t: Gloomhaven + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/lDN358RgcYvQfYYN6Oy2TXpifyM=/0x0/pic2437871.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/e7GyV4PaNtwmalU-EQAGecwoBSI=/fit-in/200x150/pic2437871.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-04-22 09:19:39 + numplays: 0 + - objecttype: thing + objectid: 193738 + subtype: boardgame + collid: 46366553 + name: + sortindex: 1 + $t: Great Western Trail + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/U3RnjWjCHNkm4LVps_HNDHeuUI4=/0x0/pic3113247.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ojTMe48mgDcQdcrHJ1d_CSLtc7w=/fit-in/200x150/pic3113247.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-28 03:15:04 + numplays: 2 + - objecttype: thing + objectid: 171668 + subtype: boardgame + collid: 45162166 + name: + sortindex: 5 + $t: The Grizzled + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1UOorcH1JkbPadnKHrjGk03_mPg=/0x0/pic2595195.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UlZdpaH5UCfqJcPDCIczCmvzRQ0=/fit-in/200x150/pic2595195.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:00:53 + numplays: 0 + - objecttype: thing + objectid: 24827 + subtype: boardgame + collid: 45162298 + name: + sortindex: 1 + $t: Die Händler von Osaka + originalname: Traders of Osaka + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/wsbpx8Dpntzea8bRe5HJhqej4ok=/0x0/pic3358274.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XxLOah3lQmDEIiHj5wL_pBtGytY=/fit-in/200x150/pic3358274.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:55:34 + numplays: 1 + - objecttype: thing + objectid: 165662 + subtype: boardgame + collid: 45162173 + name: + sortindex: 1 + $t: Haru Ichiban + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/DnnmaaFfy-tEklnA2UWYYm2RrBQ=/0x0/pic2678962.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bdqz59s3PMgFTBLmWHt1yNYrPtc=/fit-in/200x150/pic2678962.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-11 11:28:51 + numplays: 2 + - objecttype: thing + objectid: 35677 + subtype: boardgame + collid: 46848420 + name: + sortindex: 4 + $t: Le Havre + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/Fs2MqRUBPQzORmEZbiVqSnBvHDg=/0x0/pic3330230.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/CstPYOK5l3W7LutBfbOQR4WAJX4=/fit-in/200x150/pic3330230.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-12 21:36:40 + numplays: 0 + - objecttype: thing + objectid: 106217 + subtype: boardgame + collid: 45209450 + name: + sortindex: 1 + $t: Hawaii + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/Lo4Sf5wGbqb8q4jkznjGEUOG4V8=/0x0/pic1188333.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ypze_fph4bA_VTB-WdZRvi9Soa8=/fit-in/200x150/pic1188333.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-22 08:49:02 + numplays: 8 + comment: Very peaceful and a delight to play. Thematic and with right background + music we definitely got the feeling of being in Hawaii. Despite negative + reviews from Tom Vasel and others, my husband and I loved the game and can + see ourselves playing this game multiple times in future. + - objecttype: thing + objectid: 2655 + subtype: boardgame + collid: 45850880 + name: + sortindex: 1 + $t: Hive + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/LZg2hlpZtAR6xxEqMc8uCEP3VXY=/0x0/pic2439049.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5tM-x5ehrmP-Aw1_z5Vllb6UAT0=/fit-in/200x150/pic2439049.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:00:17 + numplays: 0 + comment: Govind's 2017 Bday gift from Rob + - objecttype: thing + objectid: 177478 + subtype: boardgame + collid: 45611974 + name: + sortindex: 1 + $t: IKI + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/C40_65IQMTTfLmWKLZbr1J1lBX4=/0x0/pic2515239.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HcdV2Rbuaq5nC2zmUr9EpljCutU=/fit-in/200x150/pic2515239.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-28 09:20:30 + numplays: 0 + wishlistcomment: >- + Set in 17th C Edo. Board is based on famous painting Nihonbashi which is a + mural. Economic simulation game. + + + 1&&#35;41; Special characters which give you money, food, etc. They can also get experienced throughout the game. + + 2&&#35;41; Market represents Rondel. Based on the place you land on, characters or buildings or actions are available to you. + + 3&&#35;41; If you visit other player's worker through rondel, that worker gets more experience. If s/he retires then it is a huge bonus at the end of the game. Characters are also colour coded so there are points for set collection too. + + 4&&#35;41; Well balanced for 2 player, good use of dummy player. + + 5&&#35;41; This is one game which I dont mind buying just for art although gameplay is just as good. + + + Medium weight game and really fun. + + + [size=10][b]ME WANT! [/size][/b] + - objecttype: thing + objectid: 31594 + subtype: boardgame + collid: 47808377 + name: + sortindex: 1 + $t: In the Year of the Dragon + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/JTjcjPYEZu-cvFVWnoocLG9zL4s=/0x0/pic285822.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rl6LZuh2_wMkfqNFwbNPA-4QDcw=/fit-in/200x150/pic285822.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:52:37 + numplays: 1 + - objecttype: thing + objectid: 214000 + subtype: boardgame + collid: 46791326 + name: + sortindex: 1 + $t: >- + In the Year of the Dragon: 10th Anniversary + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/31yzmRpRl_xduSriyxoXVjpdH44=/0x0/pic3617407.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TVtSzycZZziVaFWtb8pESfeVB2c=/fit-in/200x150/pic3617407.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:46 + numplays: 1 + wishlistcomment: >- + Stefan Feld's most harsh unforgiving game ever. + + + 1&&#35;41; Game is played over 12 rounds depicting each season. Randomly generated seasons. First 2 seasons are going to be good but rest all will be random. It can be good or it can be bad such as sickness or drought. + + 2&&#35;41; Depending on the seasons, personalities will get picked who can determine player order.Personalities can be old or young. Old provides resources but less points for player order. + + 3&&#35;41; Very interesting action selection mechanism. In 2P, there will be 2 sets of actions on the board. Depending on player order, 1st player gets to chose 1 set. + + 4&&#35;41; Simple yet interactive board. Serves the purpose perfectly. + + + Very important player order. I dont think we have a game in collection in which player struggles for being 1st in player order. Stefan Feld's game and not a point salad. Yes! I want to try it so bad. + + + [size=12][b]ME WANT![/b][/size] + - objecttype: thing + objectid: 206490 + subtype: boardgame + collid: 50131551 + name: + sortindex: 4 + $t: An Infamous Traffic + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/HF3aAcxtL6kuRb-MCGg_xtYfZeE=/0x0/pic3135977.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9x1eScMObegIlD_iHxWO39kGjrw=/fit-in/200x150/pic3135977.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-07 03:42:49 + numplays: 0 + - objecttype: thing + objectid: 155821 + subtype: boardgame + collid: 44407744 + name: + sortindex: 1 + $t: Inis + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/FC7YIs478p6YO07t3dciSgWITXE=/0x0/pic3112623.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/M8kRZfsxIaSnkUn-zEybwzfmfGE=/fit-in/200x150/pic3112623.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:44 + numplays: 1 + - objecttype: thing + objectid: 109276 + subtype: boardgame + collid: 49676665 + name: + sortindex: 1 + $t: >- + Kanban: Driver's Edition + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/dKocHa71tZ_egRoUyMrNqLT43Gg=/0x0/pic3981620.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Pt8i7XbeZYk6odNvA_ej38qxhR0=/fit-in/200x150/pic3981620.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-16 03:54:26 + numplays: 0 + - objecttype: thing + objectid: 183251 + subtype: boardgame + collid: 46369162 + name: + sortindex: 1 + $t: Karuba + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Wf7ocgmPXopC2cgd48UZm4EEr8E=/0x0/pic2727088.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IRtwFzTtsEYNtpPkJMpG3QJxvCQ=/fit-in/200x150/pic2727088.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-28 09:25:53 + numplays: 1 + - objecttype: thing + objectid: 183251 + subtype: boardgame + collid: 52613576 + name: + sortindex: 1 + $t: Karuba + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/8yVL5oyoRN10ncd55eICyfA2Ub8=/0x0/pic3853960.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xx71RmK0Qid33NXN2WmeOYhrcdc=/fit-in/200x150/pic3853960.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-01 02:27:53 + numplays: 1 + - objecttype: thing + objectid: 213220 + subtype: boardgame + collid: 52613571 + name: + sortindex: 1 + $t: >- + Karuba: The Volcano + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/f0NfeSTnwJVmV4oiEDJqrd5CcCM=/0x0/pic3282933.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/AfjsP5f4BcjM8k0TuyCG4GOdRAU=/fit-in/200x150/pic3282933.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-01 02:27:21 + numplays: 0 + - objecttype: thing + objectid: 143175 + subtype: boardgame + collid: 49121338 + name: + sortindex: 1 + $t: >- + Kashgar: Merchants of the Silk Road + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/9agtg_If0RsNDJkdcjQlUUCfDeE=/0x0/pic3697855.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SHvVf2sLqM20BbbG65rHwWCOoYc=/fit-in/200x150/pic3697855.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:45:52 + numplays: 0 + - objecttype: thing + objectid: 122515 + subtype: boardgame + collid: 46195294 + name: + sortindex: 1 + $t: Keyflower + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/t6AnEi2l5tiHgWRjglwSfRsYy6E=/0x0/pic2278942.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-W-BQbgQw5bUQzJ8-Qm7pL5WKiw=/fit-in/200x150/pic2278942.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 01:00:09 + numplays: 2 + - objecttype: thing + objectid: 122515 + subtype: boardgame + collid: 49265466 + name: + sortindex: 1 + $t: Keyflower + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/u9sJzetgZhDtJ54oNxaUamzVAWk=/0x0/pic1850406.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cgvuCIMqC479JMNNVhex9p1Bd3k=/fit-in/200x150/pic1850406.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-22 08:49:14 + numplays: 2 + - objecttype: thing + objectid: 107529 + subtype: boardgame + collid: 46883864 + name: + sortindex: 1 + $t: Kingdom Builder + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/y_ztUjzGGoO4TwnmTFNDLnOxz90=/0x0/pic1152359.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4rlb3ozPuUFBkziJg-hv2zQD8BU=/fit-in/200x150/pic1152359.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-29 04:04:01 + numplays: 0 + wishlistcomment: >- + Excellent gateway game. + + + 1&&#35;41; Easy to play. Player plays one card and builds 3 houses on the terrain mentioned on card. [b]Just 1 action[/b]. + + 2&&#35;41; Like Akrotiri, certain objective cards will be provided based on which you can place your houses. But unlike Akrotiri, these cards are placed beside board and are common to players. + + 3&&#35;41; Board changes every game. The system is like that of Amerigo's navigation board. Benefits, objectives, terrains all change every game. [b]lots of replay ability [/b] + + + Although it is light, those objectives displayed make it thinking game. + + + [size=10][b] ME WANT! [/size][/b] + - objecttype: thing + objectid: 204583 + subtype: boardgame + collid: 44407732 + name: + sortindex: 1 + $t: Kingdomino + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/iDSCIiCAd9SQHv3WoYX0QdvDE_0=/0x0/pic3132685.png + thumbnail: https://cf.geekdo-images.com/thumb/img/gE7UpZsOyGWZrENKvoEA9ovTVqc=/fit-in/200x150/pic3132685.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:31 + numplays: 13 + - objecttype: thing + objectid: 171879 + subtype: boardgame + collid: 53159522 + name: + sortindex: 1 + $t: >- + Kraftwagen: V6 Edition + originalname: Kraftwagen + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/U11af-bSkErF9BHoJh570DsEDEw=/0x0/pic3009417.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FZIdEAbly3c13BlevLTqmbCKEjQ=/fit-in/200x150/pic3009417.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:48:48 + numplays: 0 + - objecttype: thing + objectid: 152053 + subtype: boardgame + collid: 45162201 + name: + sortindex: 1 + $t: >- + Lagoon: Land of Druids + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/QPp1Q95T2oSDGq4Ei_0yYsqL1Vg=/0x0/pic1896033.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Ff_dMbfIyx12AIRroFVvVuKY9ec=/fit-in/200x150/pic1896033.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:18 + numplays: 0 + - objecttype: thing + objectid: 97842 + subtype: boardgame + collid: 49285862 + name: + sortindex: 1 + $t: Last Will + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/ay7JYM2WAwkTZ4x78_lraRFpTy8=/0x0/pic2442432.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9cXv4dn64htKUc_SChEcw5wx780=/fit-in/200x150/pic2442432.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:14 + numplays: 0 + - objecttype: thing + objectid: 143063 + subtype: boardgame + collid: 51784902 + name: + sortindex: 1 + $t: >- + Last Will: Getting Sacked + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/e77H_uz-OrXgwfAopE5AoEDzZis=/0x0/pic1788540.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3DdtwkQH4O2ovgkj7ty0cv9zfKo=/fit-in/200x150/pic1788540.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:21 + numplays: 0 + - objecttype: thing + objectid: 132436 + subtype: boardgame + collid: 51784905 + name: + sortindex: 1 + $t: >- + Last Will: Messenger Promo Card + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/uI9pQBJHI4bpk40-GgpkVlwER84=/0x0/pic1454867.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oVM9OgmAwIFJ0ndsMTggSy8WuCA=/fit-in/200x150/pic1454867.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:23 + numplays: 0 + - objecttype: thing + objectid: 111171 + subtype: boardgame + collid: 51784908 + name: + sortindex: 1 + $t: >- + Last Will: Plan Order Board + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/Jm_9TgiMR-IUCtPTi-6L-5Poxo0=/0x0/pic1127724.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/quGFpfpJBNKkGJOsDxvLcXeSFqE=/fit-in/200x150/pic1127724.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:26 + numplays: 0 + - objecttype: thing + objectid: 222407 + subtype: boardgame + collid: 47644861 + name: + sortindex: 1 + $t: Lignum &&#35;40;second edition&&#35;41; + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/WNTbpr0IDfjchN3GSJPkWHVVELE=/0x0/pic3470301.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Q-HMRIlVBRIMbcjPbRkaE9rYivc=/fit-in/200x150/pic3470301.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-12-14 00:40:36 + numplays: 0 + - objecttype: thing + objectid: 161533 + subtype: boardgame + collid: 46888426 + name: + sortindex: 1 + $t: Lisboa + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k4JCDnjnu5YRn5QA8njFeRMbulk=/0x0/pic3209553.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TEdRetBxKyHnXpbQFmafKQqvQa4=/fit-in/200x150/pic3209553.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-27 09:15:46 + numplays: 1 + - objecttype: thing + objectid: 161533 + subtype: boardgame + collid: 50588976 + name: + sortindex: 1 + $t: Lisboa + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k4JCDnjnu5YRn5QA8njFeRMbulk=/0x0/pic3209553.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TEdRetBxKyHnXpbQFmafKQqvQa4=/fit-in/200x150/pic3209553.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-27 09:15:44 + numplays: 1 + - objecttype: thing + objectid: 203993 + subtype: boardgame + collid: 50150833 + name: + sortindex: 1 + $t: Lorenzo il Magnifico + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/yoCGxA_YHrJnlBGRdpOjLFxcnsQ=/0x0/pic3175535.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eMoXCQnrIlaVtapNXVyLhFTZ660=/fit-in/200x150/pic3175535.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-07 21:14:11 + numplays: 0 + - objecttype: thing + objectid: 216459 + subtype: boardgame + collid: 47405259 + name: + sortindex: 5 + $t: The Lost Expedition + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Uo7flc_Fh_mRNGZSmle_hUzpGvw=/0x0/pic3339655.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XlUdVImqvb2asnavMvxY5jcvi14=/fit-in/200x150/pic3339655.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:01 + numplays: 0 + - objecttype: thing + objectid: 198525 + subtype: boardgame + collid: 45586281 + name: + sortindex: 1 + $t: Lotus + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/BER0WFortPUEsScfWss7IU0Rn_4=/0x0/pic3068462.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/I9jPYZouoQwK-iYxT6veM19pmL0=/fit-in/200x150/pic3068462.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-15 09:39:38 + numplays: 1 + comment: It is a good multi player game. Had fun while playing with 4 players. Wish + to play more times. + wishlistcomment: For playing with cousins/relatives + - objecttype: thing + objectid: 205059 + subtype: boardgame + collid: 46111221 + name: + sortindex: 1 + $t: >- + Mansions of Madness: Second Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0jncNnMHVZqa4u3oMwVm2Zn84q8=/0x0/pic3118622.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qsLtD7DnKVi5AZG206MTRah6CUU=/fit-in/200x150/pic3118622.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-18 23:41:43 + numplays: 1 + - objecttype: thing + objectid: 139030 + subtype: boardgame + collid: 45162205 + name: + sortindex: 1 + $t: Mascarade + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/fq2IyhF3X6T_Ed9M_q4RSMnrpRc=/0x0/pic3118987.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XJsQuqb8bOmsteIc2xqMFC0Vc7w=/fit-in/200x150/pic3118987.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-11 11:29:05 + numplays: 0 + - objecttype: thing + objectid: 163107 + subtype: boardgame + collid: 45162208 + name: + sortindex: 1 + $t: Mascarade Expansion + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/gVVkcYZSo_-YCjTz1ARYgRxDoYM=/0x0/pic2286087.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/MSzlmwtsBDnMIgB7tpq21Ge0cmw=/fit-in/200x150/pic2286087.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:06 + numplays: 0 + - objecttype: thing + objectid: 230251 + subtype: boardgame + collid: 46847742 + name: + sortindex: 1 + $t: Mint Delivery + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/NaQ6_h0KcQ6MRbGs7_Ix0vH7YCM=/0x0/pic3634430.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2s3v7W5cBqk6mw9UxZHeWT1IGsY=/fit-in/200x150/pic3634430.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:06:47 + numplays: 0 + - objecttype: thing + objectid: 200077 + subtype: boardgame + collid: 46847748 + name: + sortindex: 1 + $t: Mint Works + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CaoF1gDthH_0iNJDG5-7-r56FPc=/0x0/pic3418969.png + thumbnail: https://cf.geekdo-images.com/thumb/img/NThqD2v5sf_hQs_ur7OtliJ_PdE=/fit-in/200x150/pic3418969.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:06:46 + numplays: 0 + - objecttype: thing + objectid: 172386 + subtype: boardgame + collid: 46849849 + name: + sortindex: 1 + $t: Mombasa + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/7JDxzN4LbAeslZGBU1G7Ccqutx0=/0x0/pic2611318.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G-_djHkm5LFZuqSokCvGt22VY4E=/fit-in/200x150/pic2611318.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-12 22:37:24 + numplays: 0 + - objecttype: thing + objectid: 72287 + subtype: boardgame + collid: 45162213 + name: + sortindex: 1 + $t: Mr. Jack Pocket + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dQ0ES_SKxG2oXbhKy73RVQEdNvw=/0x0/pic1519530.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3OjHgZ1MIGRAFnmD0fcuUDk-Nng=/fit-in/200x150/pic1519530.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:50 + numplays: 0 + - objecttype: thing + objectid: 126042 + subtype: boardgame + collid: 45321898 + name: + sortindex: 1 + $t: Nations + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/6Zne9rNVAxgEzMmf4WmcEtH_xsc=/0x0/pic1591406.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2a-6_ihKoPWUe8yEUpz3Vi1UiX0=/fit-in/200x150/pic1591406.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-09-13 23:41:14 + numplays: 0 + - objecttype: thing + objectid: 66589 + subtype: boardgame + collid: 46388125 + name: + sortindex: 1 + $t: Navegador + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/mS2CkGdFkp6sJAdZaA10PYo_QAc=/0x0/pic3246725.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aIW5IJNIHRvFSyaKrNolAwHoweA=/fit-in/200x150/pic3246725.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-10-29 01:12:32 + numplays: 0 + - objecttype: thing + objectid: 209573 + subtype: boardgame + collid: 46286854 + name: + sortindex: 1 + $t: >- + Navegador: Privilege Cards + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/yRvP0e0mDGNXRNU_sdjrmiRzUfM=/0x0/pic3233412.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NcOLdx0GET2z0A4dJtORCOm8CvE=/fit-in/200x150/pic3233412.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:11 + numplays: 0 + - objecttype: thing + objectid: 72321 + subtype: boardgame + collid: 49804598 + name: + sortindex: 5 + $t: The Networks + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/QlyhX-UY8mNcSYnOd1EnMyqnMxI=/0x0/pic2896170.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/1jIMzrLCLGK41dZ-kTDnhhZpWbs=/fit-in/200x150/pic2896170.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-21 10:07:36 + numplays: 0 + - objecttype: thing + objectid: 1107 + subtype: boardgame + collid: 45162223 + name: + sortindex: 1 + $t: Niet! + originalname: Nyet! + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/jTG7Olqwrk1a3vXYjnYG74P99nY=/0x0/pic2585079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vH6hegaMQvX9pachlxoL5GkT6l8=/fit-in/200x150/pic2585079.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:37 + numplays: 0 + - objecttype: thing + objectid: 168549 + subtype: boardgame + collid: 45162218 + name: + sortindex: 1 + $t: Night Clan + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/EaS2L7V1mP49JzNTrcu5oYe-dNM=/0x0/pic4170469.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WmJKzBuCrHqidrpyrSYi5kNVxQU=/fit-in/200x150/pic4170469.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:41 + numplays: 0 + - objecttype: thing + objectid: 236125 + subtype: boardgame + collid: 50450788 + name: + sortindex: 1 + $t: >- + Nights of Fire: Battle for Budapest + yearpublished: 2019 + image: https://cf.geekdo-images.com/original/img/n4dVW6v_5boZp1zcGzgg1_wkM7Q=/0x0/pic3869601.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0uTGbXZhpONTAXjst4zmKupaKbQ=/fit-in/200x150/pic3869601.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-04-19 06:06:04 + numplays: 0 + - objecttype: thing + objectid: 154809 + subtype: boardgame + collid: 46890549 + name: + sortindex: 1 + $t: Nippon + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/ahJrNYlzr6vXXCnhmEuUoVuUAfQ=/0x0/pic2683981.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/z9yUg7rHQGrc4hNMCOqPyaUT4z0=/fit-in/200x150/pic2683981.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-14 09:53:17 + numplays: 0 + wishlistcomment: Love the idea + - objecttype: thing + objectid: 25554 + subtype: boardgame + collid: 46890566 + name: + sortindex: 1 + $t: Notre Dame + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/Am42X55-lpmGAEfNBLzcMxDz6Ns=/0x0/pic199316.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Q4tGHksvjo88M-w2K9Jqcucu05E=/fit-in/200x150/pic199316.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-14 09:53:52 + numplays: 0 + wishlistcomment: Stefan Feld's most acclaimed game. Would love to play this. + - objecttype: thing + objectid: 213984 + subtype: boardgame + collid: 46791330 + name: + sortindex: 1 + $t: >- + Notre Dame: 10th Anniversary + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/L-wGSQTAtv62eEaaxW4xUNc8zEg=/0x0/pic3617406.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-wVZJyX1IYzocdAkDw-7zCu06y0=/fit-in/200x150/pic3617406.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-11 00:59:46 + numplays: 0 + - objecttype: thing + objectid: 123219 + subtype: boardgame + collid: 46760779 + name: + sortindex: 1 + $t: OddVille + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/s80Wp-dPbpEVAEuZDBfwfwxkfqM=/0x0/pic1358373.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/E3otUzH-_lwyFtGwuKQ7jR-3ikg=/fit-in/200x150/pic1358373.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:33 + numplays: 2 + comment: Harshad's gift to Govind + - objecttype: thing + objectid: 192074 + subtype: boardgame + collid: 44407756 + name: + sortindex: 1 + $t: Odin's Ravens &&#35;40;Second Edition&&#35;41; + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/3S4bHhvzWPVRr-vvJ3TXAePQjWs=/0x0/pic2643412.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZXy8kh6FynzgB4kerK8Y7zCOOcU=/fit-in/200x150/pic2643412.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:35 + numplays: 0 + - objecttype: thing + objectid: 184267 + subtype: boardgame + collid: 52888540 + name: + sortindex: 1 + $t: On Mars + image: https://cf.geekdo-images.com/original/img/2wL0b7RxJRxWvFJt8P2eo78LpJY=/0x0/pic4134204.png + thumbnail: https://cf.geekdo-images.com/thumb/img/bRupOAbJemZU94SPlmJHYCyRQlk=/fit-in/200x150/pic4134204.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-07-15 08:31:48 + numplays: 1 + - objecttype: thing + objectid: 156336 + subtype: boardgame + collid: 45162229 + name: + sortindex: 1 + $t: Onirim &&#35;40;second edition&&#35;41; + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/HabeHqtTQ6yrithYQNRGm8SmyVg=/0x0/pic2747141.png + thumbnail: https://cf.geekdo-images.com/thumb/img/5UeTuAD-sE8-CAX1K6InOY5z_Ok=/fit-in/200x150/pic2747141.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:29 + numplays: 25 + - objecttype: thing + objectid: 160477 + subtype: boardgame + collid: 45162236 + name: + sortindex: 1 + $t: Onitama + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Z1Cr_AvOTXmshbEqBaZ8C9f8_Gc=/0x0/pic2904046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/faDIdb9tWLzn86KsV2PjrTwBXKg=/fit-in/200x150/pic2904046.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:26 + numplays: 0 + - objecttype: thing + objectid: 239464 + subtype: boardgame + collid: 49958488 + name: + sortindex: 1 + $t: Palm Island + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/wHP6ZeF_B1FSpOGsLgEINpGmA5s=/0x0/pic3842294.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yUuc2rWyoU1MJkaQheawriiaYbU=/fit-in/200x150/pic3842294.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:06:43 + numplays: 0 + - objecttype: thing + objectid: 30549 + subtype: boardgame + collid: 45322192 + name: + sortindex: 1 + $t: Pandemic + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/j-pfXZ_0GmOowohzD_T6NDAWGSA=/0x0/pic1534148.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HEKrtpTC1y1amXh5cKnVvowyE5Y=/fit-in/200x150/pic1534148.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-09-14 00:10:14 + numplays: 0 + - objecttype: thing + objectid: 198928 + subtype: boardgame + collid: 48718925 + name: + sortindex: 1 + $t: >- + Pandemic: Iberia + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/65W6mKBX34X2pLswgsfKPCfAcdw=/0x0/pic3000850.png + thumbnail: https://cf.geekdo-images.com/thumb/img/9CGLup2Ui5Xul5BjT-V13sATOBI=/fit-in/200x150/pic3000850.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:22 + numplays: 5 + - objecttype: thing + objectid: 155255 + subtype: boardgame + collid: 45162242 + name: + sortindex: 1 + $t: Pax Pamir + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/JSPpWuDjPgHAzH9Dwmn9oJqkNEQ=/0x0/pic2500108.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Vs6noO2F5xz9_3IP3R5r3EbUfYM=/fit-in/200x150/pic2500108.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:18 + numplays: 0 + - objecttype: thing + objectid: 234948 + subtype: boardgame + collid: 49966728 + name: + sortindex: 1 + $t: Prehistory + image: https://cf.geekdo-images.com/original/img/gawvKyWULqFUeOfiGeB_5ft1Aa0=/0x0/pic3755981.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/A2Fb9yeYpD4bGaHLAr_jIMHRp6I=/fit-in/200x150/pic3755981.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-12 23:41:53 + numplays: 0 + - objecttype: thing + objectid: 176396 + subtype: boardgame + collid: 48718940 + name: + sortindex: 1 + $t: Quadropolis + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0zD0P3JssKs0DRFSeR-7VQs1Z1E=/0x0/pic2840020.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/m9uWiYufHeYbiuSLNFdM6jQBDYo=/fit-in/200x150/pic2840020.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:16 + numplays: 3 + - objecttype: thing + objectid: 172547 + subtype: boardgame + collid: 47149055 + name: + sortindex: 1 + $t: Queen's Architect + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/c9PZ8kARKRzRCaYnMsCfCF5hGPs=/0x0/pic3636985.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/k_8tqiYzfcJY23j-8TzVb3Y78c4=/fit-in/200x150/pic3636985.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:11 + numplays: 3 + - objecttype: thing + objectid: 15290 + subtype: boardgame + collid: 45720159 + name: + sortindex: 1 + $t: R-Eco + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/wqBdwJy2OxcE4_JONEJKczhbziQ=/0x0/pic260097.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rK-qZgSTBNB5XZIml3I6s9JlEDo=/fit-in/200x150/pic260097.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-10-01 22:28:27 + numplays: 0 + - objecttype: thing + objectid: 223096 + subtype: boardgame + collid: 48684608 + name: + sortindex: 1 + $t: Raid on Taihoku + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/xLTgz7che1Utr_JcWLzfGD6YuRc=/0x0/pic3478069.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/28PlBxDGHMvqUHZKaC9jitbRidw=/fit-in/200x150/pic3478069.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-01-09 05:09:26 + numplays: 0 + - objecttype: thing + objectid: 207691 + subtype: boardgame + collid: 46195257 + name: + sortindex: 1 + $t: Railroad Revolution + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/D98_xtVQsJqnRlgC7oerU7qUluM=/0x0/pic3200781.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DZVFKfh4bgS-e7VccbjRikb4C2c=/fit-in/200x150/pic3200781.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-19 00:32:50 + numplays: 0 + - objecttype: thing + objectid: 220877 + subtype: boardgame + collid: 47151851 + name: + sortindex: 1 + $t: Rajas of the Ganges + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/P3sTPrGAMu28fchhTPxIjmXrq58=/0x0/pic3646165.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FKcOaCNOtL95u094flHl8wJF3ew=/fit-in/200x150/pic3646165.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:53:55 + numplays: 6 + wishlistcomment: Initially was not much interested in the game. After Gov told me about it, + I am intrigued by it. AND India theme, cant deny it. + + + 1&&#35;41; Dice management like Marco Polo. Depending on the + value of a die, you can take certain actions. However, once die is on the + board, you can not retract it. Can also change value of dice. + + 2&&#35;41; Every space on Ganges &&#35;40;think Ulm + type of movement&&#35;41; has certain benefits. Awesome + + 3&&#35;41; Possibility of having more workers through + various means such as more prestige, money or river road. + + 4&&#35;41; TILE LAYING through dice management. Along with + this when you place a tile and it gives you instant benefits through its + road network. Brilliant! + + 5&&#35;41; Interactive and well built game board. Lots of + things to do. + + + [size=10][b]ME WANT![/b][/size] + - objecttype: thing + objectid: 177639 + subtype: boardgame + collid: 45162243 + name: + sortindex: 1 + $t: Raptor + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/kzuA4XOQI94oq7hdFESznGnCSuU=/0x0/pic2520016.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7JXpUQzSIQIVxmZNoiFvdpQTxeg=/fit-in/200x150/pic2520016.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:32 + numplays: 2 + - objecttype: thing + objectid: 66056 + subtype: boardgame + collid: 44510456 + name: + sortindex: 1 + $t: The Rivals for Catan + originalname: Rivals for Catan + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/YV0Ib9KPnTFAqwkpAfKLWjc4RUg=/0x0/pic850850.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5waLZ3j0vWxZvs5S-4xcxFowPmM=/fit-in/200x150/pic850850.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-12 23:49:47 + numplays: 1 + - objecttype: thing + objectid: 96792 + subtype: boardgame + collid: 46794942 + name: + sortindex: 5 + $t: The Road to Canterbury + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/qO21F-5waC5Y254aQrBjTjJdIdI=/0x0/pic965757.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4y0twbF5TQYsHXmR4rtzSp_S4WI=/fit-in/200x150/pic965757.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-11 05:28:44 + numplays: 0 + - objecttype: thing + objectid: 121921 + subtype: boardgame + collid: 46366588 + name: + sortindex: 1 + $t: >- + Robinson Crusoe: Adventures on the Cursed Island + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/i1d3Zbbw5iYJ5_Bd0unqwgM8CI0=/0x0/pic3165731.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kvMhOuVRtAcCK7nXPcOr8RwWvYg=/fit-in/200x150/pic3165731.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-28 07:29:22 + numplays: 1 + comment: Played it only once and it was incomplete. Although it was first play, + enjoyed it thoroughly. Cant wait to play more. + - objecttype: thing + objectid: 144344 + subtype: boardgame + collid: 46791475 + name: + sortindex: 1 + $t: Rococo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/h4juFKZn1M56dsCtVnNsRYyvCs0=/0x0/pic1795272.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ANayrLTpLZ6YwzPLLsKjXP8z7s=/fit-in/200x150/pic1795272.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-11 01:09:00 + numplays: 0 + - objecttype: thing + objectid: 141736 + subtype: boardgame + collid: 45162262 + name: + sortindex: 1 + $t: Sail to India + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/SgbHwa7UI0_eVQ2i3d_FEnNud0g=/0x0/pic1756958.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xeqLzCovUB5SvDaZY24NQW8GLWc=/fit-in/200x150/pic1756958.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:58:04 + numplays: 0 + - objecttype: thing + objectid: 146816 + subtype: boardgame + collid: 46286545 + name: + sortindex: 1 + $t: Sanssouci + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/J-AN7OVXtshV8_DcgI22Y6FQOXQ=/0x0/pic1752634.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zFE3qFogJXoKWza_4KlxRyKMsso=/fit-in/200x150/pic1752634.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:57:52 + numplays: 2 + - objecttype: thing + objectid: 229220 + subtype: boardgame + collid: 48037975 + name: + sortindex: 1 + $t: Santa Maria + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/8VQx4iKeKKVaoKZWgeT7mrxYMsE=/0x0/pic3882016.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/X-LqjOf2THbcZJWuT-NrO1MnzTY=/fit-in/200x150/pic3882016.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-12-29 01:00:57 + numplays: 0 + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 44407704 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:57:48 + numplays: 6 + - objecttype: thing + objectid: 199727 + subtype: boardgame + collid: 51102381 + name: + sortindex: 1 + $t: >- + Scythe: Invaders from Afar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/miZjG4UUl5ZFL8LlLFIcKC-rXn8=/0x0/pic3037396.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/BwQFlTp6XwLc-SypZi_J36S8a-Y=/fit-in/200x150/pic3037396.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-19 04:27:35 + numplays: 0 + - objecttype: thing + objectid: 212879 + subtype: boardgame + collid: 51784702 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;37 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/dy76yrkzsM6nEYuCFJLul39SHr0=/0x0/pic3471538.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WOZ37-WcJP4Xu8fsjXkB3BbTlrg=/fit-in/200x150/pic3471538.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:39 + numplays: 0 + - objecttype: thing + objectid: 204984 + subtype: boardgame + collid: 51784703 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;38 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/1993NfmXtQvxvvS1gkg7QKTK0HM=/0x0/pic3111863.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gZu0FCyVigvaSG0_CB4-PeKwIwo=/fit-in/200x150/pic3111863.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:38 + numplays: 0 + - objecttype: thing + objectid: 221033 + subtype: boardgame + collid: 51784696 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;39 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/HsNoXokORToCJcGRgNaOd-Mo3CY=/0x0/pic3699917.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4zF2CN6hugaow_pjs4gPnMTUImc=/fit-in/200x150/pic3699917.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:36 + numplays: 0 + - objecttype: thing + objectid: 232176 + subtype: boardgame + collid: 51784697 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;40 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/G3TFpIAEbnpmM67aTvmBJRfgcaA=/0x0/pic3782845.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PcdYmD0FEnNJdf0RjJPuAml29Kg=/fit-in/200x150/pic3782845.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:34 + numplays: 0 + - objecttype: thing + objectid: 232087 + subtype: boardgame + collid: 51784698 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;41 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/HHiLw7PmREdookmDscijrB2jkco=/0x0/pic3733333.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/AVWV7kt6_8XBwGtXnhQFIlSosT0=/fit-in/200x150/pic3733333.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:32 + numplays: 0 + - objecttype: thing + objectid: 237663 + subtype: boardgame + collid: 51784700 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;42 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/b6IJUneMLF1ULfM_XA_fnYckCv0=/0x0/pic3816758.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3hdRog6HOkjXURFoKDn0A_W_iC0=/fit-in/200x150/pic3816758.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:30 + numplays: 0 + - objecttype: thing + objectid: 211731 + subtype: boardgame + collid: 51784705 + name: + sortindex: 1 + $t: >- + Scythe: Promo Pack &#35;1 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/g_KdF2Y5RuTH1RufFLG0sbnK5dA=/0x0/pic3253162.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/MTmFB292L3WEyfpFLrBlSlpUCC4=/fit-in/200x150/pic3253162.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:28 + numplays: 0 + - objecttype: thing + objectid: 205121 + subtype: boardgame + collid: 51784709 + name: + sortindex: 1 + $t: >- + Scythe: Promo Pack &#35;2 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/BmfVtp1Er8DGXXMKoixyGL4Grlo=/0x0/pic3113924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4rYstT-A0H8DeCk9mB95e3ltNLo=/fit-in/200x150/pic3113924.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:25 + numplays: 0 + - objecttype: thing + objectid: 211732 + subtype: boardgame + collid: 51784707 + name: + sortindex: 1 + $t: >- + Scythe: Promo Pack &#35;3 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/NDhukQZildp5pQjcKuTBrTm1RXQ=/0x0/pic3485470.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/drwgdNnJLdmlUa6ddm66feKNdo8=/fit-in/200x150/pic3485470.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:23 + numplays: 0 + - objecttype: thing + objectid: 211733 + subtype: boardgame + collid: 51784706 + name: + sortindex: 1 + $t: >- + Scythe: Promo Pack &#35;4 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/pfZL89WFnA_qFpnT-NtXsT2qTJc=/0x0/pic3675613.png + thumbnail: https://cf.geekdo-images.com/thumb/img/bPcHbime1G84XvS8LPGDlziiaT8=/fit-in/200x150/pic3675613.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:21 + numplays: 0 + - objecttype: thing + objectid: 229741 + subtype: boardgame + collid: 45162267 + name: + sortindex: 1 + $t: Shadows in Kyoto + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RYhSGWN5ZsOGDYVmE635VRLYDlY=/0x0/pic3604992.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/caAEKEATcXlIju8TLWT0rVsZPBs=/fit-in/200x150/pic3604992.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:57:36 + numplays: 0 + - objecttype: thing + objectid: 177678 + subtype: boardgame + collid: 46791245 + name: + sortindex: 1 + $t: Signorie + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/FOqwMQqsXUmA3Ru5KuVhqss9w8Q=/0x0/pic2684003.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9Gsp8xRsNF86cIsgCU8Lqe9trH8=/fit-in/200x150/pic2684003.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-19 00:27:02 + numplays: 0 + wishlistcomment: >- + [size=20][b]ME WANT![/b][/size] + - objecttype: thing + objectid: 40692 + subtype: boardgame + collid: 44407729 + name: + sortindex: 1 + $t: Small World + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/WvXe0YG-Mj2KBtyRSBNtRw4DIx0=/0x0/pic428828.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/w1PBg6RSkhkQVHgUMeVeDWIjbrs=/fit-in/200x150/pic428828.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:24 + numplays: 5 + - objecttype: thing + objectid: 143157 + subtype: boardgame + collid: 47405261 + name: + sortindex: 1 + $t: SOS Titanic + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/x7WmlrY6AIL99MkncfNsb1MAl2Q=/0x0/pic1717510.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/2smuCX0m7tm1GKoBdPQ01_cSXLQ=/fit-in/200x150/pic1717510.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:54:10 + numplays: 0 + - objecttype: thing + objectid: 104573 + subtype: boardgame + collid: 45162275 + name: + sortindex: 1 + $t: Spectaculum + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/P639HLQ_Ol5WNmNpdZDCRLVIbx0=/0x0/pic1206638.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/d5ex8HfIFbg77DwYEWcybxQJ8AE=/fit-in/200x150/pic1206638.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:57:31 + numplays: 0 + - objecttype: thing + objectid: 162886 + subtype: boardgame + collid: 46848553 + name: + sortindex: 1 + $t: Spirit Island + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RmP2yBDA0LE-ZFWrEXAkgRuYjn0=/0x0/pic3615739.png + thumbnail: https://cf.geekdo-images.com/thumb/img/t9mRnhW6swyL2nPSScv9iroCyZQ=/fit-in/200x150/pic3615739.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-12 21:43:07 + numplays: 0 + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 45162281 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/YVZcqQGpJ7AaotTO-aZUH-zw-Jk=/0x0/pic2524282.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qumZ0mswH92ujjACN746ZMURKqg=/fit-in/200x150/pic2524282.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:57:25 + numplays: 9 + comment: Love love love this game. After playing this game, my husband and I dont + feel like playing Century anymore. The game is simple yet complex. + - objecttype: thing + objectid: 123260 + subtype: boardgame + collid: 46195305 + name: + sortindex: 1 + $t: Suburbia + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/v2kosqFeCkidrDEnKQYZSk-qH_k=/0x0/pic1418335.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ErmY_grQAOtH4zy2Hxg2AIeiAf8=/fit-in/200x150/pic1418335.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 01:01:04 + numplays: 0 + - objecttype: thing + objectid: 192291 + subtype: boardgame + collid: 46366881 + name: + sortindex: 1 + $t: Sushi Go Party! + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/IDxIxVzcUPT2F7HUuBnAIZvKrBA=/0x0/pic3031286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/A8D6DQy46g02YlMicTyhlJza1jQ=/fit-in/200x150/pic3031286.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-15 09:38:59 + numplays: 0 + wishlistcomment: For playing with cousins + - objecttype: thing + objectid: 475 + subtype: boardgame + collid: 51080021 + name: + sortindex: 1 + $t: Taj Mahal + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/ThojXG32hqbJKlJwKKmWIY1XajY=/0x0/pic4092498.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/t4sPSDLD8M9xGPrnVcVjIVEgKKk=/fit-in/200x150/pic4092498.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-18 00:21:55 + numplays: 0 + - objecttype: thing + objectid: 70919 + subtype: boardgame + collid: 45852834 + name: + sortindex: 1 + $t: Takenoko + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/7SDbClO-4sN6LICvfySB3jrFUhU=/0x0/pic1912529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6KTmKEfbsPgEFnMnHlYL5DIHHmU=/fit-in/200x150/pic1912529.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-15 09:38:45 + numplays: 0 + wishlistcomment: For playing with cousins + - objecttype: thing + objectid: 215613 + subtype: boardgame + collid: 49966585 + name: + sortindex: 1 + $t: >- + Tao Long: The Way of the Dragon + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/2QusNZSUJ0EXcJruUMGQSZAFXKA=/0x0/pic3317172.png + thumbnail: https://cf.geekdo-images.com/thumb/img/l-CoS9VhK8DzI8znUhLTJuUWI0E=/fit-in/200x150/pic3317172.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:54:50 + numplays: 0 + - objecttype: thing + objectid: 118048 + subtype: boardgame + collid: 53194622 + name: + sortindex: 1 + $t: Targi + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/7KQJcPVEw5kPRk45KGTlsIbZnwo=/0x0/pic3958793.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cc6HWiK8agoUMzAQ84KZErFI6Yc=/fit-in/200x150/pic3958793.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-07-29 11:56:43 + numplays: 0 + - objecttype: thing + objectid: 146278 + subtype: boardgame + collid: 50134777 + name: + sortindex: 1 + $t: >- + Tash-Kalar: Arena of Legends + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/EyHuMCH9aOjM69FfDdechWPhW10=/0x0/pic1875045.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fGbdfRnWuzxBaXIZ9pxyJLj-lHg=/fit-in/200x150/pic1875045.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-03-07 07:49:24 + numplays: 0 + - objecttype: thing + objectid: 229853 + subtype: boardgame + collid: 47595111 + name: + sortindex: 1 + $t: >- + Teotihuacan: City of Gods + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/8YwBWw7byGuEdUybkYZfTOZx_H4=/0x0/pic3949618.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ph4QRZ8SWAbhn-SbzCeHMjYR2T8=/fit-in/200x150/pic3949618.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-12-11 22:29:25 + numplays: 0 + wishlistcomment: From the designer of Marco Polo, intrigued!! + - objecttype: thing + objectid: 188920 + subtype: boardgame + collid: 46227192 + name: + sortindex: 1 + $t: >- + This War of Mine: The Board Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/VmqDT6K9qJyjmq3oHdJmdrmhdII=/0x0/pic3315915.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IEVkhEdjuUIW9MgUlmqvcuME_3E=/fit-in/200x150/pic3315915.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-27 08:04:07 + numplays: 0 + wishlistcomment: The sole reason that you get true experience of how entrapment feels like, + is why I want this game. Along with that Euro mechanisms involved, makes + it a must buy. + + + 1&&#35;41; Rulebook comes as a journal. Designers dont want + to boggle down players with rulebook, they want you to start playing as + soon as game arrives. The game is like video game by same name. Rich + experience as solo player and while playing multiplayer it has co-op + element. + + 2&&#35;41; Goal is to take characters till ceasefire after + which their epilogues have to be read. + + 3&&#35;41; Truly a survivor's struggle to live during + time of war. Living daily life and how it affects him/her. Robinson Crusoe + sty;e tools and basic things are used such as sleeping on couch vs bed, + heater for winter,build a radio etc. + + 4&&#35;41; Characters have special abilities but depend on + basic things such as cigarettes, hygiene, etc. They get miserable due to + their conditions or sometimes even depressed. + + 5&&#35;41; Game progress from Morning &&#35;40;event + card which can be good but mostly bad&&#35;41;, Day-3 actions, + evening and night. Special visitors who arrive at dusk are color coded and + can be extreme to bearable. One of the main aspect of the game. + + + Negative for me: + + 1&&#35;41; Dice roll for success. Although makes sense + thematically, dice puts me off. + + 2&&#35;41; Too intense. I think it will affect me adversely. + + + The game is exceptional and should be played. But I think I will + wait on this one. I will play video game first before going ahead with + this. + - objecttype: thing + objectid: 182028 + subtype: boardgame + collid: 46480548 + name: + sortindex: 1 + $t: >- + Through the Ages: A New Story of Civilization + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1d2h-kr4r_9xsss2Br6iMvjR9q0=/0x0/pic2663291.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ohqc2KTYdureA4PNjMqLXP4mUlU=/fit-in/200x150/pic2663291.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:40:51 + numplays: 0 + wishlistcomment: >- + I like how game has different levels for newbies, intermediate and expert + level. This is one of the game I want to play for thematic sense as well + as mechanisms. I really how game sticks to the theme. + + + 1&&#35;41; Solid Engine Building through cards. So with the help of a card you can accumulate points every turn. Based on philosophy- science points; religion-culture points; agriculture-food..so on and so forth + + 2&&#35;41; Multiple options for an action. Too many choices which can change the strategy in future. Extremely deep. + + 3&&#35;41; Multiple strategies to win. No brainer. You can build buildings, develop religion, go military way. Opportunities are endless + + 4&&#35;41; Game is easy to understand and play. Depending on the engine you have built, you take actions. It is the choice that make it deep. + + 5&&#35;41; Event cards these can be positive or negative. Again sticking to theme. + + 6&&#35;41; Resource management. Building wonders through available resources. + + 7&&#35;41; Leaders are like special characters and with each new age, leader changes. Very very interesting. + + + [size=10][b]ME WANT! - LIKE SOON[/b][/size][ImageID=3695106 original inline] + - objecttype: thing + objectid: 25613 + subtype: boardgame + collid: 46710302 + name: + sortindex: 1 + $t: >- + Through the Ages: A Story of Civilization + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/xeBBIO9BN7HGMxQdTw5zk5Hxou8=/0x0/pic236169.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/dZz-qOBJAE-JIsBt1Fvg4DXKwQ0=/fit-in/200x150/pic236169.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-11 05:11:04 + numplays: 0 + - objecttype: thing + objectid: 21790 + subtype: boardgame + collid: 45827905 + name: + sortindex: 1 + $t: Thurn und Taxis + originalname: Thurn and Taxis + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/GthgoQXBYw6D39ksc84AGrUyVtg=/0x0/pic1200070.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/R-NzYjit0SCLj5UHcluI3Gi5feQ=/fit-in/200x150/pic1200070.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:55:21 + numplays: 4 + comment: >- + When we first got this game, I was bit skeptical about it because while + researching Govind came across sentences such as ,"This is another + TTR". Because of this, I was under the impression that it is going to + be a gateway game and I might not enjoy it. While we were unboxing the + game, I found some cards to be similar to those of Trambahn which is one + game I absolutely can not stand. So all in all, I had very low + expectations from the game. + + However, after playing the game, I was never more happy to be proven wrong. This game is a gem and I am surprised how many people don't talk about it. + + + Reasons I love the game: + + 1&&#35;41; Building a network of post offices through connecting routes give me a hands on feeling of being involved. I find it very thematic and engaging. + + 2&&#35;41; 4 special abilities make sure that there is always extra to be done in your turn. It is not a simple 'take a card, play a card' mechanic. + + 3&&#35;41; Although gameplay is very simple, the game has considerable depth. Just to plan and get the best possible route while installing as many post offices as possible is pretty deep. + + 4&&#35;41; Healthy competition. The game fosters healthy competition where you are competing with other player to get area bonus and multiple other bonus. At the same time, you never intentionally hurt your opponent. + + 5&&#35;41; Art and component quality. Classy artwork accompanied by good quality components. Linen finish on the cards make gameplay experience super awesome. + + 6&&#35;41; Germany's early modern map make it really fun to try and read the names aloud. And as a history buff, the theme appeals to me on a personal level. + + + All in all, an awesome game which Govind and I can play again and again. + - objecttype: thing + objectid: 195544 + subtype: boardgame + collid: 45162291 + name: + sortindex: 1 + $t: Tides of Madness + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/2DoGiyO8m_Saxz5q6WQPZUR-_8s=/0x0/pic3028109.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3CL-YvzK5zN8l4gx3Aetnm9iJfQ=/fit-in/200x150/pic3028109.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:57:03 + numplays: 6 + comment: >- + &#35;08 + + Because its so quick to play and we enjoy our time. + - objecttype: thing + objectid: 123540 + subtype: boardgame + collid: 45162297 + name: + sortindex: 1 + $t: Tokaido + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/lhSi3ulUzQGhQZyHj2MbvL9kW3k=/0x0/pic1293719.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7bcdpctVYCgieBjijGns99lzrr8=/fit-in/200x150/pic1293719.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:12 + numplays: 2 + comment: Will be getting the deluxe edition + - objecttype: thing + objectid: 239930 + subtype: boardgame + collid: 49989516 + name: + sortindex: 1 + $t: Tour Operator + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/succ-s1GP5NyOuyGidTDLlcDPcM=/0x0/pic4034563.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Tjpq0bukO5psbUVSgr8yPHqGTkc=/fit-in/200x150/pic4034563.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-01 04:54:14 + numplays: 0 + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 46471783 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/cEaycXgp7DqVD2lORAUJ2IzgozU=/0x0/pic1054375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nKAeuNIMoyIyzMilVurhLTU9Qq4=/fit-in/200x150/pic1054375.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-19 00:30:19 + numplays: 0 + wishlistcomment: >- + Based in Ancient Roman Empire,one of the best Stefan Feld games. Almost + everyone is in Awe of the game. Some of the games are trend setters and as + Eurogamers, these need to be played and added to the collection. Trajan is + one of those game. + + + 1&&#35;41; MANCALA system- double actions by keeping tiles on the Mancala. &&#35;40; Pick up meeples from mancala and going in clockwise direction, drop each of them in subsequent space. If it is colour matched then you get further bonus&&#35;41;. + + 2&&#35;41; Future thinking of 2-3 turns ahead. Game is all about chain actions. + + 3&&#35;41; Literal feeling of building Rome through worker placement and build actions, different tiles for different parts of buildings &&#35;40;set collection in building tiles&&#35;41; + + 4&&#35;41; Shipping action. At the start of the game, you are handed certain goods which are secret to you. You can ship those, get more goods or put them as your VP. + + 5&&#35;41; Interlinking withing the game between various actions. Building, shipping, senate, etc all are linked to get more VPs. + + + Negative for me: + + 1&&#35;41; Victory point salad- not a fan of it in Amerigo but want to try it in this. + + 2&&#35;41; Similar to Amerigo in setup and tile advantages + + + + VERY VERY DEEP. [size=10][b]ME WANT![/b][/size] + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 52830505 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/cEaycXgp7DqVD2lORAUJ2IzgozU=/0x0/pic1054375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nKAeuNIMoyIyzMilVurhLTU9Qq4=/fit-in/200x150/pic1054375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:49:29 + numplays: 0 + comment: Stephan Feld signed copy + - objecttype: thing + objectid: 175293 + subtype: boardgame + collid: 44738858 + name: + sortindex: 1 + $t: Trambahn + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/eWl_GcwQJP2VGT9of1hWNgRSWHA=/0x0/pic2524793.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5eKoMZQuo8ArE_Nla-FJTnI8c0I=/fit-in/200x150/pic2524793.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:16 + numplays: 2 + comment: Really did not enjoy this game. I would like to stay as far away as + possible. + - objecttype: thing + objectid: 73439 + subtype: boardgame + collid: 45322038 + name: + sortindex: 1 + $t: Troyes + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/jgHgQKbmvFx2xDL1MdtYB2-jRek=/0x0/pic750583.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sM2lpUBjW79Ue2TM9NICXJJdnao=/fit-in/200x150/pic750583.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-19 00:32:57 + numplays: 0 + - objecttype: thing + objectid: 202174 + subtype: boardgame + collid: 44407720 + name: + sortindex: 1 + $t: Tuscany Essential Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/UKgKsieA-g4PGYV9tpJODaqYzTA=/0x0/pic3064278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9Pr9zS80Sr46f1gJqOjJJ4Vc_S8=/fit-in/200x150/pic3064278.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:41:01 + numplays: 0 + - objecttype: thing + objectid: 198412 + subtype: boardgame + collid: 45162304 + name: + sortindex: 1 + $t: Twelve Heroes + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/8Q-2IzHypwWwhI1ZaQQlY-XK7HI=/0x0/pic3103104.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uR3fVQCjCy3iI-Se_zk5F_TXOeU=/fit-in/200x150/pic3103104.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:55:31 + numplays: 0 + - objecttype: thing + objectid: 12333 + subtype: boardgame + collid: 46500575 + name: + sortindex: 1 + $t: Twilight Struggle + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/ZPnnm7v2RTJ6fAZeeseA5WbC9DU=/0x0/pic361592.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mEmeJrI3AbGTpWyeFOZnR0s_LcY=/fit-in/200x150/pic361592.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-19 00:30:43 + numplays: 0 + wishlistcomment: Can wait until played. + - objecttype: thing + objectid: 126163 + subtype: boardgame + collid: 45162310 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/b_3SHZiUpcmrIT5hU8wVF0SDX8k=/0x0/pic1413480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RFxQzKDZgLqZ6oCtclSQHMbDlfk=/fit-in/200x150/pic1413480.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:55:48 + numplays: 2 + - objecttype: thing + objectid: 143065 + subtype: boardgame + collid: 50589003 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar – Tribes & Prophecies + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/M03-baQf8J-08Y5_mdilEKhLcZQ=/0x0/pic1758469.png + thumbnail: https://cf.geekdo-images.com/thumb/img/vvVgX9eHFKY0DHnbeEy5XrwpOVg=/fit-in/200x150/pic1758469.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:46:35 + numplays: 0 + - objecttype: thing + objectid: 191876 + subtype: boardgame + collid: 46121454 + name: + sortindex: 1 + $t: Ulm + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/PiliepruSZkk36HifGsWpqC20CQ=/0x0/pic3193554.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ta7QDno-74jdZ4Jm4-UtJNERBqg=/fit-in/200x150/pic3193554.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:55:51 + numplays: 4 + - objecttype: thing + objectid: 136284 + subtype: boardgame + collid: 46195241 + name: + sortindex: 1 + $t: >- + Uluru: Neuer Tumult am Ayers Rock + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/WAHnt4EYXCo-hgllFxoP8P4HtrU=/0x0/pic1538311.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/o41vPJxrohDFhckkKta5_Ju4z-o=/fit-in/200x150/pic1538311.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-21 06:50:45 + numplays: 0 + wishlistcomment: This is a simple game against time where a player is trying to place their + pelicans according to specified conditions. + + It is quick to play, has awesome art &&#35;40;backdrop of + Ayers Rock of Australia&&#35;41; and nice components. Want this + game for its simplicity and ease of play. + - objecttype: thing + objectid: 225885 + subtype: boardgame + collid: 50785199 + name: + sortindex: 1 + $t: Unbroken + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/q-L8N6B9F0THBz7DvmPep8pxmcQ=/0x0/pic3766231.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zsjLSq0NsnfwAbrCDolxgrz1Kbs=/fit-in/200x150/pic3766231.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-04-19 06:06:07 + numplays: 0 + - objecttype: thing + objectid: 242149 + subtype: boardgame + collid: 51103414 + name: + sortindex: 1 + $t: Vadoran Gardens + image: https://cf.geekdo-images.com/original/img/KadbngOvBYoXnRk0XIxadLWtk70=/0x0/pic3925752.png + thumbnail: https://cf.geekdo-images.com/thumb/img/lgcX8W2UFrPRUS62PidTEtH3ORM=/fit-in/200x150/pic3925752.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-04-19 06:06:22 + numplays: 0 + - objecttype: thing + objectid: 41002 + subtype: boardgame + collid: 47853744 + name: + sortindex: 1 + $t: Vasco da Gama + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/JK_FtcxyGZvQIzoCVytXLIwF7rs=/0x0/pic495883.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3Z7GcnPEK0bMRFSQwMhCmvdeTX8=/fit-in/200x150/pic495883.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:56:06 + numplays: 1 + - objecttype: thing + objectid: 157526 + subtype: boardgame + collid: 46970688 + name: + sortindex: 1 + $t: Viceroy + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/FwncKP5GkYJvBmVSYjBOBP28AL0=/0x0/pic2254354.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0W8E-4ZbpzoW45BXrotfKej6Yg0=/fit-in/200x150/pic2254354.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-19 00:33:00 + numplays: 0 + - objecttype: thing + objectid: 175640 + subtype: boardgame + collid: 46883741 + name: + sortindex: 1 + $t: Vinhos Deluxe Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/KZhxG9UxjsDnVhI4zlmPPVKe2jI=/0x0/pic2649446.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TsggAsG0fN837BlRTXzhjuRX2e8=/fit-in/200x150/pic2649446.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-19 00:26:13 + numplays: 4 + wishlistcomment: >- + Rahdo's and Govind's favourite. Gov cant stop raving about it. + Instead of just vineyard simulation, you feel like you are actually + running a vineyard. More towards heavy than medium but apparently one of + the best. + The things that interested me: + + 1&&#35;41; Visiting expert acts like a special character wherein s/he gives you a special ability that you can perform in your turn. It becomes part of your collection + + 2&&#35;41; Board is interactive as well as tighter than the first edition. + + 3&&#35;41; Region-based wine, that is each region produces different types of wine + + 4&&#35;41; Weather affecting the wine. In short real-life stimulation of vineyard. + + 5&&#35;41; Every factor of the game can be utilized in some or the other form. Even experts can be sold after their use is done to gain more standing in the society. + + 6&&#35;41; Money is tight but can be earned through worker placement. So it is just tight enough to stimulate competition. + + + Although it seems to be multiplayer solitaire, it does have limited player interaction. [size=10][b]ME WANT![/b][/size] + - objecttype: thing + objectid: 175640 + subtype: boardgame + collid: 51784643 + name: + sortindex: 1 + $t: Vinhos Deluxe Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/KZhxG9UxjsDnVhI4zlmPPVKe2jI=/0x0/pic2649446.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TsggAsG0fN837BlRTXzhjuRX2e8=/fit-in/200x150/pic2649446.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:25:46 + numplays: 4 + - objecttype: thing + objectid: 207812 + subtype: boardgame + collid: 51784648 + name: + sortindex: 1 + $t: >- + Vinhos Deluxe Edition: Connoisseur Expansion Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/TgyQn9iiAAFk5BHh80dKECbMiEY=/0x0/pic3279710.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zKsFdrZPJPfq7q03ixf6J1mgz10=/fit-in/200x150/pic3279710.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:39 + numplays: 0 + - objecttype: thing + objectid: 207816 + subtype: boardgame + collid: 51784649 + name: + sortindex: 1 + $t: >- + Vinhos Deluxe Edition: Experts Expansion Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/IFa7c0o5_BKsdb6NhT1Xvm8pn3o=/0x0/pic3279712.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aERvQOSuVA-wT9cpr-DWLqbIuTg=/fit-in/200x150/pic3279712.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:38 + numplays: 0 + - objecttype: thing + objectid: 207818 + subtype: boardgame + collid: 51784651 + name: + sortindex: 1 + $t: >- + Vinhos Deluxe Edition: Islands Expansion Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0DvzajvHowKGKpEpSeJ3r23Z8dE=/0x0/pic3211216.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-5K6_mIFruuZzxl3kw3bZ5R513s=/fit-in/200x150/pic3211216.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:37 + numplays: 0 + - objecttype: thing + objectid: 207820 + subtype: boardgame + collid: 51784654 + name: + sortindex: 1 + $t: >- + Vinhos Deluxe Edition: Tasting Room Expansion Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/kZiSrsy_MhIfhfCYrkMwNC1wAiQ=/0x0/pic3211220.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uQNwMoxD1HTzD-QyJSPOKlfZ0a0=/fit-in/200x150/pic3211220.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:35 + numplays: 0 + - objecttype: thing + objectid: 128621 + subtype: boardgame + collid: 44407716 + name: + sortindex: 1 + $t: Viticulture + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/ATjch6ZLh4gQEF6CjZPDKl1ZroM=/0x0/pic2619743.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ziPU9-pzvClJE8HwidpjisHBKw0=/fit-in/200x150/pic2619743.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-26 09:25:46 + numplays: 0 + - objecttype: thing + objectid: 183394 + subtype: boardgame + collid: 45162314 + name: + sortindex: 1 + $t: Viticulture Essential Edition + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/6KQbzbjV6HlxDZeqPwmrmR3gn6w=/0x0/pic2649952.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sD_qvrzIbvfobJj0ZDAaq-TnQPs=/fit-in/200x150/pic2649952.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:56:15 + numplays: 3 + - objecttype: thing + objectid: 193823 + subtype: boardgame + collid: 45162319 + name: + sortindex: 1 + $t: >- + Viticulture: Moor Visitors Expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/My5z5Ez07hzWMzabQx6e-LevYtg=/0x0/pic2900453.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SX-uWZD3G5U6VHyK1DT_V8xSpko=/fit-in/200x150/pic2900453.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:43 + numplays: 0 + - objecttype: thing + objectid: 232945 + subtype: boardgame + collid: 45828068 + name: + sortindex: 5 + $t: >- + The Voyages of Marco Polo: Agents of Venice + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/s9EIt7Ea6giFAJqrcVJlc-3Pwlw=/0x0/pic3789949.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oIkJ5TqwnHgWp6KyGP0ytcGhOBE=/fit-in/200x150/pic3789949.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:48 + numplays: 0 + wishlistcomment: >- + [size=25][b]ME WANT![/b][/size] + - objecttype: thing + objectid: 232945 + subtype: boardgame + collid: 51784723 + name: + sortindex: 5 + $t: >- + The Voyages of Marco Polo: Agents of Venice + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/s9EIt7Ea6giFAJqrcVJlc-3Pwlw=/0x0/pic3789949.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oIkJ5TqwnHgWp6KyGP0ytcGhOBE=/fit-in/200x150/pic3789949.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:29:55 + numplays: 0 + - objecttype: thing + objectid: 186554 + subtype: boardgame + collid: 51784721 + name: + sortindex: 5 + $t: >- + The Voyages of Marco Polo: The New Characters + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/J8pAyvgJdd2W-2yH832pcTk1VbQ=/0x0/pic2850546.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U-u0gIRSGTs-AKwT06mZUyo2OQg=/fit-in/200x150/pic2850546.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:29:45 + numplays: 0 + - objecttype: thing + objectid: 115746 + subtype: boardgame + collid: 44407771 + name: + sortindex: 1 + $t: War of the Ring &&#35;40;Second Edition&&#35;41; + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/sAJOZ0c2_gZqXjn2npRgpFvshKo=/0x0/pic1215633.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ScZ6Zu4wgK9JRqFWUnA89efhT-0=/fit-in/200x150/pic1215633.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:56:40 + numplays: 0 + - objecttype: thing + objectid: 122328 + subtype: boardgame + collid: 45162326 + name: + sortindex: 1 + $t: >- + War of the Ring: Lords of Middle-earth + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/OTild8CfeGs6d_bWNTJ9md9Yh8E=/0x0/pic1478849.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7E5xVg5i2ZeBU1KqfRWeV3V9P8c=/fit-in/200x150/pic1478849.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:53 + numplays: 0 + - objecttype: thing + objectid: 206803 + subtype: boardgame + collid: 46195256 + name: + sortindex: 1 + $t: >- + Warsaw: City of Ruins + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/CoMKc8qS7TBJLNGUjdMq-JOUTvM=/0x0/pic4155728.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8VtWVaoV6ljsseFBWNvB0elO6Uo=/fit-in/200x150/pic4155728.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-18 04:40:36 + numplays: 0 + wishlistcomment: Game on Rise of Warsaw by building Burroughs. Easy to play and understand. + + + 1&&#35;41; Tile drafting + + 2&&#35;41; To build Saxxon Palace which is one of the most + important buildings, you should have LESS number of special tiles in the + end + + 3&&#35;41; Difference between old building and new building + needs to be paid + + 4&&#35;41; Tile laying + + + It is medium light and it can wait. + - objecttype: thing + objectid: 181670 + subtype: boardgame + collid: 45239140 + name: + sortindex: 1 + $t: Wolf & Hound + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/YpVqlmy6M9Uv2iLcWIE0Rv7lU-4=/0x0/pic2942022.png + thumbnail: https://cf.geekdo-images.com/thumb/img/i8z6DURRkNyxwc68fxZbt5nf7n0=/fit-in/200x150/pic2942022.png + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:18 + numplays: 0 + - objecttype: thing + objectid: 168433 + subtype: boardgame + collid: 44407792 + name: + sortindex: 5 + $t: >- + The World of Smog: On Her Majesty's Service + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/GTc7WtHN1l23et3lk0jzLtYX4oA=/0x0/pic2359273.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/u4DP-3xGGBbXA-O3OOUu5JFBQGk=/fit-in/200x150/pic2359273.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:56:46 + numplays: 4 + - objecttype: thing + objectid: 117915 + subtype: boardgame + collid: 46286536 + name: + sortindex: 1 + $t: Yedo + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/D4BQ0iYoUPq7Wby-GxeIg2EgZdI=/0x0/pic1392713.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PLnwsBW5IwUtOKQtWBsf1IGfhrw=/fit-in/200x150/pic1392713.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:56:55 + numplays: 1 + - objecttype: thing + objectid: 149055 + subtype: boardgame + collid: 46286538 + name: + sortindex: 1 + $t: >- + Yedo: Sakoku + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/FQsbUHcDYQNZE615GrJSL3npBjQ=/0x0/pic1797561.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ig776RhB7ybmCarO3BJwKqIz5FI=/fit-in/200x150/pic1797561.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:42:57 + numplays: 0 + - objecttype: thing + objectid: 160495 + subtype: boardgame + collid: 46890603 + name: + sortindex: 1 + $t: ZhanGuo + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XPYnZxdxsllTQvF-oF-LTyRjM4k=/0x0/pic2242246.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Uqqk8GKLf5GbLTWHm0ueMLLAidM=/fit-in/200x150/pic2242246.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 22:21:57 + numplays: 3 + - objecttype: thing + objectid: 176189 + subtype: boardgame + collid: 44407781 + name: + sortindex: 1 + $t: >- + Zombicide: Black Plague + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/vs4UlIiZ1p3k5yIJ_vlvd2N-474=/0x0/pic2482309.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4PbWiS6M4DkRLz0ytCoy6supSr0=/fit-in/200x150/pic2482309.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:05:09 + numplays: 3 + - objecttype: thing + objectid: 176494 + subtype: boardgame + collid: 45162188 + name: + sortindex: 1 + $t: アイル・オブ・スカイ:æ—é•·ã‹ã‚‰çŽ‹ã¸ æ—¥æœ¬èªžç‰ˆ + originalname: >- + Isle of Skye: From Chieftain to King + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/qIgjwXapvX5c_LULkeOruIbeCqY=/0x0/pic3770722.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vCpY1Z1kVTkCRW_xVGl2jZtwv5Y=/fit-in/200x150/pic3770722.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:51 + numplays: 3 + comment: This game actually surprised me with its tile laying mechanism. I have + played few tile laying games before but Isle of Skye with its trade factor + puts another spin on the concept. Really intrigued and cant wait to play + more. + - objecttype: thing + objectid: 191862 + subtype: boardgame + collid: 45162179 + name: + sortindex: 1 + $t: イムホテップ + originalname: Imhotep + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Us3GlhSXZ6nwoTXxNyNuAwaKzoU=/0x0/pic3755769.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/GBb8DMzhIMS5uloLWRZU-xZDzAc=/fit-in/200x150/pic3755769.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:54 + numplays: 0 + comment: Played only once and with young players. Thoroughly enjoyed it. + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 44407800 + name: + sortindex: 1 + $t: カードゲームジャイプル + originalname: Jaipur + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:59:38 + numplays: 1 + - objecttype: thing + objectid: 216132 + subtype: boardgame + collid: 50403899 + name: + sortindex: 1 + $t: クランズ・オブ・カレドニア + originalname: Clans of Caledonia + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/sH10oToID7-U3tUhMS1jpuPD-oA=/0x0/pic4029738.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nFR5xDCUbv66krFg4ns0IXUr_W4=/fit-in/200x150/pic4029738.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-21 04:10:39 + numplays: 1 + - objecttype: thing + objectid: 193042 + subtype: boardgame + collid: 52652590 + name: + sortindex: 1 + $t: ジャンクアート + originalname: Junk Art + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/LVHuLTbsY5ksEnODbUW05JTmCfg=/0x0/pic3756093.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/27a4IV9IorGBLHENDN4ydTX8YPc=/fit-in/200x150/pic3756093.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-03 05:51:17 + numplays: 0 + - objecttype: thing + objectid: 171623 + subtype: boardgame + collid: 44510459 + name: + sortindex: 5 + $t: マルコãƒãƒ¼ãƒã®æ—…è·¯ + originalname: The Voyages of Marco Polo + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/t-3njeTx9ac3gXdI6HLZ55jL2x8=/0x0/pic3968224.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3mdDUa0n07ToUa-JfzMjh1BRXQk=/fit-in/200x150/pic3968224.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:56:20 + numplays: 9 + comment: One of my favourite games. Every play of this game is fun and + satisfactory. + + + Reasons I love this game: + + 1&&#35;41; Well balanced characters. There is not 1 + character that is overpowering than others. All are perfectly well + balanced. + + 2&&#35;41; Thematic. I generally dont care about theme much + but while playing Marco Polo, I feel I am part of that world and going + through the same ordeal that Marco might have gone through. + + 3&&#35;41; Dice worker placement. This is one factor that I + love and hate about this game. I love it because whatever roll is of dice, + there are multiple actions that you can perform. + + 4&&#35;41; Objectives and contracts. These are the two + factors that streamlines the game and avoids it from becoming sandboxy. + + 5&&#35;41; Deep euro. Even though game is played only over 5 + rounds, it is very deep and you can plan your turns ahead. I love it! + + + Things I dont like/understand: + + 1&&#35;41; Dice placement. Sometimes, if you consistently + roll less value then it can be little difficult to plan your moves. This + is not a problem with 2 players but more players, it can become an issue. + + 2&&#35;41; Blocking of places in 2p. Certain places are + blocked in 2p and we did not understand the reason behind it since values + of the blocked dice are irrelevant. + + + That's all I can think about. And honestly, these are + inconsequential reasons. The love I have for this game will never ever go. + - objecttype: thing + objectid: 248861 + subtype: boardgame + collid: 52331762 + name: + sortindex: 1 + $t: メトãƒãƒƒã‚¯ã‚¹ &&#35;40;MetroX&&#35;41; + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/FSTKB7tbCsPMGYtk54aARtv7kNY=/0x0/pic4046473.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iP-fULPFc8pdX-1rJN53U11dMLw=/fit-in/200x150/pic4046473.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-16 11:42:18 + numplays: 0 + - objecttype: thing + objectid: 155695 + subtype: boardgame + collid: 45162027 + name: + sortindex: 1 + $t: ãƒ©ã‚¤ãƒŠãƒ¼ãƒ»ã‚¯ãƒ‹ãƒ„ã‚£ã‚¢ã®æˆ¦å›½æ™‚代 + originalname: Age of War + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/TtZplFx9jiYUHBDnSITHD02HsOc=/0x0/pic2495316.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Dam3PHxbxrqcRL6vq0uf7tH-WN0=/fit-in/200x150/pic2495316.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:44:45 + numplays: 3 + - objecttype: thing + objectid: 220653 + subtype: boardgame + collid: 45721928 + name: + sortindex: 1 + $t: å®çŸ³ã®ç…Œã:都市 + originalname: >- + Splendor: Cities of Splendor + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/9fJuaK-dngBcMJwkzLbah92K-Ys=/0x0/pic3770736.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jIZViU6diCz6VScmOK9EZYDCd5s=/fit-in/200x150/pic3770736.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:36:38 + numplays: 1 + comment: have played only with Orient so far and experience has been amazing. Cant + wait to explore other elements. + - objecttype: thing + objectid: 158600 + subtype: boardgame + collid: 45596287 + name: + sortindex: 1 + $t: 花見å°è·¯ + originalname: Hanamikoji + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/91Xk0E6tifxeV5ZUFZZh1cgK0Yw=/0x0/pic2992529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-I4RLdipx8Zbh8usTyLMSW7TZYg=/fit-in/200x150/pic2992529.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 04:00:46 + numplays: 0 +username: Renuka2010 +layout: collection + +---diff --git a/_collections/Shiroyasha.md b/_collections/Shiroyasha.md new file mode 100644 index 0000000..fcc230f 100644 --- /dev/null +++ a/_collections/Shiroyasha.md @@ -1,0 +1,813 @@ +--- +games: + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 45577384 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 06:01:53 + numplays: 0 + - objecttype: thing + objectid: 31260 + subtype: boardgame + collid: 45222047 + name: + sortindex: 1 + $t: Agricola + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/L-UBO3rBOmvIrZHZLSXOypyAUPw=/0x0/pic259085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zl48oz7IeKlgWJVBLYd0nFJumdA=/fit-in/200x150/pic259085.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-25 11:53:17 + numplays: 0 + - objecttype: thing + objectid: 185343 + subtype: boardgame + collid: 52114123 + name: + sortindex: 1 + $t: Anachrony + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/HwoXcAIvX44tc_CDgcQ6I0Rztg8=/0x0/pic3499707.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gXaZPeAGVZUmNEvIaeHeELP2a10=/fit-in/200x150/pic3499707.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-05 11:17:18 + numplays: 0 + - objecttype: thing + objectid: 13122 + subtype: boardgame + collid: 47552488 + name: + sortindex: 1 + $t: Antiquity + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/iqyexz_jg-L3RxygQ5x--QcIlZA=/0x0/pic3731052.png + thumbnail: https://cf.geekdo-images.com/thumb/img/X0FOv2WmD42prNV5qMeaViw4YX8=/fit-in/200x150/pic3731052.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-10 07:28:23 + numplays: 0 + - objecttype: thing + objectid: 170216 + subtype: boardgame + collid: 47932601 + name: + sortindex: 1 + $t: Blood Rage + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/p4IovYzLVXqxY40lbGUu92VxaIQ=/0x0/pic2439223.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/JPo2K0kSzYwCSqgEFdJbCzXFaTA=/fit-in/200x150/pic2439223.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-19 19:45:10 + numplays: 2 + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 45233981 + name: + sortindex: 1 + $t: Catan + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/A-0yDJkve0avEicYQ4HoNO-HkK8=/0x0/pic2419375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/g8LvJsd2oLAub6AEKN_Xpdoi8Sw=/fit-in/200x150/pic2419375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-26 00:28:26 + numplays: 2 + - objecttype: thing + objectid: 102794 + subtype: boardgame + collid: 47566275 + name: + sortindex: 1 + $t: >- + Caverna: The Cave Farmers + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/xLuIh5VNsD57GXfcBox_ZF1jH4o=/0x0/pic1790789.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/00FpWk6IN889ypSvLAo6ILUGZXw=/fit-in/200x150/pic1790789.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-10 18:47:24 + numplays: 2 + - objecttype: thing + objectid: 216132 + subtype: boardgame + collid: 47443364 + name: + sortindex: 1 + $t: Clans of Caledonia + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/wMBrwd-ZnHVV_XvVT3Tc6LtD0Ng=/0x0/pic3511783.png + thumbnail: https://cf.geekdo-images.com/thumb/img/__sPHWUZPKNOYeLZWsS_c18Exrw=/fit-in/200x150/pic3511783.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-05 13:39:45 + numplays: 0 + - objecttype: thing + objectid: 54998 + subtype: boardgame + collid: 51432557 + name: + sortindex: 1 + $t: Cyclades + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/vNjql8aAkLhcsSx6YWPnHxiHrs4=/0x0/pic584779.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LzbqfgQxxGqe4OlNM8sxBR8rYd8=/fit-in/200x150/pic584779.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-04 05:29:20 + numplays: 0 + - objecttype: thing + objectid: 72125 + subtype: boardgame + collid: 51432594 + name: + sortindex: 1 + $t: Eclipse + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/583Qqo-5M56np8LqnFKcCuUfn7A=/0x0/pic1974056.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RSnDaIZnOELRL7lOAdYxQd7Oifk=/fit-in/200x150/pic1974056.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-04 05:32:03 + numplays: 0 + - objecttype: thing + objectid: 11825 + subtype: boardgame + collid: 51432580 + name: + sortindex: 1 + $t: Empire of the Sun + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/Fl6ooCa1E3vt27jDBphzqdVEBf0=/0x0/pic2365509.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zqUBstKZkGRUDCQm7-gONl88ClY=/fit-in/200x150/pic2365509.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-04 05:30:55 + numplays: 0 + - objecttype: thing + objectid: 175914 + subtype: boardgame + collid: 52162015 + name: + sortindex: 1 + $t: Food Chain Magnate + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/wYRsC32bPDRShIYzWs2hUglfcTc=/0x0/pic2649434.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Z65c_HVftPZH-bSy_C5tAxvLIkA=/fit-in/200x150/pic2649434.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-07 16:47:35 + numplays: 0 + - objecttype: thing + objectid: 175155 + subtype: boardgame + collid: 49241426 + name: + sortindex: 1 + $t: Forbidden Stars + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/DWTv4PxEDiHHmgnv09t4k2WmNh8=/0x0/pic2471359.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eiPKhuWWez9gyN7BItPpVC94_fs=/fit-in/200x150/pic2471359.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-29 12:59:08 + numplays: 0 + - objecttype: thing + objectid: 17392 + subtype: boardgame + collid: 47687674 + name: + sortindex: 1 + $t: Here I Stand + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/mXAgfJ2SxmUj4OxrfytCZ59Q9GM=/0x0/pic353047.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8PcPUkVc4m1UcxT3KXk1VTuJmN8=/fit-in/200x150/pic353047.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-10 10:38:17 + numplays: 0 + - objecttype: thing + objectid: 55690 + subtype: boardgame + collid: 47932592 + name: + sortindex: 1 + $t: >- + Kingdom Death: Monster + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/AtA42fNGhdthAAP3Y5QZiwlFcv8=/0x0/pic2931007.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/hhjH57-Kqu3dGC_-ce32CXuxYlc=/fit-in/200x150/pic2931007.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-26 00:56:17 + numplays: 0 + - objecttype: thing + objectid: 234669 + subtype: boardgame + collid: 47443330 + name: + sortindex: 1 + $t: Legacy of Dragonholt + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/EogUO-X5Vme-uiyvAD5ND_7_o1M=/0x0/pic3754388.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5VRuEqdz8uO_YYp6srpIrqJXuYg=/fit-in/200x150/pic3754388.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-05 13:38:05 + numplays: 0 + - objecttype: thing + objectid: 96848 + subtype: boardgame + collid: 47687660 + name: + sortindex: 1 + $t: Mage Knight Board Game + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/AGyvx6NYd6Kq4HUztAObQVLEFWY=/0x0/pic1083380.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/H1uPmDmOdUnsnylMEwBILm_n_S0=/fit-in/200x150/pic1083380.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-15 21:27:50 + numplays: 0 + - objecttype: thing + objectid: 40354 + subtype: boardgame + collid: 51565167 + name: + sortindex: 1 + $t: Maria + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/soIvjpEE-OTHe3OuFL7LEjxgLH4=/0x0/pic524669.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/MCkhWuIeEsomHYFow7N_XXgIpRo=/fit-in/200x150/pic524669.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-10 10:35:28 + numplays: 0 + - objecttype: thing + objectid: 209010 + subtype: boardgame + collid: 47415942 + name: + sortindex: 1 + $t: Mechs vs. Minions + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/WhHdMb8GiMY-RhHddEByDyPkrWo=/0x0/pic3184103.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qRm6x5id_myJ0U9aHr9yfPuX3aU=/fit-in/200x150/pic3184103.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-04 13:14:28 + numplays: 0 + - objecttype: thing + objectid: 218603 + subtype: boardgame + collid: 51564937 + name: + sortindex: 1 + $t: Photosynthesis + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/pIBp9VeaI9zAlHERlAVCoK78LqM=/0x0/pic3364832.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/wPVcWFqE4b4xNWYdvpQck96jsaU=/fit-in/200x150/pic3364832.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-10 10:23:14 + numplays: 0 + - objecttype: thing + objectid: 9215 + subtype: boardgame + collid: 52161420 + name: + sortindex: 1 + $t: >- + Revolution: The Dutch Revolt 1568-1648 + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/Ldz5Y0cQWB6mMlqqQTye-9B6nFY=/0x0/pic54565.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/OlTTN60rNqY1e6FekmZnhnQbUyg=/fit-in/200x150/pic54565.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-07 16:18:20 + numplays: 0 + - objecttype: thing + objectid: 205896 + subtype: boardgame + collid: 49243008 + name: + sortindex: 1 + $t: Rising Sun + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/B_QnVCi18kIQBPNajLjJkpXpW2s=/0x0/pic3880340.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SJV333FxGVxsOc2XYvtVYx-uMDU=/fit-in/200x150/pic3880340.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 06:02:12 + numplays: 0 + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 45222007 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-28 14:06:47 + numplays: 14 + - objecttype: thing + objectid: 199727 + subtype: boardgame + collid: 47713581 + name: + sortindex: 1 + $t: >- + Scythe: Invaders from Afar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/miZjG4UUl5ZFL8LlLFIcKC-rXn8=/0x0/pic3037396.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/BwQFlTp6XwLc-SypZi_J36S8a-Y=/fit-in/200x150/pic3037396.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-15 04:45:23 + numplays: 2 + - objecttype: thing + objectid: 223555 + subtype: boardgame + collid: 48592478 + name: + sortindex: 1 + $t: >- + Scythe: The Wind Gambit + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/LH298dHMe4ltRu6bNerlqv2gS0Q=/0x0/pic3487272.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U-VU9r_6-0EhwRSq1Um-02hX93c=/fit-in/200x150/pic3487272.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-01-06 14:30:38 + numplays: 0 + - objecttype: thing + objectid: 45986 + subtype: boardgame + collid: 47552463 + name: + sortindex: 1 + $t: Stronghold + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/vJ-kNOeB81Kpalbj8Cryo4E_60I=/0x0/pic570478.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Hy3UnyvOyxDVUAspLFGsgQKJzxU=/fit-in/200x150/pic570478.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-10 07:25:49 + numplays: 0 + - objecttype: thing + objectid: 120677 + subtype: boardgame + collid: 47443447 + name: + sortindex: 1 + $t: Terra Mystica + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/CynjY3GgwPTg34abNIv8eLX1pXs=/0x0/pic1356616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P-H2xOKpbkVCoDTGOZL_B8jLdgc=/fit-in/200x150/pic1356616.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-05 13:43:34 + numplays: 0 + - objecttype: thing + objectid: 167791 + subtype: boardgame + collid: 45950031 + name: + sortindex: 1 + $t: Terraforming Mars + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/o8z_levBVArPUKI7ZrIysZEs1A0=/0x0/pic3536616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yFqQ569DfL8NSTGTUw0vF9SCR7k=/fit-in/200x150/pic3536616.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 1 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-01-06 14:32:42 + numplays: 0 + - objecttype: thing + objectid: 145371 + subtype: boardgame + collid: 51565188 + name: + sortindex: 1 + $t: Three Kingdoms Redux + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/h4oHajRNMPvfnd8tSuL7-bQTJiI=/0x0/pic3267477.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TtlRGspQjLWK7WgUQfaoR69uzF8=/fit-in/200x150/pic3267477.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-10 10:36:16 + numplays: 0 + - objecttype: thing + objectid: 182028 + subtype: boardgame + collid: 45220136 + name: + sortindex: 1 + $t: >- + Through the Ages: A New Story of Civilization + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1d2h-kr4r_9xsss2Br6iMvjR9q0=/0x0/pic2663291.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ohqc2KTYdureA4PNjMqLXP4mUlU=/fit-in/200x150/pic2663291.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-09 12:18:07 + numplays: 0 + - objecttype: thing + objectid: 215463 + subtype: boardgame + collid: 48016362 + name: + sortindex: 1 + $t: Tokyo Highway + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/hc_zsSWS1eoy0xLHGTPZ0lwKiBo=/0x0/pic3290526.png + thumbnail: https://cf.geekdo-images.com/thumb/img/NwSETwOFtEiWWe2M5xB4KLkpfeU=/fit-in/200x150/pic3290526.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-28 11:18:41 + numplays: 0 + - objecttype: thing + objectid: 166571 + subtype: boardgame + collid: 48015400 + name: + sortindex: 1 + $t: Tramways + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Ob6pdLVcXHgYHVJ5BdDKt1nG7Qk=/0x0/pic2974065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yFGglgU_XdmxqUjzo_z3XpRf_2o=/fit-in/200x150/pic2974065.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-28 10:48:07 + numplays: 0 + - objecttype: thing + objectid: 130960 + subtype: boardgame + collid: 47687703 + name: + sortindex: 1 + $t: Triumph & Tragedy + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/86WJEUTUAFCy8quhUAMzOf8KUNU=/0x0/pic2497742.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/hb8y4uIw85Xm8TcMmtf55hBvYUw=/fit-in/200x150/pic2497742.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-15 21:31:46 + numplays: 0 + - objecttype: thing + objectid: 233078 + subtype: boardgame + collid: 47687721 + name: + sortindex: 1 + $t: >- + Twilight Imperium: Fourth Edition + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Xe0YAmobS_L0Nlo4YJgyFwOW9EM=/0x0/pic3727516.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UOV5jJadzHc6ebYd5CfZXGbOWsc=/fit-in/200x150/pic3727516.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-15 21:33:07 + numplays: 0 + - objecttype: thing + objectid: 128621 + subtype: boardgame + collid: 47632992 + name: + sortindex: 1 + $t: Viticulture + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/ATjch6ZLh4gQEF6CjZPDKl1ZroM=/0x0/pic2619743.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ziPU9-pzvClJE8HwidpjisHBKw0=/fit-in/200x150/pic2619743.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-13 12:39:42 + numplays: 0 + - objecttype: thing + objectid: 183394 + subtype: boardgame + collid: 47641984 + name: + sortindex: 1 + $t: Viticulture Essential Edition + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/6KQbzbjV6HlxDZeqPwmrmR3gn6w=/0x0/pic2649952.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sD_qvrzIbvfobJj0ZDAaq-TnQPs=/fit-in/200x150/pic2649952.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-13 21:25:25 + numplays: 0 + - objecttype: thing + objectid: 115746 + subtype: boardgame + collid: 47687680 + name: + sortindex: 1 + $t: War of the Ring &&#35;40;Second Edition&&#35;41; + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/sAJOZ0c2_gZqXjn2npRgpFvshKo=/0x0/pic1215633.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ScZ6Zu4wgK9JRqFWUnA89efhT-0=/fit-in/200x150/pic1215633.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-15 21:30:24 + numplays: 0 + - objecttype: thing + objectid: 1499 + subtype: boardgame + collid: 51432563 + name: + sortindex: 1 + $t: World in Flames + yearpublished: 1985 + image: https://cf.geekdo-images.com/original/img/XvTkyeOOSHs3n_VpwjxlotoARhc=/0x0/pic102339.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vVQeb98iQKc_abQ4vjcA87H2l6A=/fit-in/200x150/pic102339.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-04 05:29:44 + numplays: 0 +username: Shiroyasha +layout: collection + +---diff --git a/_collections/Sowmyashiva.md b/_collections/Sowmyashiva.md new file mode 100644 index 0000000..411221b 100644 --- /dev/null +++ a/_collections/Sowmyashiva.md @@ -1,0 +1,6 @@ +--- +games: null +username: Sowmyashiva +layout: collection + +---diff --git a/_collections/adarshurs.md b/_collections/adarshurs.md new file mode 100644 index 0000000..2f486a0 100644 --- /dev/null +++ a/_collections/adarshurs.md @@ -1,0 +1,6 @@ +--- +games: null +username: adarshurs +layout: collection + +---diff --git a/_collections/akshaybhalotia.md b/_collections/akshaybhalotia.md new file mode 100644 index 0000000..9e2121c 100644 --- /dev/null +++ a/_collections/akshaybhalotia.md @@ -1,0 +1,281 @@ +--- +games: + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 41646202 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 02:57:48 + numplays: 0 + - objecttype: thing + objectid: 112 + subtype: boardgame + collid: 42471756 + name: + sortindex: 1 + $t: Condottiere + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/C0di8puiF4mD4MxStrUeB5JOkO4=/0x0/pic239843.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DT4NT-8mMZGdjYHAKRRV2pABxqo=/fit-in/200x150/pic239843.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:45:16 + numplays: 0 + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 41646212 + name: + sortindex: 1 + $t: Coup + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/4zmqrQ4v-rufRQM_oinFDQ6HykI=/0x0/pic2016054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZsRtgIExTwWphMDZPH1hG-CR8os=/fit-in/200x150/pic2016054.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 02:58:35 + numplays: 0 + - objecttype: thing + objectid: 172225 + subtype: boardgame + collid: 42471728 + name: + sortindex: 1 + $t: Exploding Kittens + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/XW9wAqKOy8kvH6TqxtuwAdFuAoo=/0x0/pic2691976.png + thumbnail: https://cf.geekdo-images.com/thumb/img/qW31_tueq5049lRyZ--sPI-rlBU=/fit-in/200x150/pic2691976.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:43:17 + numplays: 0 + - objecttype: thing + objectid: 172242 + subtype: boardgame + collid: 42471735 + name: + sortindex: 1 + $t: >- + Exploding Kittens: NSFW Deck + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/jOlEGT4WWuCOaUtvyz0jNrVhni0=/0x0/pic2815278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TxEigL5CVkmx1abe9ZKkugChMCU=/fit-in/200x150/pic2815278.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:43:48 + numplays: 0 + - objecttype: thing + objectid: 204053 + subtype: boardgame + collid: 42471730 + name: + sortindex: 1 + $t: Imploding Kittens + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Q6rFG2Yg3sGQDY5Fek8V-e0zmTQ=/0x0/pic3518497.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ym5ImeRvSyZabs_DBAHV8gWkN4=/fit-in/200x150/pic3518497.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:43:30 + numplays: 0 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 42471739 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:44:16 + numplays: 0 + - objecttype: thing + objectid: 128882 + subtype: boardgame + collid: 41646208 + name: + sortindex: 5 + $t: >- + The Resistance: Avalon + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/kFDTpCfe476T1bzZUtNAbGyIjNg=/0x0/pic1398895.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rSivtcma94IGqMyHgzgfhjcyYDs=/fit-in/200x150/pic1398895.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 02:58:12 + numplays: 0 + - objecttype: thing + objectid: 9220 + subtype: boardgame + collid: 42471782 + name: + sortindex: 1 + $t: Saboteur + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/jhL_ucB9VxMroXQc5Zx0oGstH2U=/0x0/pic3989824.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G3hBcPutljcUb7_JSG9sNDJ4ZRY=/fit-in/200x150/pic3989824.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:46:41 + numplays: 0 + - objecttype: thing + objectid: 91072 + subtype: boardgame + collid: 42471789 + name: + sortindex: 1 + $t: Saboteur 2 &&#35;40;expansion-only editions&&#35;41; + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/P49caM5pKgxLwgYxBn-0e3ZNjt0=/0x0/pic3989507.png + thumbnail: https://cf.geekdo-images.com/thumb/img/JfSKy6uwzYv1nyTROo4VOJ65y7E=/fit-in/200x150/pic3989507.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:47:09 + numplays: 0 + - objecttype: thing + objectid: 189890 + subtype: boardgame + collid: 42471799 + name: + sortindex: 1 + $t: Scrimish Card Game + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/u8ZDmiVs-mtOLI8jv0XYuytLnbU=/0x0/pic3518033.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UmhbhxQNtJGKXGNX9p6-vzsYAOg=/fit-in/200x150/pic3518033.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:47:42 + numplays: 0 + - objecttype: thing + objectid: 22497 + subtype: boardgame + collid: 42471772 + name: + sortindex: 1 + $t: Straw + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/QSiFVdN12DfjWVW4Y4QINsseluk=/0x0/pic392317.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Rr4P3lbfB_6xBRjS221i6SEH-4o=/fit-in/200x150/pic392317.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:46:14 + numplays: 0 + - objecttype: thing + objectid: 133473 + subtype: boardgame + collid: 42471767 + name: + sortindex: 1 + $t: Sushi Go! + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/IlYW00i351ucPwf_aHiE0v-HNdM=/0x0/pic1900075.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0y6Je0vh3QP_BhYHNxn6w8TafHk=/fit-in/200x150/pic1900075.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:45:50 + numplays: 0 +username: akshaybhalotia +layout: collection + +---diff --git a/_collections/anandsan.md b/_collections/anandsan.md new file mode 100644 index 0000000..f320dd6 100644 --- /dev/null +++ a/_collections/anandsan.md @@ -1,0 +1,6 @@ +--- +games: null +username: anandsan +layout: collection + +---diff --git a/_collections/avin12.md b/_collections/avin12.md new file mode 100644 index 0000000..364dafd 100644 --- /dev/null +++ a/_collections/avin12.md @@ -1,0 +1,6 @@ +--- +games: null +username: avin12 +layout: collection + +---diff --git a/_collections/bodhisatva.md b/_collections/bodhisatva.md new file mode 100644 index 0000000..4dd2d84 100644 --- /dev/null +++ a/_collections/bodhisatva.md @@ -1,0 +1,227 @@ +--- +games: + - objecttype: thing + objectid: 68448 + subtype: boardgame + collid: 24975289 + name: + sortindex: 1 + $t: 7 Wonders + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/3DP_RW5lTX0WrV67s8qi8CsiXoQ=/0x0/pic860217.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Grz-qM9xwxlvQGK7B-MiljtO9pQ=/fit-in/200x150/pic860217.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:46:22 + numplays: 0 + - objecttype: thing + objectid: 89952 + subtype: boardgame + collid: 24975294 + name: + sortindex: 1 + $t: >- + Carcassonne: 10 Year Special Edition + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/bTvg3Y3Q7Po7Y5vZxplyKAuoV7M=/0x0/pic943924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RkM9UuEOs3bb-sk9dVtn_R9Uc0o=/fit-in/200x150/pic943924.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:47:34 + numplays: 0 + - objecttype: thing + objectid: 54998 + subtype: boardgame + collid: 24975345 + name: + sortindex: 1 + $t: Cyclades + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/vNjql8aAkLhcsSx6YWPnHxiHrs4=/0x0/pic584779.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LzbqfgQxxGqe4OlNM8sxBR8rYd8=/fit-in/200x150/pic584779.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:55:32 + numplays: 0 + - objecttype: thing + objectid: 98778 + subtype: boardgame + collid: 24975297 + name: + sortindex: 1 + $t: Hanabi + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/Wkrf8z3pMlOFKwxafbw9-Ob404s=/0x0/pic2007286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/43_iOPRGbt6KUK1iwH4T38-4XYY=/fit-in/200x150/pic2007286.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:47:47 + numplays: 0 + - objecttype: thing + objectid: 43015 + subtype: boardgame + collid: 24975331 + name: + sortindex: 1 + $t: Hansa Teutonica + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/Y7bW8H1htsE2xOv87qIuPTsjiTo=/0x0/pic839090.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-EMu8uE9XbVsA5oaczzRu0E85VQ=/fit-in/200x150/pic839090.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:54:25 + numplays: 0 + - objecttype: thing + objectid: 70323 + subtype: boardgame + collid: 24975304 + name: + sortindex: 1 + $t: King of Tokyo + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/ajEqmO5djVibsC72Ek1citOCJNA=/0x0/pic3043734.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iEQpTdf7xHrGznRhdNBMiKy_mIM=/fit-in/200x150/pic3043734.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:48:20 + numplays: 0 + - objecttype: thing + objectid: 110327 + subtype: boardgame + collid: 24975288 + name: + sortindex: 1 + $t: Lords of Waterdeep + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/PTVnjG9ersdKq6feZTpq5SkiPPw=/0x0/pic1116080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/26Ef_y4lLwV5qhRgZUAEpkno55g=/fit-in/200x150/pic1116080.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:45:32 + numplays: 0 + - objecttype: thing + objectid: 129622 + subtype: boardgame + collid: 24975300 + name: + sortindex: 1 + $t: Love Letter + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/GuLL8qnP2Kv6cJatUQskLg9Ad0s=/0x0/pic1401448.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5UWTReXVz1-gn2t0eiFzeosvfWs=/fit-in/200x150/pic1401448.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:48:00 + numplays: 0 + - objecttype: thing + objectid: 17133 + subtype: boardgame + collid: 24975335 + name: + sortindex: 1 + $t: Railways of the World + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/xeEMH5X0jBoXeY48Q5pE0JDOHP8=/0x0/pic3869603.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kxjFY0569Y0-JEDkwa1MEkI012U=/fit-in/200x150/pic3869603.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:54:45 + numplays: 0 + - objecttype: thing + objectid: 34635 + subtype: boardgame + collid: 24975285 + name: + sortindex: 1 + $t: Stone Age + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/Dt2tBgnvuWww89kSQqOW0vvEJr4=/0x0/pic1632539.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/59G6_Csm5HEfb3xik6W-_6sihuQ=/fit-in/200x150/pic1632539.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2014-09-30 01:44:35 + numplays: 0 +username: bodhisatva +layout: collection + +---diff --git a/_collections/captn3m0.md b/_collections/captn3m0.md new file mode 100644 index 0000000..7bed7be 100644 --- /dev/null +++ a/_collections/captn3m0.md @@ -1,0 +1,645 @@ +--- +games: + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 51703859 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-17 01:31:10 + numplays: 0 + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 52405966 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-20 00:44:26 + numplays: 0 + - objecttype: thing + objectid: 526 + subtype: boardgame + collid: 39280575 + name: + sortindex: 1 + $t: Abalone Classic + originalname: Abalone + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/VQySOgwiZVN7mAGjLwcQpaePZ1Y=/0x0/pic1331945.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/hqpnCRhG6xalEtgJjWqJcNHq9ns=/fit-in/200x150/pic1331945.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:59:23 + numplays: 0 + - objecttype: thing + objectid: 198147 + subtype: boardgame + collid: 44010527 + name: + sortindex: 1 + $t: >- + Awful Fantasy: The Card Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/M6Tu59T7JKeaR6OX6ftTBOCN5as=/0x0/pic3623025.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/JSc_gdPavNzSjaIEMKyDfK_8oSM=/fit-in/200x150/pic3623025.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-24 03:19:55 + numplays: 0 + - objecttype: thing + objectid: 3955 + subtype: boardgame + collid: 52405973 + name: + sortindex: 1 + $t: BANG! + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/ZgLAhswnvphPH_FplkciAQ-J9ic=/0x0/pic1170986.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/lzPoB0cL20ysgtE5Lc5C6oslpoM=/fit-in/200x150/pic1170986.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-20 00:46:47 + numplays: 0 + - objecttype: thing + objectid: 3955 + subtype: boardgame + collid: 52405976 + name: + sortindex: 1 + $t: BANG! + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/ZgLAhswnvphPH_FplkciAQ-J9ic=/0x0/pic1170986.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/lzPoB0cL20ysgtE5Lc5C6oslpoM=/fit-in/200x150/pic1170986.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-20 00:45:58 + numplays: 0 + - objecttype: thing + objectid: 50381 + subtype: boardgame + collid: 39280491 + name: + sortindex: 1 + $t: Cards Against Humanity + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/jg6r3iBsIWQAIFhrcGlQ1o-ZfzQ=/0x0/pic2909692.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RXuwz8i7pH7X7IXnVNeWAGXeHVc=/fit-in/200x150/pic2909692.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:52:38 + numplays: 0 + comment: Lost it + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 39280456 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:49:10 + numplays: 0 + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 39280463 + name: + sortindex: 1 + $t: Coup + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/4zmqrQ4v-rufRQM_oinFDQ6HykI=/0x0/pic2016054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZsRtgIExTwWphMDZPH1hG-CR8os=/fit-in/200x150/pic2016054.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:49:45 + numplays: 0 + - objecttype: thing + objectid: 172242 + subtype: boardgame + collid: 39280496 + name: + sortindex: 1 + $t: >- + Exploding Kittens: NSFW Deck + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/jOlEGT4WWuCOaUtvyz0jNrVhni0=/0x0/pic2815278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TxEigL5CVkmx1abe9ZKkugChMCU=/fit-in/200x150/pic2815278.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:53:36 + numplays: 0 + - objecttype: thing + objectid: 100901 + subtype: boardgame + collid: 39280527 + name: + sortindex: 1 + $t: >- + Flash Point: Fire Rescue + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/iYoZCeHO5Zyd7kkEMK2e-KHAuDU=/0x0/pic1129370.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U3IWrvKrFjj-LD1j7QLQgv5afXw=/fit-in/200x150/pic1129370.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:56:17 + numplays: 0 + - objecttype: thing + objectid: 172 + subtype: boardgame + collid: 39280457 + name: + sortindex: 1 + $t: For Sale + yearpublished: 1997 + image: https://cf.geekdo-images.com/original/img/vw0xKvS_ZIxGKFVSDtvPnebUI9A=/0x0/pic1513085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/F2K71-jsnipHghuOl2dUbnBQlm4=/fit-in/200x150/pic1513085.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:49:14 + numplays: 0 + - objecttype: thing + objectid: 116 + subtype: boardgame + collid: 39280507 + name: + sortindex: 1 + $t: Guillotine + yearpublished: 1998 + image: https://cf.geekdo-images.com/original/img/kRxzkuN_djr8NjnrklqpEYTDzFM=/0x0/pic143139.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bpzsKbMbBy1wgNhFZVL4NlSMtII=/fit-in/200x150/pic143139.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:54:36 + numplays: 0 + - objecttype: thing + objectid: 204053 + subtype: boardgame + collid: 39280497 + name: + sortindex: 1 + $t: Imploding Kittens + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Q6rFG2Yg3sGQDY5Fek8V-e0zmTQ=/0x0/pic3518497.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ym5ImeRvSyZabs_DBAHV8gWkN4=/fit-in/200x150/pic3518497.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:53:39 + numplays: 0 + - objecttype: thing + objectid: 160851 + subtype: boardgame + collid: 39280452 + name: + sortindex: 1 + $t: >- + Lanterns: The Harvest Festival + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MI7bbPMpcU2ZTvmhb1HmZ5i0nNY=/0x0/pic2372790.png + thumbnail: https://cf.geekdo-images.com/thumb/img/IcwS78a-5wgD87K0E0MQN-xkskQ=/fit-in/200x150/pic2372790.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:49:02 + numplays: 0 + - objecttype: thing + objectid: 230050 + subtype: boardgame + collid: 44194496 + name: + sortindex: 5 + $t: >- + The Legend of Korra: Pro-Bending Arena + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/f2Ca1D4dV0fuX2MYv8SkFxYywbA=/0x0/pic3611147.png + thumbnail: https://cf.geekdo-images.com/thumb/img/GYOrYgg1xiikT-2izjv-T7tUdS4=/fit-in/200x150/pic3611147.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-01 13:44:34 + numplays: 0 + - objecttype: thing + objectid: 77423 + subtype: boardgame + collid: 39280511 + name: + sortindex: 5 + $t: >- + The Lord of the Rings: The Card Game + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/TdAxQnbevAwD1oQ91K1KPckgjTk=/0x0/pic906495.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ja4e2C4N1E9ilfUyAWrIEfsl8ig=/fit-in/200x150/pic906495.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:54:48 + numplays: 0 + - objecttype: thing + objectid: 10660 + subtype: boardgame + collid: 51703855 + name: + sortindex: 1 + $t: Micropul + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/0IpuDFu1TDDW_Shwl1hieg1A17o=/0x0/pic43668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FWo7fAxFGbbLOiFDa0VyPW0nCDA=/fit-in/200x150/pic43668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-17 01:30:45 + numplays: 0 + - objecttype: thing + objectid: 40398 + subtype: boardgame + collid: 51703944 + name: + sortindex: 1 + $t: Monopoly Deal Card Game + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/sExC40CylWBJvonJeXubmblKTfc=/0x0/pic716758.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/frV7YS_u3XYVNZhswxatq9ZI3-I=/fit-in/200x150/pic716758.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-17 01:42:31 + numplays: 0 + - objecttype: thing + objectid: 125311 + subtype: boardgame + collid: 51319608 + name: + sortindex: 1 + $t: Okiya + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/9XuV-CVD0CP9m1SrefVJJAqhQg0=/0x0/pic3711392.png + thumbnail: https://cf.geekdo-images.com/thumb/img/ApgW8bdywvFsSa7JAsPHqqlgPHk=/fit-in/200x150/pic3711392.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:54 + numplays: 0 + - objecttype: thing + objectid: 9220 + subtype: boardgame + collid: 39280545 + name: + sortindex: 1 + $t: Saboteur + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/RYzDcS1eq3qandHfUkfEIjmhUfM=/0x0/pic2602139.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/07ZzOGTg8kh25hIXPLNpf9XHxQA=/fit-in/200x150/pic2602139.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:57:43 + numplays: 0 + - objecttype: thing + objectid: 222868 + subtype: boardgame + collid: 52405969 + name: + sortindex: 1 + $t: Sad Piggies + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/whjkr2UJ_8B1rDadqVNF_yDjKKM=/0x0/pic3733208.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/whzDqR8Y0C-CBA_4GWqXTjc_hUs=/fit-in/200x150/pic3733208.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-20 00:44:32 + numplays: 0 + - objecttype: thing + objectid: 157969 + subtype: boardgame + collid: 39280495 + name: + sortindex: 1 + $t: Sheriff of Nottingham + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/LhRnbdwJ77VnRI_yQg2ZFiwEq1E=/0x0/pic2075830.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/18ToCY0hvajoDtgqXaB6T7inL8Y=/fit-in/200x150/pic2075830.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:53:33 + numplays: 0 + - objecttype: thing + objectid: 147020 + subtype: boardgame + collid: 51319604 + name: + sortindex: 1 + $t: Star Realms + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XRgMJVv4YweLlANgVvxeZsQ4lm0=/0x0/pic1903816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/457OeNXcnwr4r_5KPj3xyltK0QI=/fit-in/200x150/pic1903816.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:35 + numplays: 0 + - objecttype: thing + objectid: 182631 + subtype: boardgame + collid: 51319605 + name: + sortindex: 1 + $t: >- + Star Realms: Colony Wars + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Cj8EqOMEuAMKQE_ojoKjTPnYsHA=/0x0/pic2971899.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YdGodWNOkgEVDP5olnTSXVo_uJA=/fit-in/200x150/pic2971899.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:44 + numplays: 0 + - objecttype: thing + objectid: 192291 + subtype: boardgame + collid: 39280544 + name: + sortindex: 1 + $t: Sushi Go Party! + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/IDxIxVzcUPT2F7HUuBnAIZvKrBA=/0x0/pic3031286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/A8D6DQy46g02YlMicTyhlJza1jQ=/fit-in/200x150/pic3031286.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:57:22 + numplays: 0 + - objecttype: thing + objectid: 1111 + subtype: boardgame + collid: 39280531 + name: + sortindex: 1 + $t: Taboo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/tWUiPS3_THcgCx66fEMiz0QRe78=/0x0/pic1875289.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ndxoa7GvU84gwz0fHnEc9Z8pumo=/fit-in/200x150/pic1875289.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:56:34 + numplays: 0 + - objecttype: thing + objectid: 9209 + subtype: boardgame + collid: 39280450 + name: + sortindex: 1 + $t: Ticket to Ride + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/bOcAJxw-W-B2Gz0x67z8bjqzJgY=/0x0/pic38668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WRanmC5bMp81aFJHqzOi7Kcj-5g=/fit-in/200x150/pic38668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:48:57 + numplays: 0 + - objecttype: thing + objectid: 2223 + subtype: boardgame + collid: 39280539 + name: + sortindex: 1 + $t: UNO + yearpublished: 1971 + image: https://cf.geekdo-images.com/original/img/z3OFp3362X0ZPf5CIc5vfxzwDsg=/0x0/pic981505.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Vqkf_w4oaY__07ZiwrpofsIxHNQ=/fit-in/200x150/pic981505.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-12-29 02:57:09 + numplays: 0 + - objecttype: thing + objectid: 925 + subtype: boardgame + collid: 51703852 + name: + sortindex: 1 + $t: Werewolf + yearpublished: 1986 + image: https://cf.geekdo-images.com/original/img/W3Xysl_hnwxO7wrg8llaMfbDkRE=/0x0/pic2453810.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/OWkXuDgNfMmFUC1-BUhfjUqgzbA=/fit-in/200x150/pic2453810.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-17 01:30:38 + numplays: 0 +username: captn3m0 +layout: collection + +---diff --git a/_collections/cataclasma.md b/_collections/cataclasma.md new file mode 100644 index 0000000..c8c30b9 100644 --- /dev/null +++ a/_collections/cataclasma.md @@ -1,0 +1,2698 @@ +--- +games: + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 38462205 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:12:29 + numplays: 2 + comment: Sleeved - FFG Mini Euro + - objecttype: thing + objectid: 202976 + subtype: boardgame + collid: 51583826 + name: + sortindex: 1 + $t: >- + 7 Wonders Duel: Pantheon + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/1N8eqWtnQoa5Y7ru8pmD5cXEfpU=/0x0/pic3143885.png + thumbnail: https://cf.geekdo-images.com/thumb/img/QseSh9Kqn_zeNrWuLGelxhNlRo8=/fit-in/200x150/pic3143885.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 08:19:56 + numplays: 0 + comment: Sleeved. + - objecttype: thing + objectid: 172818 + subtype: boardgame + collid: 47286061 + name: + sortindex: 1 + $t: Above and Below + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/AG4FQZuzzueBT6t31kypY8jTRus=/0x0/pic2398773.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ONhKaMo__wRDkxngqt3ieBUu9pU=/fit-in/200x150/pic2398773.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:11:12 + numplays: 0 + comment: >- + To Sleeve - FFG Std Euro + + 94 cards + - objecttype: thing + objectid: 191189 + subtype: boardgame + collid: 46930971 + name: + sortindex: 1 + $t: Aeon's End + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/FMyNWbquUF9zkxFGrZK2qQk94os=/0x0/pic3189350.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/O2uo_Q1i7MZ2YU8_5nt8eug01w4=/fit-in/200x150/pic3189350.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:11:32 + numplays: 0 + comment: >- + Can consider sleeving - + + + 938 cards - Ultra Pro Pro-Fit + - objecttype: thing + objectid: 196421 + subtype: boardgame + collid: 46930977 + name: + sortindex: 1 + $t: >- + Aeon's End: The Depths + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/JIlUNAUZTMaCMG3xbIP6EsJr4MI=/0x0/pic2963721.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cvCXXeC8-5jl_A0xgXArfh2HSzc=/fit-in/200x150/pic2963721.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:25:24 + numplays: 0 + - objecttype: thing + objectid: 212139 + subtype: boardgame + collid: 46931006 + name: + sortindex: 1 + $t: >- + Aeon's End: The Nameless + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Yu7TRRQq5fvb6Y04O47hhGZ_vQM=/0x0/pic3248689.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cawVONSdko0GfQoxV3HFzJCOeoA=/fit-in/200x150/pic3248689.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:27:03 + numplays: 0 + - objecttype: thing + objectid: 223914 + subtype: boardgame + collid: 42471909 + name: + sortindex: 1 + $t: >- + Aeon's End: The Void + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/H6hvtkSNFXqH6n9gDLq0agj-JGg=/0x0/pic3683845.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6tTDBu17KIyJZq97nA1OEi4R5l8=/fit-in/200x150/pic3683845.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:25:32 + numplays: 0 + - objecttype: thing + objectid: 218417 + subtype: boardgame + collid: 42471904 + name: + sortindex: 1 + $t: >- + Aeon's End: War Eternal + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/JOEkRdUy5lbcfXYEIxKOMJ6Y_rg=/0x0/pic3430893.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kquUMK1v2uyc3P2ZJbcggZPy7yM=/fit-in/200x150/pic3430893.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 00:32:10 + numplays: 0 + - objecttype: thing + objectid: 140934 + subtype: boardgame + collid: 39281993 + name: + sortindex: 1 + $t: Arboretum + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/mCLik1qyA-ag9zm1AGZ7No3UL88=/0x0/pic3132496.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jm-18C1CwtdT7OqeOSVtxNHNbnU=/fit-in/200x150/pic3132496.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:11:24 + numplays: 3 + comment: >- + To Sleeve - 80 cards - + + Ultra Pro European + - objecttype: thing + objectid: 27225 + subtype: boardgame + collid: 47478107 + name: + sortindex: 1 + $t: Bananagrams + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/YkEZH0195Gs84brLmF8EPEtZFl4=/0x0/pic2463443.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cW9gNFst3mwMUoJ3D4LMuKYg3go=/fit-in/200x150/pic2463443.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 00:27:00 + numplays: 0 + - objecttype: thing + objectid: 143741 + subtype: boardgame + collid: 37545644 + name: + sortindex: 1 + $t: BANG! The Dice Game + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/FV0kpzyWF-7AQCFI8TuQlRRIhNo=/0x0/pic2909713.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3xvZe7fHZdreM0Zt_eINI0F2V-A=/fit-in/200x150/pic2909713.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:25:51 + numplays: 11 + comment: >- + To Sleeve - Ultra Pro Pro-Fit + + 30 cards + - objecttype: thing + objectid: 2453 + subtype: boardgame + collid: 47478097 + name: + sortindex: 1 + $t: Blokus + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/YAFla7Wy8VSzT6RGTGQOCt-9JfI=/0x0/pic2197702.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/b9feAHVD4OdrOrexeIay0LPfVbk=/fit-in/200x150/pic2197702.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 00:26:31 + numplays: 0 + - objecttype: thing + objectid: 195455 + subtype: boardgame + collid: 46930925 + name: + sortindex: 1 + $t: BOX + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/tKS2Pyhhn01nxaycOH-2EqROdhY=/0x0/pic3214696.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P1b3rEWfRMLwQvJW0KH5nk_qhYA=/fit-in/200x150/pic3214696.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:23:16 + numplays: 0 + - objecttype: thing + objectid: 172081 + subtype: boardgame + collid: 37546744 + name: + sortindex: 1 + $t: Burgle Bros. + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/EZzi2Jvp8pY5SWfOG5gD0eTabdM=/0x0/pic2439102.png + thumbnail: https://cf.geekdo-images.com/thumb/img/65D2PWIsWhlv67M-HS5lAJtfmfE=/fit-in/200x150/pic2439102.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-08 04:38:04 + numplays: 0 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 35018291 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-29 04:39:35 + numplays: 8 + - objecttype: thing + objectid: 2993 + subtype: boardgame + collid: 35018326 + name: + sortindex: 1 + $t: >- + Carcassonne: Expansion 1 – Inns & Cathedrals + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/fyFwz5eOK-R2W4DugMmGWs1MFaE=/0x0/pic2659943.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/VIf1O5CjApsMesNfch46eXezPxA=/fit-in/200x150/pic2659943.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-06-05 06:03:52 + numplays: 1 + - objecttype: thing + objectid: 31784 + subtype: boardgame + collid: 46930859 + name: + sortindex: 1 + $t: >- + Carcassonne: Expansion 5 – Abbey & Mayor + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/MWA-fq8Opb3mpr77WXaWX_OTRsw=/0x0/pic3513934.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TOWetLrALvjtUVR2cOkeFsIdjoo=/fit-in/200x150/pic3513934.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-05 00:51:52 + numplays: 0 + - objecttype: thing + objectid: 15158 + subtype: boardgame + collid: 39282159 + name: + sortindex: 1 + $t: >- + Carcassonne: The Princess & the Dragon + originalname: >- + Carcassonne: Expansion 3 – The Princess & The Dragon + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/jsl_okquBJr7vx0zc3n5wjHGRik=/0x0/pic3231056.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sq6juD7_eIvl7ox9Qi7WldgdKAI=/fit-in/200x150/pic3231056.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:47:10 + numplays: 0 + - objecttype: thing + objectid: 5405 + subtype: boardgame + collid: 35018344 + name: + sortindex: 1 + $t: >- + Carcassonne: Traders & Builders + originalname: >- + Carcassonne: Expansion 2 – Traders & Builders + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/uumS5wg1ttKxBCKdXl-nbg5Ka0Q=/0x0/pic2659946.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4BEgw-bx_KLj0nyd1dZa9v1SNAM=/fit-in/200x150/pic2659946.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-06-05 06:04:58 + numplays: 0 + - objecttype: thing + objectid: 224153 + subtype: boardgame + collid: 42471965 + name: + sortindex: 1 + $t: Cartouche Dynasties + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/zEeiTGqH_UnLDQGC0N73BYpXTMA=/0x0/pic3484650.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LJin-wRmob8ZsmXt9cjstGQE8wY=/fit-in/200x150/pic3484650.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:26:02 + numplays: 0 + comment: To sleeve - Ultra Pro Pro-fit + + 56 cards + - objecttype: thing + objectid: 216132 + subtype: boardgame + collid: 52364586 + name: + sortindex: 1 + $t: Clans of Caledonia + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/wMBrwd-ZnHVV_XvVT3Tc6LtD0Ng=/0x0/pic3511783.png + thumbnail: https://cf.geekdo-images.com/thumb/img/__sPHWUZPKNOYeLZWsS_c18Exrw=/fit-in/200x150/pic3511783.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-18 02:02:05 + numplays: 0 + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 37545665 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-29 04:38:04 + numplays: 5 + - objecttype: thing + objectid: 39463 + subtype: boardgame + collid: 40007869 + name: + sortindex: 1 + $t: Cosmic Encounter + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/gOe4HfaLyDfqDaCD38dTIalHUBk=/0x0/pic4243113.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LSbrqwhmlw1S55of3_Mu9bM0lss=/fit-in/200x150/pic4243113.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:12:12 + numplays: 1 + comment: To Sleeve - Ultimate Guard Standard American - 163 cards + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 37545675 + name: + sortindex: 1 + $t: Coup + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Y6xUry0rOO97HDJMUmYY1jLLB2A=/0x0/pic2830023.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WVysMsX2d5FIlTog24q801JykYU=/fit-in/200x150/pic2830023.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-30 02:58:37 + numplays: 1 + - objecttype: thing + objectid: 169654 + subtype: boardgame + collid: 44346607 + name: + sortindex: 1 + $t: Deep Sea Adventure + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/BWeLxC-0-wJc06kTFf0fOMa9BuQ=/0x0/pic3169827.png + thumbnail: https://cf.geekdo-images.com/thumb/img/k5R4a5mNxN6RY3cfBt5KD17RuQI=/fit-in/200x150/pic3169827.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-08 04:41:49 + numplays: 0 + - objecttype: thing + objectid: 159575 + subtype: boardgame + collid: 42471917 + name: + sortindex: 1 + $t: Dracula's Feast + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/YuGLk3zkYZ01DsL7BCg3Z2J_ZJg=/0x0/pic4157021.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/BjbSJOCDPHCLlSeWkiOhsueGENA=/fit-in/200x150/pic4157021.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:16:50 + numplays: 0 + comment: >- + To Sleeve - + + Tarot sized - 50 cards - Ultimate Guard Tarot sized. + + + Regular size - 26 - Mayday USA Chimera + + + Small size - 40 - Ultra Pro Mini Euro + - objecttype: thing + objectid: 236487 + subtype: boardgame + collid: 46931029 + name: + sortindex: 1 + $t: >- + Dracula's Feast: Cthulhu & Friends + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/UekoX6VLxF6KJ7RqDmoYA744tM8=/0x0/pic4157018.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XGW_paM-Th_Bf8lu-SBxWyEMjTs=/fit-in/200x150/pic4157018.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:27:34 + numplays: 0 + - objecttype: thing + objectid: 187273 + subtype: boardgame + collid: 35018356 + name: + sortindex: 5 + $t: The Dresden Files Cooperative Card Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/7nRDW339jxPoUJHOP-1l9M35_D4=/0x0/pic3488616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/m1tgsk2OpHU1nyRlzH6cb3h2TKQ=/fit-in/200x150/pic3488616.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:30:22 + numplays: 0 + comment: To Sleeve - 320 cards + + + Ultra Pro Pro Fit + - objecttype: thing + objectid: 208019 + subtype: boardgame + collid: 37546670 + name: + sortindex: 5 + $t: >- + The Dresden Files Cooperative Card Game: Fan Favorites + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/_dWdJ--lEiwfA4uWxAdrv8VjbKc=/0x0/pic3244636.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pvENSdCUcraU5m0Eah5eBA_xN08=/fit-in/200x150/pic3244636.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:47:36 + numplays: 0 + - objecttype: thing + objectid: 208020 + subtype: boardgame + collid: 37546673 + name: + sortindex: 5 + $t: >- + The Dresden Files Cooperative Card Game: Helping Hands + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/50WMZKXnMcgWnyTg2rvaj5rfKYg=/0x0/pic3244638.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sWtStnglplPajYrhFdxP-C4OMh4=/fit-in/200x150/pic3244638.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:47:32 + numplays: 0 + - objecttype: thing + objectid: 208021 + subtype: boardgame + collid: 37546677 + name: + sortindex: 5 + $t: >- + The Dresden Files Cooperative Card Game: Wardens Attack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/tJ2LCiF4VVlb4z1dGpr35QBHBUY=/0x0/pic3244647.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/B136DgleOtyuywWzSmBWcWbd5Rk=/fit-in/200x150/pic3244647.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:47:41 + numplays: 0 + - objecttype: thing + objectid: 146021 + subtype: boardgame + collid: 35018332 + name: + sortindex: 1 + $t: Eldritch Horror + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/i0zxc-H4TlTFB-yE1v4gcLy3XfY=/0x0/pic1872452.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/V_13CBO7zMMfQsUhF6jUAy_nAeg=/fit-in/200x150/pic1872452.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:26:36 + numplays: 4 + comment: >- + To Sleeve + + + 893 Standard Cards - Mayday Chimera + + 475 Small Cards - Ultra Pro Mini American &&#35;40;Blue&&#35;41; + + + Allow for more expansions? + - objecttype: thing + objectid: 220913 + subtype: boardgame + collid: 46930835 + name: + sortindex: 1 + $t: >- + Eldritch Horror: Cities in Ruin + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/u5g_U0-VjykYl-Iv0ztRS5j_53E=/0x0/pic3539685.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3JuYxn8NjEPhe3bl0fUUtJAgTXI=/fit-in/200x150/pic3539685.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:18:47 + numplays: 0 + - objecttype: thing + objectid: 154842 + subtype: boardgame + collid: 37546836 + name: + sortindex: 1 + $t: >- + Eldritch Horror: Forsaken Lore + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/uYbBSr9uUeorSCeC9YFqunN7W-k=/0x0/pic1940723.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9MCA-xwv8kt0-yHChTlhdyMaR54=/fit-in/200x150/pic1940723.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-29 04:37:39 + numplays: 3 + - objecttype: thing + objectid: 164167 + subtype: boardgame + collid: 39281960 + name: + sortindex: 1 + $t: >- + Eldritch Horror: Mountains of Madness + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/zj9D8vsAbNMtD7G8Dmms1--ffoM=/0x0/pic2247632.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eaUADssFMvvtQAUHVJE_7VHFZ-8=/fit-in/200x150/pic2247632.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-23 04:42:01 + numplays: 0 + - objecttype: thing + objectid: 197586 + subtype: boardgame + collid: 40008332 + name: + sortindex: 1 + $t: >- + Eldritch Horror: Signs of Carcosa + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/LZ7XHjof4qjwENIcfnUr8x8JdY4=/0x0/pic3013615.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/MwoTRN30gadVBhpSUzBXFvLZ80g=/fit-in/200x150/pic3013615.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-12 21:46:22 + numplays: 0 + - objecttype: thing + objectid: 181817 + subtype: boardgame + collid: 39281976 + name: + sortindex: 1 + $t: >- + Eldritch Horror: Under the Pyramids + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/H6kJLjjbFSDeDQzLbVdMRb2rmOk=/0x0/pic2628036.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/1YYRacc_r3ERUqpMOJ1krHxybZE=/fit-in/200x150/pic2628036.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-23 04:42:15 + numplays: 1 + - objecttype: thing + objectid: 182134 + subtype: boardgame + collid: 46069026 + name: + sortindex: 1 + $t: >- + Evolution: Climate + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/MjKqZW58ldj6gdgQFAqPqERNNec=/0x0/pic2876816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/J4dH_GoxT9Sc5KCHmsa5CnIMc-s=/fit-in/200x150/pic2876816.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:26:51 + numplays: 0 + comment: To Sleeve - 207 cards + + + Ultra Pro Pro-Fits + - objecttype: thing + objectid: 100901 + subtype: boardgame + collid: 37546445 + name: + sortindex: 1 + $t: >- + Flash Point: Fire Rescue + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/iYoZCeHO5Zyd7kkEMK2e-KHAuDU=/0x0/pic1129370.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U3IWrvKrFjj-LD1j7QLQgv5afXw=/fit-in/200x150/pic1129370.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-03 23:51:01 + numplays: 5 + - objecttype: thing + objectid: 126954 + subtype: boardgame + collid: 40008841 + name: + sortindex: 1 + $t: >- + Flash Point: Fire Rescue – 2nd Story + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/eSm8YbMyqc70H_5QJoY3ox-YbOQ=/0x0/pic2625250.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YhdxLYsfS23Z8TiUlLaAjqkqt5s=/fit-in/200x150/pic2625250.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-03 23:51:22 + numplays: 0 + - objecttype: thing + objectid: 43570 + subtype: boardgame + collid: 35018205 + name: + sortindex: 1 + $t: Friday + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/DqOdc-YGxdsXz0fLzFvzsf8cqW4=/0x0/pic1080927.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8Yc158ldh-SalpzwKZROKZjwppg=/fit-in/200x150/pic1080927.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 08:56:09 + numplays: 5 + comment: >- + Consider Sleeving: 72 cards + + + Swan Panasia - Landlord &&#35;40;SWN-051&&#35;41; + - objecttype: thing + objectid: 197443 + subtype: boardgame + collid: 37546579 + name: + sortindex: 1 + $t: Fugitive + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k6c_XNW0gY8U1kmy_TU_iVCLVjE=/0x0/pic3481216.png + thumbnail: https://cf.geekdo-images.com/thumb/img/h4r6ne4jodzKaMbQ-fy9e3qWbPg=/fit-in/200x150/pic3481216.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 08:56:16 + numplays: 0 + comment: Sleeved. + - objecttype: thing + objectid: 173090 + subtype: boardgame + collid: 52541721 + name: + sortindex: 5 + $t: >- + The Game: Spiel...so lange du kannst! + originalname: The Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/IrgdQ-4fRvZjCbQOCW1tk4wIlv8=/0x0/pic3671807.png + thumbnail: https://cf.geekdo-images.com/thumb/img/7cy9favs_ewK0tm882Ik2R6WCkI=/fit-in/200x150/pic3671807.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:10:54 + numplays: 0 + comment: To sleeve. 109 cards + + + Standard European - Ultra Pro + - objecttype: thing + objectid: 198855 + subtype: boardgame + collid: 37545789 + name: + sortindex: 1 + $t: GearSeed + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/N5TIxzXnofbYqr-sNkSxds3pjIg=/0x0/pic3007638.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4-2Rk9DcPI331XuDlL3w1-x-CXo=/fit-in/200x150/pic3007638.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:46:27 + numplays: 2 + comment: 74 standard sized cards - UP Pro Fits + - objecttype: thing + objectid: 151247 + subtype: boardgame + collid: 51584993 + name: + sortindex: 1 + $t: Greed + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/HnFz7fE7YbdMSY6gRbDT7a_tsE4=/0x0/pic1949247.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WJJLCnUhwcFaoIjmEbmbAK5vyO0=/fit-in/200x150/pic1949247.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:17:47 + numplays: 1 + comment: to sleeve - 165 cards - mayday chimera + - objecttype: thing + objectid: 98778 + subtype: boardgame + collid: 37546488 + name: + sortindex: 1 + $t: Hanabi + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/Wkrf8z3pMlOFKwxafbw9-Ob404s=/0x0/pic2007286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/43_iOPRGbt6KUK1iwH4T38-4XYY=/fit-in/200x150/pic2007286.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 08:56:52 + numplays: 9 + comment: Sleeved. + - objecttype: thing + objectid: 223750 + subtype: boardgame + collid: 42471935 + name: + sortindex: 1 + $t: Hardback + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/LJBDh3ZnPeBo7sf7Bm9pDUCK438=/0x0/pic3968823.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oCN4q9VNukQnX77cc5LP5VvtwZk=/fit-in/200x150/pic3968823.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:49:01 + numplays: 0 + comment: To Sleeve. 235 cards + + + Mayday Green - Premium + - objecttype: thing + objectid: 199042 + subtype: boardgame + collid: 37254780 + name: + sortindex: 1 + $t: >- + Harry Potter: Hogwarts Battle + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/QfSBPJDuntV80tNqwBqbJqtiJ90=/0x0/pic3518231.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/dA9SVRpw-MVEN0r1E3TW8fA8zTQ=/fit-in/200x150/pic3518231.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:08:31 + numplays: 9 + comment: To Sleeve Exp. + + + 68-77 Standard cards &&#35;40;9 promos&&#35;41; + - Ultra Pro Pro-Fit. + - objecttype: thing + objectid: 223494 + subtype: boardgame + collid: 46931040 + name: + sortindex: 1 + $t: >- + Harry Potter: Hogwarts Battle – The Monster Box of Monsters Expansion + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/1Dsj7ZMfREzjIKIjmwgC-v5hbn0=/0x0/pic3626222.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ItKuTKvdsGIq4KkHvXxajScjoQk=/fit-in/200x150/pic3626222.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:28:07 + numplays: 0 + - objecttype: thing + objectid: 224152 + subtype: boardgame + collid: 42471968 + name: + sortindex: 1 + $t: >- + Hemloch: Dark Promenade + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/_sg1LiMAMYaR---S9G36_zq0Czk=/0x0/pic3484649.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/n3JqtepgMq2J0XItAIG9BUEWAk4=/fit-in/200x150/pic3484649.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:49:58 + numplays: 0 + comment: >- + To Sleeve. + + + Ultra Pro Pro Fit + + + 56 cards + - objecttype: thing + objectid: 245444 + subtype: boardgame + collid: 52542747 + name: + sortindex: 1 + $t: >- + Holding On: The Troubled Life of Billy Kerr + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/Rk3h0Udk8HEsueZYvigcsIRRO6k=/0x0/pic4177569.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/2gCX6xwopvyYQQyAlMuhY_mmRzs=/fit-in/200x150/pic4177569.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 06:29:01 + numplays: 0 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 35018215 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:48:12 + numplays: 0 + - objecttype: thing + objectid: 2452 + subtype: boardgame + collid: 47478122 + name: + sortindex: 1 + $t: Jenga + yearpublished: 1983 + image: https://cf.geekdo-images.com/original/img/4zJnRX_hgbqUERAlIlxT0psqoyY=/0x0/pic275096.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YtKddEt4Wba3QWxPMTM0oIoLG8c=/fit-in/200x150/pic275096.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 00:27:45 + numplays: 0 + - objecttype: thing + objectid: 122515 + subtype: boardgame + collid: 47286077 + name: + sortindex: 1 + $t: Keyflower + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/t6AnEi2l5tiHgWRjglwSfRsYy6E=/0x0/pic2278942.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-W-BQbgQw5bUQzJ8-Qm7pL5WKiw=/fit-in/200x150/pic2278942.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-29 06:52:38 + numplays: 0 + - objecttype: thing + objectid: 107529 + subtype: boardgame + collid: 38583667 + name: + sortindex: 1 + $t: Kingdom Builder + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/y_ztUjzGGoO4TwnmTFNDLnOxz90=/0x0/pic1152359.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4rlb3ozPuUFBkziJg-hv2zQD8BU=/fit-in/200x150/pic1152359.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:18:12 + numplays: 0 + comment: To Sleeve. + + + Mayday Chimera + + + 120+ cards + - objecttype: thing + objectid: 137396 + subtype: boardgame + collid: 42471866 + name: + sortindex: 1 + $t: >- + Kingdom Builder: Crossroads + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/KLHb7xo7sNjsaXT590A_sV7cUGo=/0x0/pic1550248.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RE9R9VtrCA_DmplxRZ-OoJv9vTk=/fit-in/200x150/pic1550248.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 06:05:59 + numplays: 0 + - objecttype: thing + objectid: 195267 + subtype: boardgame + collid: 46069036 + name: + sortindex: 1 + $t: >- + Kingdom Builder: Harvest + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/o4-Z1kAqOJgfGRmMClmh8rd4iZI=/0x0/pic3718299.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5t6FwwiV8WS6GJ7aZ56jNUELKtA=/fit-in/200x150/pic3718299.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:20:47 + numplays: 0 + - objecttype: thing + objectid: 179622 + subtype: boardgame + collid: 47600511 + name: + sortindex: 1 + $t: >- + Kingdom Builder: Marshlands + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/AFoVquPYTt0By6kKob8lHprtuJ4=/0x0/pic2562116.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5GWJIKVI_4GiZx4hqU3ZiWbL8Ws=/fit-in/200x150/pic2562116.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-12 21:46:47 + numplays: 0 + - objecttype: thing + objectid: 117793 + subtype: boardgame + collid: 42471881 + name: + sortindex: 1 + $t: >- + Kingdom Builder: Nomads + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/xCPDmuK6yBfK4OVg1V9JDmy4xLY=/0x0/pic1200165.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ibDpTLh0WuCG6exvKnMlC70UZKQ=/fit-in/200x150/pic1200165.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 06:06:04 + numplays: 0 + - objecttype: thing + objectid: 222643 + subtype: boardgame + collid: 42471929 + name: + sortindex: 5 + $t: The Lady and the Tiger + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/_GLH3SO7mge0NRiKX-nxB-a-NlI=/0x0/pic4088921.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sF8h45q25FIHSlbaHNi1g42EcOU=/fit-in/200x150/pic4088921.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:18:31 + numplays: 0 + comment: Sleeved - Tarot sized. + - objecttype: thing + objectid: 129622 + subtype: boardgame + collid: 37545376 + name: + sortindex: 1 + $t: Love Letter + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/lLvsryv79bVIEPGJTbzJCxNKyos=/0x0/pic1951161.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/11OEQpwyhaFNuCg2L-H1eggLKO0=/fit-in/200x150/pic1951161.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:03:18 + numplays: 15 + comment: Sleeved. + - objecttype: thing + objectid: 96848 + subtype: boardgame + collid: 35253272 + name: + sortindex: 1 + $t: Mage Knight Board Game + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/AGyvx6NYd6Kq4HUztAObQVLEFWY=/0x0/pic1083380.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/H1uPmDmOdUnsnylMEwBILm_n_S0=/fit-in/200x150/pic1083380.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:28:08 + numplays: 1 + comment: >- + Consider sleeving. + + + 240 cards + + + Ultra Pro Pro-Fit + - objecttype: thing + objectid: 10660 + subtype: boardgame + collid: 37545859 + name: + sortindex: 1 + $t: Micropul + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/0IpuDFu1TDDW_Shwl1hieg1A17o=/0x0/pic43668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FWo7fAxFGbbLOiFDa0VyPW0nCDA=/fit-in/200x150/pic43668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-29 04:36:42 + numplays: 1 + - objecttype: thing + objectid: 200077 + subtype: boardgame + collid: 37546713 + name: + sortindex: 1 + $t: Mint Works + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CaoF1gDthH_0iNJDG5-7-r56FPc=/0x0/pic3418969.png + thumbnail: https://cf.geekdo-images.com/thumb/img/NThqD2v5sf_hQs_ur7OtliJ_PdE=/fit-in/200x150/pic3418969.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:06:27 + numplays: 0 + comment: >- + Consider Sleeving - but may not fit in the box. + + + 33 cards + + + Swan PanAsia sleeve size: Goldbräu: Standard &&#35;40;SWN-013, 160/pack&&#35;41; + - objecttype: thing + objectid: 209926 + subtype: boardgame + collid: 40265276 + name: + sortindex: 1 + $t: Movable Type + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/CP7AjOP5Q7tLb2kZoZgFqRA9RCc=/0x0/pic4165403.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9BBU-81skbIn4dNXEDKW91uuu68=/fit-in/200x150/pic4165403.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-03 03:43:04 + numplays: 1 + comment: Print n Play + - objecttype: thing + objectid: 72287 + subtype: boardgame + collid: 42471887 + name: + sortindex: 1 + $t: Mr. Jack Pocket + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dQ0ES_SKxG2oXbhKy73RVQEdNvw=/0x0/pic1519530.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3OjHgZ1MIGRAFnmD0fcuUDk-Nng=/fit-in/200x150/pic1519530.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:55:59 + numplays: 0 + - objecttype: thing + objectid: 193486 + subtype: boardgame + collid: 37545722 + name: + sortindex: 1 + $t: Neolithic + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/LQDUtmbYhRhemaIkWBYnmQd4LIk=/0x0/pic2886445.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vPIjVZTrp-oEvs14ETQk_ABmqiI=/fit-in/200x150/pic2886445.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:51:03 + numplays: 2 + comment: 109 cards, standard size - UP pro fits + - objecttype: thing + objectid: 209729 + subtype: boardgame + collid: 37546646 + name: + sortindex: 1 + $t: >- + Neolithic: Advanced Cultures + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/tU-D-NaUKS8C84h3e9AYpXUmLAs=/0x0/pic3370403.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oywjVn6x1CsVx1dy5loEcqsb-zY=/fit-in/200x150/pic3370403.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-08 04:39:11 + numplays: 0 + - objecttype: thing + objectid: 217449 + subtype: boardgame + collid: 52541896 + name: + sortindex: 1 + $t: NMBR 9 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/_xAV-3yFzJFaEAU_l0OLcGPfGQI=/0x0/pic3328269.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/lGv_bYyfksaGHcvSEk72IKMKM8g=/fit-in/200x150/pic3328269.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:19:53 + numplays: 0 + comment: to sleeve - Ultra pro mini american - 20 cards + - objecttype: thing + objectid: 179275 + subtype: boardgame + collid: 37545882 + name: + sortindex: 1 + $t: One Deck Dungeon + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/uAhlCTqgBS7ZobTYUq-yAWFwURg=/0x0/pic3019101.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DBSDqIojoNG8HXgD2JtY1ocf-Ck=/fit-in/200x150/pic3019101.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-10-17 05:56:22 + numplays: 0 + comment: PnP version + - objecttype: thing + objectid: 147949 + subtype: boardgame + collid: 37545687 + name: + sortindex: 1 + $t: One Night Ultimate Werewolf + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/FQfnzL0ZHGp8RpRlHBg1ciQ_NZU=/0x0/pic3008115.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/tNCaejejmbgfXrGUbBMNABKP4ww=/fit-in/200x150/pic3008115.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-29 04:32:39 + numplays: 7 + - objecttype: thing + objectid: 163166 + subtype: boardgame + collid: 38583450 + name: + sortindex: 1 + $t: One Night Ultimate Werewolf Daybreak + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/7CB2n5DttYL0VT4aQm0pj9ZQLos=/0x0/pic2225958.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Eanbyzhr7UKIu2k-rg9Nah4ebrs=/fit-in/200x150/pic2225958.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-23 04:44:26 + numplays: 0 + - objecttype: thing + objectid: 201406 + subtype: boardgame + collid: 37546508 + name: + sortindex: 1 + $t: OrganATTACK! + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/UI67OrV12YPFLfBPftZE6rFjiO8=/0x0/pic3487555.png + thumbnail: https://cf.geekdo-images.com/thumb/img/CYEQ3mVhiWLbZN-efawIKY7zCMM=/fit-in/200x150/pic3487555.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:07:04 + numplays: 0 + comment: Sleeved. &&#35;40;UP Pro Fits&&#35;41; + - objecttype: thing + objectid: 30549 + subtype: boardgame + collid: 37546804 + name: + sortindex: 1 + $t: Pandemic + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/Qfh2uOaDFt4JIDyvdMudFmSKlSk=/0x0/pic2212955.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/VSYuejqn7teGQL27KZXf2yYZJbM=/fit-in/200x150/pic2212955.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:07:14 + numplays: 3 + comment: Sleeved &&#35;40;penny sleeves&&#35;41; + - objecttype: thing + objectid: 161936 + subtype: boardgame + collid: 46068997 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 1 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/P_SwsOtPLqgk2ScCgI2YrI9Rg6I=/0x0/pic2452831.png + thumbnail: https://cf.geekdo-images.com/thumb/img/WI5NmPd9C3PpRvHKoP4a0Ettlao=/fit-in/200x150/pic2452831.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:16:41 + numplays: 0 + - objecttype: thing + objectid: 221107 + subtype: boardgame + collid: 46931071 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 2 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/DbXh4TeZPoJ_tSlX2KRGdVcBd8s=/0x0/pic3763549.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Xp6rc5wIno45tY6wUST4p65Tf88=/fit-in/200x150/pic3763549.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:29:24 + numplays: 0 + - objecttype: thing + objectid: 40849 + subtype: boardgame + collid: 37546771 + name: + sortindex: 1 + $t: >- + Pandemic: On the Brink + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/pF0Z_zMZYhp2sTxMiLa1Wu_Bg0Y=/0x0/pic1546621.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/q1mktaBVsfY6wXhQ-bm3WtpaZpU=/fit-in/200x150/pic1546621.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-29 04:37:20 + numplays: 3 + - objecttype: thing + objectid: 141572 + subtype: boardgame + collid: 37546596 + name: + sortindex: 1 + $t: Paperback + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/UzrdvNP-zb27P9xS_PD2IIozcLg=/0x0/pic1991455.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qpI06yrY6cnlKqqdMHMfJywXXCU=/fit-in/200x150/pic1991455.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:07:32 + numplays: 1 + comment: Sleeved, incl expansion. Mayday Green Premium + - objecttype: thing + objectid: 163412 + subtype: boardgame + collid: 42471883 + name: + sortindex: 1 + $t: Patchwork + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z8MYZktgvGTtIikMv9HSpD_ERAI=/0x0/pic2270442.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3KaofJ_Nl0a7lOFXS9PveSmQ7vE=/fit-in/200x150/pic2270442.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:55:46 + numplays: 0 + - objecttype: thing + objectid: 218603 + subtype: boardgame + collid: 47286045 + name: + sortindex: 1 + $t: Photosynthesis + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/pIBp9VeaI9zAlHERlAVCoK78LqM=/0x0/pic3364832.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/wPVcWFqE4b4xNWYdvpQck96jsaU=/fit-in/200x150/pic3364832.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-29 06:51:38 + numplays: 0 + - objecttype: thing + objectid: 195162 + subtype: boardgame + collid: 37546539 + name: + sortindex: 1 + $t: >- + Plague Inc.: The Board Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/t9Hp_Abgw-WHNeYjaa3g3uct9Gg=/0x0/pic3487954.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oYFw6Fo7uvQPrBuB8HeCkugOABk=/fit-in/200x150/pic3487954.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:08:49 + numplays: 0 + comment: Doesn't get enough play to sleeve. + - objecttype: thing + objectid: 200385 + subtype: boardgame + collid: 37546551 + name: + sortindex: 1 + $t: >- + Plague Inc: 5th Player Expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Opo3vS5lq53dhVtmHafS7sg-eAc=/0x0/pic3279916.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3lMCyPO23v8YrdSrWeGo8-WsFWc=/fit-in/200x150/pic3279916.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-08 04:40:29 + numplays: 0 + - objecttype: thing + objectid: 200386 + subtype: boardgame + collid: 37546563 + name: + sortindex: 1 + $t: >- + Plague Inc: Patient Zero Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/hdRT17AQsNr287JQRBA_z-sclCU=/0x0/pic3286658.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WrH0C06RLfoc3MzP4unGGBL01gk=/fit-in/200x150/pic3286658.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-08 04:40:42 + numplays: 0 + - objecttype: thing + objectid: 244228 + subtype: boardgame + collid: 52542743 + name: + sortindex: 1 + $t: Reef + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/rsm2n_O1DFteELdU2zlyc08kQe8=/0x0/pic4012598.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/i_o4TjYjVLMpnHuXt6v2ZR840y4=/fit-in/200x150/pic4012598.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 06:28:55 + numplays: 0 + - objecttype: thing + objectid: 144344 + subtype: boardgame + collid: 43225107 + name: + sortindex: 1 + $t: Rococo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/h4juFKZn1M56dsCtVnNsRYyvCs0=/0x0/pic1795272.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ANayrLTpLZ6YwzPLLsKjXP8z7s=/fit-in/200x150/pic1795272.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 06:23:07 + numplays: 0 + - objecttype: thing + objectid: 144344 + subtype: boardgame + collid: 43751958 + name: + sortindex: 1 + $t: Rococo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/h4juFKZn1M56dsCtVnNsRYyvCs0=/0x0/pic1795272.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ANayrLTpLZ6YwzPLLsKjXP8z7s=/fit-in/200x150/pic1795272.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:50:54 + numplays: 0 + comment: To sleeve, 55 cards + + + Standard American Mayday - Purple + - objecttype: thing + objectid: 176990 + subtype: boardgame + collid: 46931081 + name: + sortindex: 1 + $t: >- + Rococo: Jewelry Box + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/4sPm1gws4YCIrWxr6tcFvxJOICQ=/0x0/pic2856885.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HlYthZOUHpDc43yEA0n5rEIZA3s=/fit-in/200x150/pic2856885.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:30:00 + numplays: 0 + - objecttype: thing + objectid: 199561 + subtype: boardgame + collid: 51584986 + name: + sortindex: 1 + $t: Sagrada + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/OB-txvnkk0dTMShe_5l7zkUZ2y8=/0x0/pic3525224.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Efxb5We3kIolBOHjvnOffct-w0c=/fit-in/200x150/pic3525224.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:38:14 + numplays: 0 + comment: Sleeved. + - objecttype: thing + objectid: 141736 + subtype: boardgame + collid: 46930864 + name: + sortindex: 1 + $t: Sail to India + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/SgbHwa7UI0_eVQ2i3d_FEnNud0g=/0x0/pic1756958.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xeqLzCovUB5SvDaZY24NQW8GLWc=/fit-in/200x150/pic1756958.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:20:38 + numplays: 0 + comment: To Sleeve - 28 cards - Tarot sized + - objecttype: thing + objectid: 166669 + subtype: boardgame + collid: 38583670 + name: + sortindex: 1 + $t: San Juan &&#35;40;second edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/VvKqy5OR6AsAFk0qTpuw745fXII=/0x0/pic2305703.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WhvEFewGw44EAtvWeKIfEGGfV8o=/fit-in/200x150/pic2305703.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:51:15 + numplays: 0 + comment: >- + Consider sleeving. + + + 110 cards + + + standard european - FFG + - objecttype: thing + objectid: 194655 + subtype: boardgame + collid: 46069007 + name: + sortindex: 1 + $t: Santorini + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Zgir5hHPDhYgTt5Q4AxcqVfoNKw=/0x0/pic3700285.png + thumbnail: https://cf.geekdo-images.com/thumb/img/It6pmw1HxcB1eChuJuEV644Ssm0=/fit-in/200x150/pic3700285.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:17:36 + numplays: 0 + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 52541903 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:21:24 + numplays: 0 + - objecttype: thing + objectid: 224151 + subtype: boardgame + collid: 42471970 + name: + sortindex: 1 + $t: Seii Daimyo + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CNHHentIpuHX4RDbVMAzUPlXwF4=/0x0/pic3484654.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ntfFgA9pXs0sY0SAIIsmfgi8xQU=/fit-in/200x150/pic3484654.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-08 04:40:14 + numplays: 0 + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 35018182 + name: + sortindex: 1 + $t: The Settlers of Catan + originalname: Catan + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/Bbmfyasf8FICqHIIA15UfZZ1b9w=/0x0/pic268839.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8EoBXPDuWwtzv4oC_4OVbJAE3vs=/fit-in/200x150/pic268839.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:48:38 + numplays: 5 + - objecttype: thing + objectid: 2511 + subtype: boardgame + collid: 35018244 + name: + sortindex: 1 + $t: Sherlock Holmes Consulting Detective + originalname: >- + Sherlock Holmes Consulting Detective: The Thames Murders & Other Cases + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/UiWg37sTBOXCkSAbkTUlj3mB4T8=/0x0/pic1452149.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6KDE6ebH6tynTThqBHmF6DNZHC8=/fit-in/200x150/pic1452149.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-06-05 05:54:21 + numplays: 1 + - objecttype: thing + objectid: 92415 + subtype: boardgame + collid: 46930838 + name: + sortindex: 1 + $t: Skull + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/3uBVJuvnZ5GUa-bEXP0PEcACPuw=/0x0/pic1779342.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vQnxkDqvyEHDJJ4SakkkGdW-tDQ=/fit-in/200x150/pic1779342.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:19:11 + numplays: 0 + - objecttype: thing + objectid: 206681 + subtype: boardgame + collid: 37546615 + name: + sortindex: 1 + $t: Space Base Mutiny + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/6F_RCvhU4pxWW7XzcG64X5q80Co=/0x0/pic3327264.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rOJqmuc9QdhSd-eZhdYtXuNAQVE=/fit-in/200x150/pic3327264.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-03 03:37:22 + numplays: 0 + - objecttype: thing + objectid: 162886 + subtype: boardgame + collid: 47600479 + name: + sortindex: 1 + $t: Spirit Island + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RmP2yBDA0LE-ZFWrEXAkgRuYjn0=/0x0/pic3615739.png + thumbnail: https://cf.geekdo-images.com/thumb/img/t9mRnhW6swyL2nPSScv9iroCyZQ=/fit-in/200x150/pic3615739.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-12 22:00:35 + numplays: 1 + comment: >- + Consider Sleeving. + + + Standard size - 119 base game &&#35;40;whether to account for expansion?&&#35;41; - Standard UP Pro Fit / Mayday Green / FFG Grey + + + Small size - 15 - Mini Euro + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 35018267 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PgaVULm0QKeFV2zTro4hJEb70Yk=/0x0/pic1904079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x-l6MKgcj-wBZfgX1ttvO5MRcJ4=/fit-in/200x150/pic1904079.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:20:08 + numplays: 8 + comment: Sleeved. + - objecttype: thing + objectid: 147020 + subtype: boardgame + collid: 37546470 + name: + sortindex: 1 + $t: Star Realms + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XRgMJVv4YweLlANgVvxeZsQ4lm0=/0x0/pic1903816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/457OeNXcnwr4r_5KPj3xyltK0QI=/fit-in/200x150/pic1903816.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-11 09:38:51 + numplays: 6 + comment: Sleeved Ultra Pro Pro fits + + + To sleeve - United packs. + - objecttype: thing + objectid: 182631 + subtype: boardgame + collid: 39282175 + name: + sortindex: 1 + $t: >- + Star Realms: Colony Wars + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Cj8EqOMEuAMKQE_ojoKjTPnYsHA=/0x0/pic2971899.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YdGodWNOkgEVDP5olnTSXVo_uJA=/fit-in/200x150/pic2971899.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:48:52 + numplays: 0 + - objecttype: thing + objectid: 179025 + subtype: boardgame + collid: 46069009 + name: + sortindex: 1 + $t: >- + Star Realms: Cosmic Gambit Set + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/RL9QXQV6kI3s-LOlXkj48X8rODI=/0x0/pic3794773.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9e_frw-KZT82O6mhduX3S5liPXo=/fit-in/200x150/pic3794773.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:18:17 + numplays: 0 + - objecttype: thing + objectid: 158957 + subtype: boardgame + collid: 46930890 + name: + sortindex: 1 + $t: >- + Star Realms: Gambit Set + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/khoYhC94lpE506Z1A9xLw-WEQO4=/0x0/pic3794772.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/CuOsakx29DbGYpLdJL2bD5j664o=/fit-in/200x150/pic3794772.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 19:21:44 + numplays: 0 + - objecttype: thing + objectid: 208503 + subtype: boardgame + collid: 46069017 + name: + sortindex: 1 + $t: >- + Star Realms: United – Assault + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/a9xtMuypz8SvKoMbUWwi1HnRjsQ=/0x0/pic3794767.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/buFjNWWGisjiTbGkou7F_qWJb9A=/fit-in/200x150/pic3794767.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:19:13 + numplays: 0 + - objecttype: thing + objectid: 208501 + subtype: boardgame + collid: 46069022 + name: + sortindex: 1 + $t: >- + Star Realms: United – Command + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Bc99SxXVoijK-ew3geCguHh1mTo=/0x0/pic3794769.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NRoM04wMkGDvB__SD1nYGq4QCRU=/fit-in/200x150/pic3794769.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:19:35 + numplays: 0 + - objecttype: thing + objectid: 202247 + subtype: boardgame + collid: 46069016 + name: + sortindex: 1 + $t: >- + Star Realms: United – Heroes + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/nj88mZTPCRAz_0xVJGxJsI2vgYo=/0x0/pic3794768.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/1l18oSFNoMKOae35WT6gN2ni08A=/fit-in/200x150/pic3794768.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:19:03 + numplays: 0 + - objecttype: thing + objectid: 208502 + subtype: boardgame + collid: 46069020 + name: + sortindex: 1 + $t: >- + Star Realms: United – Missions + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/KUi8Qow8olJJ37QGNO3QA9x8L3M=/0x0/pic3794766.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_0riRpVn5U3inSPsQCOriOvHsJE=/fit-in/200x150/pic3794766.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:19:24 + numplays: 0 + - objecttype: thing + objectid: 178054 + subtype: boardgame + collid: 38583439 + name: + sortindex: 3 + $t: A Study in Emerald &&#35;40;second edition&&#35;41; + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1EPq_QCbTYJQZE9qcgtqR1yqU0Y=/0x0/pic2528014.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Djv-COlNvmUrbvuj7ESIvzu_8qc=/fit-in/200x150/pic2528014.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:52:36 + numplays: 1 + comment: Consider Sleeving + + + 140 cards + + + Ultra Pro Pro-Fit / Mayday Green / FFG grey + - objecttype: thing + objectid: 191110 + subtype: boardgame + collid: 52542674 + name: + sortindex: 1 + $t: Sugi + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/HwzT0XDHAZY23_lnji7Ni-uHeKQ=/0x0/pic2827281.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/T5taxyLClnhKZ72bvRle7COChbg=/fit-in/200x150/pic2827281.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 06:26:16 + numplays: 0 + - objecttype: thing + objectid: 133473 + subtype: boardgame + collid: 37037045 + name: + sortindex: 1 + $t: Sushi Go! + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/IlYW00i351ucPwf_aHiE0v-HNdM=/0x0/pic1900075.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0y6Je0vh3QP_BhYHNxn6w8TafHk=/fit-in/200x150/pic1900075.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:58:33 + numplays: 21 + comment: to sleeve - Mayday standard USA &&#35;40;100 pack&&#35;41; + - 108 cards + - objecttype: thing + objectid: 198778 + subtype: boardgame + collid: 37545753 + name: + sortindex: 1 + $t: SYNOD + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/PlA31WOsO8Oecexji1hMvP_OS9k=/0x0/pic3007301.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/41nOmf7VtIKOKAEV1Vh9EThI8UY=/fit-in/200x150/pic3007301.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-10-17 05:50:59 + numplays: 0 + - objecttype: thing + objectid: 188920 + subtype: boardgame + collid: 35018198 + name: + sortindex: 1 + $t: >- + This War of Mine: The Board Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/P6G_JXba9CvRGCqYFY7ZGpaKlFU=/0x0/pic3010360.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iS2wrLb_BJDDb_SumkrbDtWU3tE=/fit-in/200x150/pic3010360.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 05:23:47 + numplays: 0 + comment: to sleeve - UP Pro fits - 270 cards &&#35;40;not including blank + cards&&#35;41; + - objecttype: thing + objectid: 163967 + subtype: boardgame + collid: 38503855 + name: + sortindex: 1 + $t: Tiny Epic Galaxies + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/A6HJirqAxZw79V5aoftDWAZHpdk=/0x0/pic2349732.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pz5WMhgHUXPhFASyHOo10bwYxqM=/fit-in/200x150/pic2349732.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-27 04:53:28 + numplays: 2 + comment: >- + to sleeve - + + + 115 UP Pro Fits + + 30 Round cards - Mayday square sleeves + - objecttype: thing + objectid: 200544 + subtype: boardgame + collid: 46069030 + name: + sortindex: 1 + $t: >- + Tiny Epic Galaxies: Beyond the Black + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/tmTB2cgZsBKhHmZlbHIOlbtJXYc=/0x0/pic3026618.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/dwoRTKwJoQp5Y3Xtxzzu44JNXsE=/fit-in/200x150/pic3026618.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-17 05:20:24 + numplays: 0 + - objecttype: thing + objectid: 123540 + subtype: boardgame + collid: 37545926 + name: + sortindex: 1 + $t: Tokaido + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/lhSi3ulUzQGhQZyHj2MbvL9kW3k=/0x0/pic1293719.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7bcdpctVYCgieBjijGns99lzrr8=/fit-in/200x150/pic1293719.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 05:49:19 + numplays: 0 + - objecttype: thing + objectid: 194640 + subtype: boardgame + collid: 37546632 + name: + sortindex: 1 + $t: Under My Bed + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/wp74aMTmmjkGsoz3_q4boyTqUpw=/0x0/pic2915389.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/D4oAE-DZ-jby7wRKTatvRHKA3wE=/fit-in/200x150/pic2915389.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-03 03:36:32 + numplays: 3 + - objecttype: thing + objectid: 198971 + subtype: boardgame + collid: 37546698 + name: + sortindex: 1 + $t: Underlings of Underwing + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/rxgRhIwhtiDLP4hfsgwG8hbRf6o=/0x0/pic3106361.png + thumbnail: https://cf.geekdo-images.com/thumb/img/PpPZ79VX2WUOEEfK_bzjiDTd_hA=/fit-in/200x150/pic3106361.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-07 00:35:11 + numplays: 0 + - objecttype: thing + objectid: 205057 + subtype: boardgame + collid: 37546724 + name: + sortindex: 1 + $t: Word Domination + image: https://cf.geekdo-images.com/original/img/pg4tpHnXBz60pGTwdYBhbSnSkF0=/0x0/pic3113311.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0lMRt8AVLgn-6-01eaGB3uZf5S0=/fit-in/200x150/pic3113311.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-08 04:40:58 + numplays: 1 + comment: Also own high-quality PnP +username: cataclasma +layout: collection + +---diff --git a/_collections/coffeeshopguy77.md b/_collections/coffeeshopguy77.md new file mode 100644 index 0000000..524f359 100644 --- /dev/null +++ a/_collections/coffeeshopguy77.md @@ -1,0 +1,6 @@ +--- +games: null +username: coffeeshopguy77 +layout: collection + +---diff --git a/_collections/doodlegeek.md b/_collections/doodlegeek.md new file mode 100644 index 0000000..453da96 100644 --- /dev/null +++ a/_collections/doodlegeek.md @@ -1,0 +1,218 @@ +--- +games: + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 49431917 + name: + sortindex: 1 + $t: Coup + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/4zmqrQ4v-rufRQM_oinFDQ6HykI=/0x0/pic2016054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZsRtgIExTwWphMDZPH1hG-CR8os=/fit-in/200x150/pic2016054.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 04:04:30 + numplays: 0 + - objecttype: thing + objectid: 172242 + subtype: boardgame + collid: 49431921 + name: + sortindex: 1 + $t: >- + Exploding Kittens: NSFW Deck + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/jOlEGT4WWuCOaUtvyz0jNrVhni0=/0x0/pic2815278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TxEigL5CVkmx1abe9ZKkugChMCU=/fit-in/200x150/pic2815278.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 04:04:55 + numplays: 0 + - objecttype: thing + objectid: 98778 + subtype: boardgame + collid: 49431916 + name: + sortindex: 1 + $t: Hanabi + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/Wkrf8z3pMlOFKwxafbw9-Ob404s=/0x0/pic2007286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/43_iOPRGbt6KUK1iwH4T38-4XYY=/fit-in/200x150/pic2007286.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 04:04:17 + numplays: 0 + - objecttype: thing + objectid: 204053 + subtype: boardgame + collid: 49431926 + name: + sortindex: 1 + $t: Imploding Kittens + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Q6rFG2Yg3sGQDY5Fek8V-e0zmTQ=/0x0/pic3518497.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ym5ImeRvSyZabs_DBAHV8gWkN4=/fit-in/200x150/pic3518497.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 04:05:15 + numplays: 0 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 49431929 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 04:05:27 + numplays: 0 + - objecttype: thing + objectid: 129622 + subtype: boardgame + collid: 49476580 + name: + sortindex: 1 + $t: Love Letter + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/GuLL8qnP2Kv6cJatUQskLg9Ad0s=/0x0/pic1401448.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5UWTReXVz1-gn2t0eiFzeosvfWs=/fit-in/200x150/pic1401448.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-08 00:19:36 + numplays: 0 + - objecttype: thing + objectid: 147949 + subtype: boardgame + collid: 49431913 + name: + sortindex: 1 + $t: One Night Ultimate Werewolf + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/r7HeuJg7g-g4gEIeIZv6x0gVL9E=/0x0/pic1809823.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/E1Aka3dgRRi0d_yg3LpZi4948iY=/fit-in/200x150/pic1809823.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 04:04:05 + numplays: 0 + - objecttype: thing + objectid: 188834 + subtype: boardgame + collid: 49431923 + name: + sortindex: 1 + $t: Secret Hitler + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/pgc-IHtFYJSsHEhBt_pFixeQf1I=/0x0/pic2771488.png + thumbnail: https://cf.geekdo-images.com/thumb/img/VD5sW-DorLo_YBjyXrhaXHwZT_4=/fit-in/200x150/pic2771488.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 04:05:05 + numplays: 0 + - objecttype: thing + objectid: 147020 + subtype: boardgame + collid: 49476572 + name: + sortindex: 1 + $t: Star Realms + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XRgMJVv4YweLlANgVvxeZsQ4lm0=/0x0/pic1903816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/457OeNXcnwr4r_5KPj3xyltK0QI=/fit-in/200x150/pic1903816.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-08 00:19:18 + numplays: 0 + - objecttype: thing + objectid: 182631 + subtype: boardgame + collid: 49476574 + name: + sortindex: 1 + $t: >- + Star Realms: Colony Wars + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Cj8EqOMEuAMKQE_ojoKjTPnYsHA=/0x0/pic2971899.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YdGodWNOkgEVDP5olnTSXVo_uJA=/fit-in/200x150/pic2971899.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-08 00:19:21 + numplays: 0 +username: doodlegeek +layout: collection + +---diff --git a/_collections/flying_circus.md b/_collections/flying_circus.md new file mode 100644 index 0000000..48d3e47 100644 --- /dev/null +++ a/_collections/flying_circus.md @@ -1,0 +1,925 @@ +--- +games: + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 41439864 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-17 23:55:16 + numplays: 0 + - objecttype: thing + objectid: 31260 + subtype: boardgame + collid: 43910355 + name: + sortindex: 1 + $t: Agricola + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/L-UBO3rBOmvIrZHZLSXOypyAUPw=/0x0/pic259085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zl48oz7IeKlgWJVBLYd0nFJumdA=/fit-in/200x150/pic259085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-13 06:30:45 + numplays: 0 + - objecttype: thing + objectid: 200680 + subtype: boardgame + collid: 45304188 + name: + sortindex: 1 + $t: Agricola &&#35;40;Revised Edition&&#35;41; + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/oQorPaOofq9lmHTOgjNpi8kDWAQ=/0x0/pic3029377.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3V5ljFZ9nCkiRrv9jobGMMsMBSA=/fit-in/200x150/pic3029377.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-25 14:31:20 + numplays: 0 + - objecttype: thing + objectid: 230802 + subtype: boardgame + collid: 50361641 + name: + sortindex: 1 + $t: Azul + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/9-SR48jyfxs4At6255sjHoly2sw=/0x0/pic3718275.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_ed_JktpgFwTr2WjEQgYMzHBvOQ=/fit-in/200x150/pic3718275.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-20 20:51:13 + numplays: 0 + - objecttype: thing + objectid: 171131 + subtype: boardgame + collid: 50361802 + name: + sortindex: 1 + $t: Captain Sonar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/rVAq1lKg98oU6tvLjERL-ZNiMfc=/0x0/pic3013621.png + thumbnail: https://cf.geekdo-images.com/thumb/img/GU81dh5VyVWiy1mHI028ALT3Gsw=/fit-in/200x150/pic3013621.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-17 09:05:11 + numplays: 0 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 40005820 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-18 00:05:57 + numplays: 0 + - objecttype: thing + objectid: 2993 + subtype: boardgame + collid: 45236033 + name: + sortindex: 1 + $t: >- + Carcassonne: Expansion 1 – Inns & Cathedrals + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/fyFwz5eOK-R2W4DugMmGWs1MFaE=/0x0/pic2659943.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/VIf1O5CjApsMesNfch46eXezPxA=/fit-in/200x150/pic2659943.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-18 00:06:06 + numplays: 0 + comment: Greek Version &&#35;40;but game itself is language + independent&&#35;41; + - objecttype: thing + objectid: 84876 + subtype: boardgame + collid: 40914620 + name: + sortindex: 5 + $t: The Castles of Burgundy + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/w3EsrbF6-Gvr5_qBeF7YL1Rslnk=/0x0/pic1176894.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQrgUYzyNADux66REz6_rfF26HU=/fit-in/200x150/pic1176894.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-25 14:37:20 + numplays: 0 + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 40005923 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-23 00:35:08 + numplays: 0 + - objecttype: thing + objectid: 124361 + subtype: boardgame + collid: 51341805 + name: + sortindex: 1 + $t: Concordia + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/abKLQBfHHaouqsLx7GGiIzqXBu8=/0x0/pic3453267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ap4Vj-Gb0Z64bxDUf7ulr52rFMw=/fit-in/200x150/pic3453267.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-23 05:28:23 + numplays: 0 + - objecttype: thing + objectid: 193037 + subtype: boardgame + collid: 48684211 + name: + sortindex: 1 + $t: >- + Dead of Winter: The Long Night + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ZLQYXI0DERFPJ1xC8PuJY__RY28=/0x0/pic2906832.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x1m6AT2DUI7Q74AkY4PhpdxCjMQ=/fit-in/200x150/pic2906832.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-15 08:31:37 + numplays: 0 + - objecttype: thing + objectid: 209418 + subtype: boardgame + collid: 42993379 + name: + sortindex: 1 + $t: Dominion &&#35;40;Second Edition&&#35;41; + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/hvjRaL8JfsyAXGdrh3pgzAEF3gc=/0x0/pic3187001.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/l5Yu6htDwMMNfXHG61tTmiDl3mY=/fit-in/200x150/pic3187001.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-09 13:22:50 + numplays: 0 + - objecttype: thing + objectid: 40834 + subtype: boardgame + collid: 48841292 + name: + sortindex: 1 + $t: >- + Dominion: Intrigue + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/r0aALn-3X6WgRcnDqVxbxGSG0tw=/0x0/pic460011.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mXbotIurS_kqKiAnbT92D81Xqa0=/fit-in/200x150/pic460011.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-14 10:14:22 + numplays: 0 + - objecttype: thing + objectid: 221965 + subtype: boardgame + collid: 50361776 + name: + sortindex: 5 + $t: The Fox in the Forest + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/2_TEdfnMI1Rc8F2qlsZ7rq8vLWg=/0x0/pic3496085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xfK539vD-ov94YZLwa9nfn48qWg=/fit-in/200x150/pic3496085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-17 09:00:04 + numplays: 0 + - objecttype: thing + objectid: 98778 + subtype: boardgame + collid: 50361792 + name: + sortindex: 1 + $t: Hanabi + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/Wkrf8z3pMlOFKwxafbw9-Ob404s=/0x0/pic2007286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/43_iOPRGbt6KUK1iwH4T38-4XYY=/fit-in/200x150/pic2007286.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-17 09:01:13 + numplays: 0 + - objecttype: thing + objectid: 148949 + subtype: boardgame + collid: 40009372 + name: + sortindex: 1 + $t: Istanbul + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/mJdCiWN7ePw8Q73GDhXupvKfOnE=/0x0/pic1885326.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ruG3shsJXCfvy_pdu1AWflBjorM=/fit-in/200x150/pic1885326.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-18 13:49:19 + numplays: 0 + - objecttype: thing + objectid: 172505 + subtype: boardgame + collid: 45375738 + name: + sortindex: 1 + $t: >- + Istanbul: Mocha & Baksheesh + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/wnu8tMVlKPBf4q0wUDGxza6WfCg=/0x0/pic2588706.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQ_lGFLSYc66QpkcWxbti5jtLOw=/fit-in/200x150/pic2588706.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-18 00:06:35 + numplays: 0 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 41777082 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-12 14:49:08 + numplays: 0 + - objecttype: thing + objectid: 122515 + subtype: boardgame + collid: 51789319 + name: + sortindex: 1 + $t: Keyflower + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/t6AnEi2l5tiHgWRjglwSfRsYy6E=/0x0/pic2278942.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-W-BQbgQw5bUQzJ8-Qm7pL5WKiw=/fit-in/200x150/pic2278942.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-02 22:06:20 + numplays: 0 + - objecttype: thing + objectid: 110327 + subtype: boardgame + collid: 40170113 + name: + sortindex: 1 + $t: Lords of Waterdeep + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/PTVnjG9ersdKq6feZTpq5SkiPPw=/0x0/pic1116080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/26Ef_y4lLwV5qhRgZUAEpkno55g=/fit-in/200x150/pic1116080.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-26 11:18:00 + numplays: 0 + - objecttype: thing + objectid: 134342 + subtype: boardgame + collid: 51149325 + name: + sortindex: 1 + $t: >- + Lords of Waterdeep: Scoundrels of Skullport + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/d7g42N7gm1JlZrJOxWfK36BN73A=/0x0/pic1590236.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-6PRMaXnsSC8ekhyJ9PurvYXm7E=/fit-in/200x150/pic1590236.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-26 12:00:07 + numplays: 0 + - objecttype: thing + objectid: 230251 + subtype: boardgame + collid: 46253501 + name: + sortindex: 1 + $t: Mint Delivery + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/NaQ6_h0KcQ6MRbGs7_Ix0vH7YCM=/0x0/pic3634430.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2s3v7W5cBqk6mw9UxZHeWT1IGsY=/fit-in/200x150/pic3634430.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2017-10-23 22:33:34 + numplays: 0 + - objecttype: thing + objectid: 200077 + subtype: boardgame + collid: 46253513 + name: + sortindex: 1 + $t: Mint Works + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CaoF1gDthH_0iNJDG5-7-r56FPc=/0x0/pic3418969.png + thumbnail: https://cf.geekdo-images.com/thumb/img/NThqD2v5sf_hQs_ur7OtliJ_PdE=/fit-in/200x150/pic3418969.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2017-10-25 14:12:33 + numplays: 0 + - objecttype: thing + objectid: 126042 + subtype: boardgame + collid: 41130048 + name: + sortindex: 1 + $t: Nations + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/6Zne9rNVAxgEzMmf4WmcEtH_xsc=/0x0/pic1591406.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2a-6_ihKoPWUe8yEUpz3Vi1UiX0=/fit-in/200x150/pic1591406.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-18 00:07:04 + numplays: 0 + - objecttype: thing + objectid: 160477 + subtype: boardgame + collid: 50228405 + name: + sortindex: 1 + $t: Onitama + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z1Cr_AvOTXmshbEqBaZ8C9f8_Gc=/0x0/pic2904046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/faDIdb9tWLzn86KsV2PjrTwBXKg=/fit-in/200x150/pic2904046.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-11 09:54:14 + numplays: 0 + - objecttype: thing + objectid: 30549 + subtype: boardgame + collid: 40470586 + name: + sortindex: 1 + $t: Pandemic + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/j-pfXZ_0GmOowohzD_T6NDAWGSA=/0x0/pic1534148.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HEKrtpTC1y1amXh5cKnVvowyE5Y=/fit-in/200x150/pic1534148.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-25 14:30:34 + numplays: 0 + - objecttype: thing + objectid: 161936 + subtype: boardgame + collid: 49071282 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 1 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/P_SwsOtPLqgk2ScCgI2YrI9Rg6I=/0x0/pic2452831.png + thumbnail: https://cf.geekdo-images.com/thumb/img/WI5NmPd9C3PpRvHKoP4a0Ettlao=/fit-in/200x150/pic2452831.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-10 15:19:33 + numplays: 0 + - objecttype: thing + objectid: 163412 + subtype: boardgame + collid: 50361765 + name: + sortindex: 1 + $t: Patchwork + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z8MYZktgvGTtIikMv9HSpD_ERAI=/0x0/pic2270442.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3KaofJ_Nl0a7lOFXS9PveSmQ7vE=/fit-in/200x150/pic2270442.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-17 09:30:10 + numplays: 0 + - objecttype: thing + objectid: 3076 + subtype: boardgame + collid: 41653583 + name: + sortindex: 1 + $t: Puerto Rico + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/RvdWBkmDks7AN8sodR4PyVcponA=/0x0/pic158548.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pYFq1WbW-LIQCvWCFxjQuDC-nho=/fit-in/200x150/pic158548.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-25 14:37:52 + numplays: 0 + - objecttype: thing + objectid: 12382 + subtype: boardgame + collid: 41920984 + name: + sortindex: 1 + $t: >- + Puerto Rico: Expansion I – New Buildings + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/ARjRLITOVqLnaDCTeVkkro2jcY0=/0x0/pic182535.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4GADKtp9oBCwexatY48RchVnzgU=/fit-in/200x150/pic182535.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-17 02:41:11 + numplays: 0 + comment: Print and play version + - objecttype: thing + objectid: 128882 + subtype: boardgame + collid: 40005754 + name: + sortindex: 5 + $t: >- + The Resistance: Avalon + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/kFDTpCfe476T1bzZUtNAbGyIjNg=/0x0/pic1398895.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rSivtcma94IGqMyHgzgfhjcyYDs=/fit-in/200x150/pic1398895.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-25 14:31:32 + numplays: 0 + - objecttype: thing + objectid: 181 + subtype: boardgame + collid: 41292834 + name: + sortindex: 1 + $t: Risk + yearpublished: 1959 + image: https://cf.geekdo-images.com/original/img/YZO9vx5m-XnvqgS-XDZH3aazcnE=/0x0/pic2920766.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/VAVvUW0tHm5HO70Uap-KwnQMUfU=/fit-in/200x150/pic2920766.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-17 00:41:57 + numplays: 0 + - objecttype: thing + objectid: 199561 + subtype: boardgame + collid: 50361740 + name: + sortindex: 1 + $t: Sagrada + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/OB-txvnkk0dTMShe_5l7zkUZ2y8=/0x0/pic3525224.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Efxb5We3kIolBOHjvnOffct-w0c=/fit-in/200x150/pic3525224.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-17 08:57:52 + numplays: 0 + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 45236035 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-17 23:54:32 + numplays: 0 + - objecttype: thing + objectid: 188834 + subtype: boardgame + collid: 41644943 + name: + sortindex: 1 + $t: Secret Hitler + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/pgc-IHtFYJSsHEhBt_pFixeQf1I=/0x0/pic2771488.png + thumbnail: https://cf.geekdo-images.com/thumb/img/VD5sW-DorLo_YBjyXrhaXHwZT_4=/fit-in/200x150/pic2771488.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-28 21:28:49 + numplays: 0 + comment: Print and Play version + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 40089458 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PgaVULm0QKeFV2zTro4hJEb70Yk=/0x0/pic1904079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x-l6MKgcj-wBZfgX1ttvO5MRcJ4=/fit-in/200x150/pic1904079.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-11 22:58:14 + numplays: 0 + - objecttype: thing + objectid: 192291 + subtype: boardgame + collid: 43078884 + name: + sortindex: 1 + $t: Sushi Go Party! + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/IDxIxVzcUPT2F7HUuBnAIZvKrBA=/0x0/pic3031286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/A8D6DQy46g02YlMicTyhlJza1jQ=/fit-in/200x150/pic3031286.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-06 02:49:43 + numplays: 0 + - objecttype: thing + objectid: 70919 + subtype: boardgame + collid: 40216148 + name: + sortindex: 1 + $t: Takenoko + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/7SDbClO-4sN6LICvfySB3jrFUhU=/0x0/pic1912529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6KTmKEfbsPgEFnMnHlYL5DIHHmU=/fit-in/200x150/pic1912529.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-09 04:42:02 + numplays: 0 + - objecttype: thing + objectid: 182028 + subtype: boardgame + collid: 43822775 + name: + sortindex: 1 + $t: >- + Through the Ages: A New Story of Civilization + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1d2h-kr4r_9xsss2Br6iMvjR9q0=/0x0/pic2663291.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ohqc2KTYdureA4PNjMqLXP4mUlU=/fit-in/200x150/pic2663291.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-17 00:26:19 + numplays: 0 + - objecttype: thing + objectid: 9209 + subtype: boardgame + collid: 40501616 + name: + sortindex: 1 + $t: Ticket to Ride + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/bOcAJxw-W-B2Gz0x67z8bjqzJgY=/0x0/pic38668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WRanmC5bMp81aFJHqzOi7Kcj-5g=/fit-in/200x150/pic38668.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-13 05:56:16 + numplays: 0 + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 43911228 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/cEaycXgp7DqVD2lORAUJ2IzgozU=/0x0/pic1054375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nKAeuNIMoyIyzMilVurhLTU9Qq4=/fit-in/200x150/pic1054375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-09 14:44:32 + numplays: 0 + - objecttype: thing + objectid: 126163 + subtype: boardgame + collid: 42275194 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/b_3SHZiUpcmrIT5hU8wVF0SDX8k=/0x0/pic1413480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RFxQzKDZgLqZ6oCtclSQHMbDlfk=/fit-in/200x150/pic1413480.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-17 23:55:33 + numplays: 0 + - objecttype: thing + objectid: 171623 + subtype: boardgame + collid: 43911676 + name: + sortindex: 5 + $t: The Voyages of Marco Polo + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/ewdBaa31ROM_gOmpYwp4xszuAHk=/0x0/pic2461346.png + thumbnail: https://cf.geekdo-images.com/thumb/img/HMtPzM7OaJwlKQopC5A1NC3cUUI=/fit-in/200x150/pic2461346.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-15 12:49:38 + numplays: 0 + comment: Greek Version &&#35;40;but game itself is language + independent&&#35;41; +username: flying_circus +layout: collection + +---diff --git a/_collections/govindk.md b/_collections/govindk.md new file mode 100644 index 0000000..1664830 100644 --- /dev/null +++ a/_collections/govindk.md @@ -1,0 +1,11557 @@ +--- +games: + - objecttype: thing + objectid: 155122 + subtype: boardgame + collid: 42865204 + name: + sortindex: 1 + $t: 1066, Tears To Many Mothers + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/oFs0EplzeqpVKyYAwpdUIxmyrL0=/0x0/pic4200779.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oYQk1BoULeDm5AnrQGPtq7VzgWo=/fit-in/200x150/pic4200779.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:39:08 + numplays: 0 + - objecttype: thing + objectid: 124847 + subtype: boardgame + collid: 42864748 + name: + sortindex: 1 + $t: 1911 Amundsen vs Scott + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/y1-clrHPsMJ-oVusGHbgfn1Dw1c=/0x0/pic1711549.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5ZXEKaFHwDkCc8BxjoXlAOJvlA8=/fit-in/200x150/pic1711549.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:25:04 + numplays: 0 + - objecttype: thing + objectid: 207830 + subtype: boardgame + collid: 46794816 + name: + sortindex: 1 + $t: 5-Minute Dungeon + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/qmIKAcdaUMX4skrH8pX0qBMxijg=/0x0/pic3370214.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ARZr8-iwv0GPlRiJHbseSwvXtKk=/fit-in/200x150/pic3370214.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-23 03:56:49 + numplays: 0 + wishlistcomment: Not anytime soon, but will definitely buy this eventually to play with + muggles. PURE FUN!! + - objecttype: thing + objectid: 154173 + subtype: boardgame + collid: 42864877 + name: + sortindex: 1 + $t: 7 Ronin + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/NaSymfCaDsFljy7YDaB-e5aS9No=/0x0/pic2908300.png + thumbnail: https://cf.geekdo-images.com/thumb/img/ywEtlJxHSfZo4McDDoa9uQN9Grc=/fit-in/200x150/pic2908300.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:25:14 + numplays: 0 + - objecttype: thing + objectid: 68448 + subtype: boardgame + collid: 44289829 + name: + sortindex: 1 + $t: 7 Wonders + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/3DP_RW5lTX0WrV67s8qi8CsiXoQ=/0x0/pic860217.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Grz-qM9xwxlvQGK7B-MiljtO9pQ=/fit-in/200x150/pic860217.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:13:07 + numplays: 1 + comment: Will change comments after few more plays + - objecttype: thing + objectid: 68448 + subtype: boardgame + collid: 49427143 + name: + sortindex: 1 + $t: 7 Wonders + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/z4Uw5q6DX1m3u3RMpxLtixzRtDA=/0x0/pic3949332.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yKbKVPPgOxmb49Q8DMWm2I0Z2vc=/fit-in/200x150/pic3949332.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:56:44 + numplays: 1 + comment: Haven't played it much at all. My copy has kind of worn off because + others have played it more than me. I really liked it the one time we + played, but I have so many other games in my collection I'd rather + play. + + I am keeping it as it's a nice next step to games + + + Can't rate it yet + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 46915548 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-01-14 04:44:24 + numplays: 0 + wishlistcomment: Played twice, really liked it - a game that got me into modern board + gaming. Lot of copies of the game near me, so getting it later. + - objecttype: thing + objectid: 133993 + subtype: boardgame + collid: 44485312 + name: + sortindex: 1 + $t: >- + 7 Wonders: Wonder Pack + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/iLYK2mGTh_2NRg649gZd19K2-mc=/0x0/pic1495052.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uv48zrVjsu4z917FhGLBgYtlJNo=/fit-in/200x150/pic1495052.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:12:55 + numplays: 0 + - objecttype: thing + objectid: 133993 + subtype: boardgame + collid: 49427141 + name: + sortindex: 1 + $t: >- + 7 Wonders: Wonder Pack + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/bc9EAyDrBOqB3fPp5cytygb_EQc=/0x0/pic3929136.png + thumbnail: https://cf.geekdo-images.com/thumb/img/T_1y7xoGTQPm4df6fmzfEEoEEhQ=/fit-in/200x150/pic3929136.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:56:55 + numplays: 0 + comment: expansion + - objecttype: thing + objectid: 180263 + subtype: boardgame + collid: 45753011 + name: + sortindex: 5 + $t: The 7th Continent + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/iQDBaRJ2LxJba_M7gPZj24eHwBc=/0x0/pic2648303.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zj6guxkAq2hrtEbLGFrIPCh4jv0=/fit-in/200x150/pic2648303.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:57:27 + numplays: 0 + comment: 28/07/2018 - Waiting for Renu to join me in Tokyo so we can start our game. + - objecttype: thing + objectid: 202408 + subtype: boardgame + collid: 43924930 + name: + sortindex: 1 + $t: Adrenaline + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/F2PPn7emp4Uo8lX6GP8KreZZ8OE=/0x0/pic3476604.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gBL35uOFX1Ng0g7x6rCei0Nxu6k=/fit-in/200x150/pic3476604.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-26 02:54:02 + numplays: 0 + - objecttype: thing + objectid: 183231 + subtype: boardgame + collid: 46195341 + name: + sortindex: 1 + $t: Adventure Land + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/TjHHm0reKqqhMw76TvaMBNFjL9M=/0x0/pic2958289.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WwGAswYk1Lr9l58JeeuBCkrkU6I=/fit-in/200x150/pic2958289.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:26:07 + numplays: 0 + - objecttype: thing + objectid: 4098 + subtype: boardgame + collid: 53159391 + name: + sortindex: 1 + $t: Age of Steam + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/Lg3XYjWqU2lxE06IPz--Y6VgKnQ=/0x0/pic429576.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RpJ3hIZWbF2dF7EyPRB8bl6MvMQ=/fit-in/200x150/pic429576.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-07-27 23:30:41 + numplays: 0 + - objecttype: thing + objectid: 155695 + subtype: boardgame + collid: 42811579 + name: + sortindex: 1 + $t: Age of War + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/ms_8P-4hRKHhxcFseuO390y_sME=/0x0/pic1977202.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fNmQ-otAKGGMlacx0hZmXtzIn7E=/fit-in/200x150/pic1977202.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 20:58:02 + numplays: 3 + - objecttype: thing + objectid: 230085 + subtype: boardgame + collid: 44908192 + name: + sortindex: 1 + $t: Agra + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/SKGMjesCBZc-o_My_RPRbeNbtM0=/0x0/pic3621105.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Aoyo-ZcONd_VEFiY56x3EYFaQ4U=/fit-in/200x150/pic3621105.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 20:56:31 + numplays: 15 + - objecttype: thing + objectid: 230085 + subtype: boardgame + collid: 49426888 + name: + sortindex: 1 + $t: Agra + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/SKGMjesCBZc-o_My_RPRbeNbtM0=/0x0/pic3621105.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Aoyo-ZcONd_VEFiY56x3EYFaQ4U=/fit-in/200x150/pic3621105.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:22:59 + numplays: 15 + - objecttype: thing + objectid: 31260 + subtype: boardgame + collid: 46791271 + name: + sortindex: 1 + $t: Agricola + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/L-UBO3rBOmvIrZHZLSXOypyAUPw=/0x0/pic259085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zl48oz7IeKlgWJVBLYd0nFJumdA=/fit-in/200x150/pic259085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-15 09:29:11 + numplays: 0 + wishlistcomment: >- + Love the idea of farming &&#35;40;which I will probably never do + in real life&&#35;41; + + + After watching gameplay, I like Agricola way more than I like Feast for Odin &&#35;40;comparing 2 of Uwe's big games&&#35;41;... + + + 1. First and foremost - I am yet to find a euro-gamer who doesn't like Agricola, they have nothing but praises for it. People even praise it for its theme. + + 2. Strategic Worker placement with a lot of replayability. + + 3. Resource management with building and worker placement - stop right there!! This is a must buy. + + 4. Card play &&#35;40;choosing&&#35;41; is amazing. + + 5. The luck factor in game is non existent, which is great. + - objecttype: thing + objectid: 154458 + subtype: boardgame + collid: 43591195 + name: + sortindex: 1 + $t: Akrotiri + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/yToX8khU9akPfsESn--F-Pidx0U=/0x0/pic3539688.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/K0-kg7heZDBITAbgd2FCBKjWtpU=/fit-in/200x150/pic3539688.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:14:04 + numplays: 5 + comment: >- + Rahdo's video helped me make the decision for whether to buy the game + or not. + + + [b]Reasons I own it:[/b] + + + - The exploration theme with the gameplay + + - Even don't theme isn't my first priority, this one has a strong theme in my opinion and that makes it easy to teach + + - Non-conflicting + + - 2 player only &&#35;40;I LOVE 2 player games&&#35;41; + + + [b]Components and presentation[/b] + + + Zman's Akrotiri has really good components, the tiles are big and chunky, there is something about the temple, it feels like wood but the weighs like a metal. It feels good to hold. The only minor complaint I have is the resource management board - it's just a thin sheet and if you aren't careful and bump your play area, there are chances that you might shift things a bit on it. The boat/ship piece is really nice too. I would have like the wooden bits to be a bit more bigger but I see the reason it's a small size, to accommodate the pieces on the boat's loading cavity. + + + [b]Reasons I like playing it:[/b] + + + - The sense of exploration in the game is really great, it's not so much about exploring the unknown, but more like you chart a course to a known location to try and find/establish a temple + + - Even though you can just pick up the cubes, whenever we play we make sure we load it into the boat and sail our way back to Tera. + + - Akrotiri starts faced paced and becomes slow towards mid-game &&#35;40;after about 8 tiles have come on the play area&&#35;41;, it starts to get deep and thinky + + - Even though there is no take-that element, there is still a tension on the aspect about opponent building a temple before your turn on an island, which blocks you from building on it + + - The cards that tell us where the temple is located is brilliant + + - The objective cards gives you a purpose and direction for placing the temple rather than randomly placing in it any free island + + - I love the AP I go through in this game + + + [b]Favourite gameplay mechanisms[/b] + + + - I love the no-hassle pick-up & delivery this game has and how the economy is build, you can just randomly delivery cubes of any colour, but that's not a smart way to do it as it can really limit how much you earn. + + - Oh those awesome awesome map cards with varying difficulty - love them + + - The objective cards make the way you play really unique and not just hurrying up to find a temple + + - I love the Oracle option, once per turn to find your tile that you need + + - The action tokens are nice way to keep track of the actions we have + + - The rewarding aspect of the game, the game always has something for you when you build one of your 6 temple + + - The way the orientation of icons are used for finding the temples is splendid, so you can sit anywhere you like on a play area and it doesn't matter + + + [b]Things I am not very fond of in the game[/b] + + + - The point I mentioned in the components carries over to here, I wish there was some kind of indentation on the board to keep the tokens/pieces. Now I understand from a production stand point that would have been expensive. + + - Few objective cards are difficult to score, but this can be easily remedied by visiting the forums on BGG + + - The cubes are really tiny and it can be easily lost, a minor complaint + + + + Akrotiri is one of my favourite 2 player game in my current collection. We just love playing this game. Renu and I love heavy euro games that makes our brain do some gymnastics but we don't get to play it every time we want to, Akrotiri is one among few that really scratches that itch for us. Its simple with minimum setup time and we are off. The exploration of a temple is really amazing and the discovery one is just so satisfying. . This game deserves more love than it gets. + + + The game is going to be our companion for a while, for sure. I hope designers or the publisher release an expansion with more objectives or release a second edition with new rules but keeping the soul element of the game intact. + - objecttype: thing + objectid: 154458 + subtype: boardgame + collid: 49427137 + name: + sortindex: 1 + $t: Akrotiri + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/JuvuaL4DSiZhm8aw5DmiB1yKrUU=/0x0/pic1917399.png + thumbnail: https://cf.geekdo-images.com/thumb/img/je-546oH-YU3rjHl9cYwcsxWCa4=/fit-in/200x150/pic1917399.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:23:13 + numplays: 5 + - objecttype: thing + objectid: 181293 + subtype: boardgame + collid: 43172810 + name: + sortindex: 1 + $t: Alien Artifacts + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Wv59PvXtO8r7hUDzsJFRPs5oSec=/0x0/pic3671706.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/K1YPgYICBJ9hVgPusjPTEN0Sudo=/fit-in/200x150/pic3671706.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:26:12 + numplays: 0 + - objecttype: thing + objectid: 234487 + subtype: boardgame + collid: 46675182 + name: + sortindex: 1 + $t: Altiplano + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/NeEN85Zbbt-pWxOlK64nrDeoW3Y=/0x0/pic4070329.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bCcFoIcePMCnx3vDk0uKxDmD5F0=/fit-in/200x150/pic4070329.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-15 09:28:57 + numplays: 0 + wishlistcomment: Based on Rahdo's video and quick reading of the rulebook really sold + the game for me. + + + 1. The deck building style aspect of resource tokens/chits with the + cart system before the chits go in bag + + 2. The worker placement aspect for taking an action in a specific + area + + 3. Secret objective drafting + the contract you buy mid-game + + 4. Extending your player board - freaking awesome + + 5. The road track is such amazing way to plan things + - objecttype: thing + objectid: 228959 + subtype: boardgame + collid: 48175785 + name: + sortindex: 1 + $t: >- + Alubari: A Nice Cup of Tea + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/dzaIcq4GkNBRAy82EsCBu-iv0GU=/0x0/pic4023737.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oTcZ4KdZ8v0SZUwOZsmOHAPW_vY=/fit-in/200x150/pic4023737.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-14 01:31:41 + numplays: 0 + wishlistcomment: Tony Boydell's next baby damn!! want to know more - can't wait. + - objecttype: thing + objectid: 137408 + subtype: boardgame + collid: 45634038 + name: + sortindex: 1 + $t: Amerigo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/vzcc8nJVW0mWV75ip9dNZwRcogs=/0x0/pic1824151.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eblMz2Rs7UNWsUpUOL2hKe1y2kM=/fit-in/200x150/pic1824151.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-17 22:18:23 + numplays: 4 + - objecttype: thing + objectid: 137408 + subtype: boardgame + collid: 49427135 + name: + sortindex: 1 + $t: Amerigo + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/8LfpN5YBz79dHqWjVceA5PpVKcw=/0x0/pic3251689.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6p9XpQeoPE4Gz8vWIUvPtMUtq2U=/fit-in/200x150/pic3251689.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:31 + numplays: 4 + - objecttype: thing + objectid: 185343 + subtype: boardgame + collid: 46915565 + name: + sortindex: 1 + $t: Anachrony + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/HwoXcAIvX44tc_CDgcQ6I0Rztg8=/0x0/pic3499707.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gXaZPeAGVZUmNEvIaeHeELP2a10=/fit-in/200x150/pic3499707.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-10 01:48:48 + numplays: 1 + wishlistcomment: >- + Gerhman's recommendation!! Really loved the concept and the gameplay + design. But I want to wait a bit longer before getting Anachrony, even + though Renu & I love to read and delve into the time-travel and sci-fi + subject - it's not as intriguing when playing a board game. + + We are still awe-struck by the Renaissance, medieval history trading games and prefer that as our settings over Sci-Fi, but we thoroughly enjoyed Gaia Project, so maybe that to this. + + + Edit: Played the game and it was really well made and deep euro, to its credit it looks like this mean beast with a lot of teeth but when you play it's so well done that it's a meekly worker placement resource management game. + + + Might buy it, not anytime soon. + - objecttype: thing + objectid: 134323 + subtype: boardgame + collid: 43903054 + name: + sortindex: 1 + $t: >- + Archipelago: Solo Expansion + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/6aPGBma7YiXsxBYWu3ySCB9uOYo=/0x0/pic1497682.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/quSuS_N1lM7v4DT8xEUBRa_LKTk=/fit-in/200x150/pic1497682.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-19 06:04:58 + numplays: 0 + - objecttype: thing + objectid: 134323 + subtype: boardgame + collid: 49427370 + name: + sortindex: 1 + $t: >- + Archipelago: Solo Expansion + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/6aPGBma7YiXsxBYWu3ySCB9uOYo=/0x0/pic1497682.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/quSuS_N1lM7v4DT8xEUBRa_LKTk=/fit-in/200x150/pic1497682.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:29:38 + numplays: 0 + - objecttype: thing + objectid: 236457 + subtype: boardgame + collid: 50292924 + name: + sortindex: 1 + $t: Architects of the West Kingdom + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/RKXgBZpXQXy0FjUdtW1OotAow8U=/0x0/pic3781944.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Lt4NUJ86Do_Z6quj10-XBUnErhc=/fit-in/200x150/pic3781944.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-05-09 04:40:43 + numplays: 1 + wishlistcomment: >- + Though I thoroughly enjoyed Shem's Raiders of the North Sea and will + play it again, it's not a game I would add to our collection, Viking + theme has no appeal to me in board games. + + + I saw the [url=https://www.youtube.com/watch?v=3335PK3RtgA]gameplay of Architects[/url] even before Rahdo's runthrough and thought it's a really cool game, but the same thing with Raiders, how somehow it doesn't captivate me or pique my interest enough to add it to our collection. However, would absolutely love to play it when it arrives. Eager in fact!! + + + + Edit &&#35;40;May 9th '18&&#35;41;: Played it on tabletopia + - objecttype: thing + objectid: 139033 + subtype: boardgame + collid: 43637837 + name: + sortindex: 1 + $t: >- + Archon: Glory & Machination + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/jwezSkNigt06PJhTEblfbcUzG28=/0x0/pic1801656.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/u4wjYFcd9hL5JGqIS5rRH0UrdaU=/fit-in/200x150/pic1801656.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-05-09 04:40:54 + numplays: 0 + wishlistcomment: LOVE to have this game - BUT EVENTUALLY. + + + If Mr. Richard 'Rahdo' Ham says this is not a good + 2-player game then, I trust him beyond anyone else. And the games I get + NEEDS to be a good 2 player. + - objecttype: thing + objectid: 234203 + subtype: boardgame + collid: 50968535 + name: + sortindex: 1 + $t: Artificial Intelligence + yearpublished: 2019 + image: https://cf.geekdo-images.com/original/img/aKRMw32-eFXiG-zhMaF2NHBEB5U=/0x0/pic3738958.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/k5uqdR92bPsSlOoW6d17ZSc9ie8=/fit-in/200x150/pic3738958.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-13 01:18:06 + numplays: 0 + - objecttype: thing + objectid: 136056 + subtype: boardgame + collid: 42864676 + name: + sortindex: 1 + $t: Asante + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/15d_DqGM9egYYKmE4t5YTDAB6tE=/0x0/pic1542350.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Pz50YiOx-__z56JSUb0OzKiyDpo=/fit-in/200x150/pic1542350.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:24:51 + numplays: 0 + - objecttype: thing + objectid: 39683 + subtype: boardgame + collid: 46791289 + name: + sortindex: 1 + $t: At the Gates of Loyang + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/heq9_9W9Dq6BA5mWQlQLnRuqp_E=/0x0/pic3601060.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gXKvWQk7Hn_Ktq7ycn3Y8lX0j7I=/fit-in/200x150/pic3601060.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-17 07:27:36 + numplays: 0 + wishlistcomment: A&&#35;41; Game setting - ancient China + + B&&#35;41; Farm's main crop planning in the beginning + of the game + + c&&#35;41; Engine Building elements in the farm - sort of. + + ----- + + 1. Card drafting system where you get to know what veggy your + customer requires. And adding a neighbouring market is just so cool. + + 2. There are returning customers and short term customers. Both with + their own kind of risks and rewards. + + With customer moods of being angry and sad + &&#35;40;indicated by tokens&&#35;41; - "just + amazing." + + 3. The loan system is really nice. Quick reward but end game + negative scoring. + + 4. The planning of your field with the cards you draw every round is + such an awesome gameplay. You are already building an engine for returning + customer but also expanding and planning for regular customers and new + ones. + + + Must buy! + - objecttype: thing + objectid: 231581 + subtype: boardgame + collid: 50104000 + name: + sortindex: 1 + $t: AuZtralia + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/9hYLlCAT_crBPym-eqbYqUqDx3M=/0x0/pic4144485.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HuUU_MkKPFRgXyxdy-f_ZZQvlgU=/fit-in/200x150/pic4144485.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-14 01:32:22 + numplays: 0 + wishlistcomment: Martin Wallace's take on Cthulhu, now I would play this game any day + but not going to add to my collection as the setting has absolutely no + appeal to me though I really LOVE James Colmer's + &&#35;40;[url=https://boardgamegeek.com/image/3589654/planar-expedition?size=original]I + liked Planar Expedition's art too[/url]&&#35;41; cover art + for the box. The game play has similar mechanics of Brass and Via Nebula + for route building. Its a nice cool fantasy take on History and its even + cool that its happening in Australia, but not for us. + - objecttype: thing + objectid: 230802 + subtype: boardgame + collid: 46854001 + name: + sortindex: 1 + $t: Azul + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/9-SR48jyfxs4At6255sjHoly2sw=/0x0/pic3718275.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_ed_JktpgFwTr2WjEQgYMzHBvOQ=/fit-in/200x150/pic3718275.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-05 11:41:19 + numplays: 6 + - objecttype: thing + objectid: 143741 + subtype: boardgame + collid: 46960567 + name: + sortindex: 1 + $t: BANG! The Dice Game + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/FV0kpzyWF-7AQCFI8TuQlRRIhNo=/0x0/pic2909713.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3xvZe7fHZdreM0Zt_eINI0F2V-A=/fit-in/200x150/pic2909713.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:28:57 + numplays: 0 + wishlistcomment: Not anytime soon, but will definitely buy this eventually to play with + muggles. + - objecttype: thing + objectid: 219832 + subtype: boardgame + collid: 47674875 + name: + sortindex: 1 + $t: >- + Barbarians: The Invasion + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/m5Uv46NOdTzyE2utLIMC8dT5ao8=/0x0/pic3847850.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sgiQCL-fgs12wPB4G8lkgX0S8-8=/fit-in/200x150/pic3847850.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-08 00:22:54 + numplays: 0 + wishlistcomment: Intrigued by Richard's run through and comments, the theme + doesn't appeal to me as much and Renu is no way into the theme either + and it's unavailable to buy at the moment too. + - objecttype: thing + objectid: 219513 + subtype: boardgame + collid: 46794428 + name: + sortindex: 1 + $t: Bärenpark + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/AGuL3E65YukIgSaclMVs6UmItQM=/0x0/pic3486218.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/V59bsEFmrOWnF2ZbWB94IWKhmrA=/fit-in/200x150/pic3486218.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-08 01:00:59 + numplays: 0 + wishlistcomment: Eventually, to play with muggles + - objecttype: thing + objectid: 222514 + subtype: boardgame + collid: 49068084 + name: + sortindex: 1 + $t: >- + Batman: Gotham City Chronicles + yearpublished: 2019 + image: https://cf.geekdo-images.com/original/img/9hqLtTQxU9mb5lb79o_dPkC78G4=/0x0/pic4016448.png + thumbnail: https://cf.geekdo-images.com/thumb/img/byXcn-0-1QhmRf4WLj_MxgeGOLQ=/fit-in/200x150/pic4016448.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-28 20:44:37 + numplays: 0 + wishlistcomment: >- + [size=12]BATMAN!![/size] + + That should be the reason enough, but the KS seems to be for a huge price and its an Ameritrash through and through &&#35;40;with a few euro mechanisms&&#35;41;, hence not getting it. At least not directly from KS. + - objecttype: thing + objectid: 146439 + subtype: boardgame + collid: 46888470 + name: + sortindex: 1 + $t: BattleLore &&#35;40;Second Edition&&#35;41; + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/bQLvhHye5_qR4ohxAWRqOnADXdg=/0x0/pic1854807.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LAZWWxwlRFMJ3t7UonXOFgy8Oy8=/fit-in/200x150/pic1854807.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-14 21:51:09 + numplays: 0 + wishlistcomment: Still r&d'ing it. There are few things I really like so far but + the main dice gameplay I don't. + + + Already own WoR, which I really like but don't want to have + another one though they are different games. + + + Need to come back to this later + - objecttype: thing + objectid: 1231 + subtype: boardgame + collid: 51298261 + name: + sortindex: 1 + $t: Bausack + yearpublished: 1987 + image: https://cf.geekdo-images.com/original/img/a-pV7X6FCGix3uczOeX7_ZKAEmg=/0x0/pic306631.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/d3o2IBbWLrkC7y7z8TKIvDSDIu4=/fit-in/200x150/pic306631.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-28 08:18:11 + numplays: 2 + - objecttype: thing + objectid: 168681 + subtype: boardgame + collid: 47433808 + name: + sortindex: 1 + $t: Beyond Baker Street + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/1rh59TYIMj6WcXtn9eTCOpBxFlU=/0x0/pic2926075.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0b5_H74YgLb5n6XVFyX1yDjrqNM=/fit-in/200x150/pic2926075.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-20 00:11:43 + numplays: 0 + wishlistcomment: I am not that big fan of Sherlock Holmes but I still enjoy certain short + stories, but this one has piqued my interest, need to r&d before + getting it. + + + Rahdo calls it Hanabi killer. + + + Saw the gameplay, it's a really nice charming game where the + theme makes so much sense. I mean not because Richard calls this better + than Hanabi, but after watching the gameplay the whole mechanism makes + sense here. + + + Should get it someday. + - objecttype: thing + objectid: 34219 + subtype: boardgame + collid: 46791259 + name: + sortindex: 1 + $t: Biblios + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/LHYQeLvH4_mQLFBoei4Ns5k8hms=/0x0/pic759154.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/s0zypGMGSHdfwG7tAu5Zfj2KiBw=/fit-in/200x150/pic759154.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-12-05 08:40:46 + numplays: 0 + wishlistcomment: Reason: + + + Awesome 2 player game. + + 1. Amazing card drafting system + + 2. A setting/theme we like + + + Can wait for now. + - objecttype: thing + objectid: 171233 + subtype: boardgame + collid: 42811651 + name: + sortindex: 5 + $t: The Big Book of Madness + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/PDUi7MvHSOcGqAa1WvVWg1w0fAM=/0x0/pic2750172.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/lNSkTw4ercOfA5z1cURVnV4tdII=/fit-in/200x150/pic2750172.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:29:57 + numplays: 1 + comment: Need to play more, at least 3-4 times before writing my thoughts. + + My first play I enjoyed it, and Renu felt we should keep it for + playing with cousins and all so the game stays with us for now. + - objecttype: thing + objectid: 171233 + subtype: boardgame + collid: 49427376 + name: + sortindex: 5 + $t: The Big Book of Madness + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/gTcRqVY7imNWoqnG1L1e-FFgKZg=/0x0/pic3120862.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4TIaQbUz8_Qdni6Ih3nAAXGKvew=/fit-in/200x150/pic3120862.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:26 + numplays: 1 + - objecttype: thing + objectid: 195856 + subtype: boardgame + collid: 42497097 + name: + sortindex: 1 + $t: >- + Bloodborne: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/wY_CVe06xKmAimYiQN0RKRL2eM8=/0x0/pic3297526.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qF_I8hOBtCzPgmQhhAggxLmIqow=/fit-in/200x150/pic3297526.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:27:35 + numplays: 3 + comment: >- + So Bloodborne, I am going to admit right now before dwelling deep into the + game, that I DO NOT like this game. + + I tried liking it, I wanted to badly, how could I not? It's one of my favourite video games and I wanted to love the card game version of the dark Gothic, plague ridden, monster slaying, brutal and punishing world set in Yharnam. + + + [b]Reasons I own it:[/b] + + + [url=https://www.playstation.com/en-us/games/bloodborne-ps4/][size=10][b]BLOODBORNE, the PS4 game[/b][/size][/url] + + That's it, I got it without checking the gameplay and decided to get it just out of my love & craze I have for the video game. + + + [b]Components and presentation[/b] + + + It's a CoolMiniorNot game, so the components are really good, the box also comes with a neat insert that fits everything well. Component wise, it's worth every penny. + + The cards are thick, the health dial is really good, the blood-echo tokens feel nice to hold, the player board is a sturdy cardboard. + + + I do have a minor quibble with the art, they have taken the artwork from the game and it really didn't suit well with the dark colour scheme, there is a difference when you see that art on monitor as opposed to a print and they should have done something else. I understand they might have had licensing limits or other issues, but I wish the card game had it's own artwork. + + + The second component that I disliked was the dice, now it could have been the expense in production that they chose to go with a simple dice. But for a game like Bloodborne, to go with the theme, a custom dice would have been brilliant as oppose to this red, yellow and green dice that stands out like an ugly pimple. + + + [b]Reasons I don't like playing it:[/b] + + + Bloodborne the card game takes place or tries to emulate [url=http://bloodborne.wiki.fextralife.com/Chalice+Dungeon]The Chalice Dungeon[/url] from the actual video game, but not quite; As a HUGE Bloodborne fan it's no way close to a Chalice Dungeon experience. Again, I am not one of those who bicker about a TV series or movie matching my favourite book when the medium is translated over to a different medium, but drawing random monster after monster until you reach a boss isn't Chalice Dungeon. The enjoyment of Chalice Dungeon in Bloodborne, the video game has so much to do with the exploration and discovering new places. They could have just called it an arena or something. + + + So you keep drawing one card after another until you meet the Boss of the level. And on your journey, if you are lucky you might find some good weapon to help you in your battle. + + You then add up your collection of blood echo and trophies earned for score. That's it. Rinse and Repeat with different monsters. + + + It's mean and its cut-throat and you can mess around with your opponents if you really want to. + + A quote from the rulebook which says you can negotiate but then lie if you want too. + + + [q]Players are free to discuss which card they intend to play and negotiate with the other Hunters to try to defeat the creatures in the dungeon. But all cards must be selected and played secretly and simultaneously! You are never required to play a particular card, even if you said you would![/q] And I do not enjoy mean games and when I am playing I am not looking for methods to kick my opponent in the face and laugh about how they didn't see it coming. + + + + [b]Favourite gameplay mechanisms[/b] + + + Why would I have a favourite gameplay mechanism if I don't like the game? Well, I do have a few. I never once said that [u]Bloodborne is bad game[/u], it's just not my cup of tea and it turned out to be something else from what I was expecting. + + + - It's quite easy to teach, not really a gameplay mechanism but I'd rather put it here. + + - The misleading feeling of "semi co-op" where the game itself is a cut-throat competitive game. However, the feel of semi-cop is one aspect they nailed from Chalice Dungeon. You do feel the co-op journey in Bloodborne's Chalice Dungeon, where you explore with a buddy, minus the explore part. + + - The losing of Blood Echoes. This is probably the laziest choice for a favourite mechanic but I really like the fact that there is that risk and push your luck element involved just like the video game. + + - Everyone gets rewarded, now this again isn't a gameplay mechanism but something I liked in the game. + + + + Bloodborne unlike Zombicide Black Plague wasn't an impulsive buy, I did not do my research before buying the game and that probably is one of the mistake I made. However, like Zombicide I am not planning to trade Bloodborne, and the reason is simply my love for the video game. It's going to be on my shelf as some kind souvenir or collectible item of a a beloved game from another realm. + + I don't see it getting played at all, one big reason being Renu will not enjoy the game for sure as 80% game revolves around die rolls with very less option to mitigate it or rather no way to mitigate it &&#35;40;yeah theme, whatever!! War of Ring drips theme and its dice based game I really like with plenty of mitigation options&&#35;41;. + + + With all the respect to Mr. Lang that he deserves, I really don't enjoy any of his games that I have played so far and Bloodborne is no exception &&#35;40;not sure what future holds, may be I will change my mind&&#35;41;. + + I find Bloodborne a drag and a boring 60-90 minutes of rolling dice trying to kill monster with a okay deck-building element to it. + + + Love the video game to death, really cannot enjoy the card game. + - objecttype: thing + objectid: 195856 + subtype: boardgame + collid: 49427334 + name: + sortindex: 1 + $t: >- + Bloodborne: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/wY_CVe06xKmAimYiQN0RKRL2eM8=/0x0/pic3297526.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qF_I8hOBtCzPgmQhhAggxLmIqow=/fit-in/200x150/pic3297526.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:28 + numplays: 3 + - objecttype: thing + objectid: 11 + subtype: boardgame + collid: 46369127 + name: + sortindex: 1 + $t: Bohnanza + yearpublished: 1997 + image: https://cf.geekdo-images.com/original/img/Hwyjq4cYfXY2l07Hm9mncHlrI4U=/0x0/pic69366.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uwI4ME5bA9KTNqmo6fYdUAV8NkE=/fit-in/200x150/pic69366.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:27:56 + numplays: 0 + comment: Need to play a couple more times before writing my thoughts. + + My first play I enjoyed it, and Renu felt we should keep it for + playing with cousins and all so the game stays with us for now. + - objecttype: thing + objectid: 11 + subtype: boardgame + collid: 49427340 + name: + sortindex: 1 + $t: Bohnanza + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/URysAhZhOlG_gRsvEHGjA4q0m5Y=/0x0/pic3125614.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WHAtYYl-Ok83dGJrT_Y-sYr1Cyk=/fit-in/200x150/pic3125614.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:24 + numplays: 0 + - objecttype: thing + objectid: 35428 + subtype: boardgame + collid: 49427344 + name: + sortindex: 1 + $t: >- + Bohnanza: Die SpiderBeans + originalname: >- + Bohnanza: Spiderbeans + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/DqcdLhzY1YVlwPEqpJOKKEKog08=/0x0/pic2709122.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qVeNLlKfQ19tT9URaIjQe_Af6hU=/fit-in/200x150/pic2709122.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:30:50 + numplays: 0 + - objecttype: thing + objectid: 35428 + subtype: boardgame + collid: 46369130 + name: + sortindex: 1 + $t: >- + Bohnanza: Spiderbeans + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/fn12pBZG4B-qZIAIgsuOw6KJei4=/0x0/pic322456.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FnWQ0Qx89FZ8snQBx0aeJM8ujn0=/fit-in/200x150/pic322456.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:28:11 + numplays: 0 + - objecttype: thing + objectid: 127060 + subtype: boardgame + collid: 46965912 + name: + sortindex: 1 + $t: Bora Bora + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/ci9eoyqBBeM8fG7IvfoqHAAOdJw=/0x0/pic1542342.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mW-GwpOLOKdZ9b34EHDaUAQJfc4=/fit-in/200x150/pic1542342.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-17 06:39:30 + numplays: 0 + - objecttype: thing + objectid: 133731 + subtype: boardgame + collid: 47812611 + name: + sortindex: 1 + $t: Brasil + yearpublished: 2019 + image: https://cf.geekdo-images.com/original/img/gmOOB1fzXezDDJfwxlz4bAye6HY=/0x0/pic2786349.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kJxB_ytP4puu8HDzjUZajTfueJI=/fit-in/200x150/pic2786349.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-08 00:26:08 + numplays: 0 + wishlistcomment: The game will be KS'ed and it is from WhatsYourGame which is amazing, + the designers are amazing. But need to look into the game more, read more, + check videos and then back it. + + + Can't wait for KS and Rahdo's run through. + - objecttype: thing + objectid: 224517 + subtype: boardgame + collid: 44150550 + name: + sortindex: 1 + $t: >- + Brass: Birmingham + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/SED341dmM5mGVVbLvwcvTjvUbIA=/0x0/pic3490053.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PER_53OQ2Y0i82FLMMo3qPQBzR0=/fit-in/200x150/pic3490053.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-08-05 00:38:17 + numplays: 0 + - objecttype: thing + objectid: 28720 + subtype: boardgame + collid: 44150567 + name: + sortindex: 1 + $t: >- + Brass: Lancashire + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/l4dwCcl4Vz0r4TD-2RgQ_uoHvWM=/0x0/pic3469216.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bY3T4SYX6lAhtfkUGJkC1laqnVw=/fit-in/200x150/pic3469216.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-08-05 00:38:07 + numplays: 0 + - objecttype: thing + objectid: 139898 + subtype: boardgame + collid: 47225977 + name: + sortindex: 1 + $t: Brew Crafters + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/21UI0gGVL11omxHgncdP9vgsLTU=/0x0/pic1601585.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9Z9IiNpKt-k0i7TIWsTOk_DQ6Bw=/fit-in/200x150/pic1601585.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-26 23:33:06 + numplays: 0 + - objecttype: thing + objectid: 136888 + subtype: boardgame + collid: 46791316 + name: + sortindex: 1 + $t: Bruges + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/G_0u37fgId8_hqzPrpQaJZSR5bU=/0x0/pic1652004.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vCOD5SwOQA0dxJ9-bkQUQ6aNb0w=/fit-in/200x150/pic1652004.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-11 00:58:33 + numplays: 0 + - objecttype: thing + objectid: 144592 + subtype: boardgame + collid: 46791234 + name: + sortindex: 1 + $t: Bruxelles 1893 + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/g-sRalMdRYQ6vL99M6J5fEpNSrc=/0x0/pic1726346.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/D3WxQJyTEgEXgRZHzo5Qo57x4O0=/fit-in/200x150/pic1726346.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-11 00:49:48 + numplays: 0 + - objecttype: thing + objectid: 181260 + subtype: boardgame + collid: 49865355 + name: + sortindex: 1 + $t: Burano + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/L5ZyCHip-qFMzyWJMfTGKl9G2EY=/0x0/pic2599157.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FOeAIbupeD-hvoUqvH78B7GuoRM=/fit-in/200x150/pic2599157.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-24 02:57:17 + numplays: 0 + - objecttype: thing + objectid: 199383 + subtype: boardgame + collid: 50512961 + name: + sortindex: 1 + $t: Calimala + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/s45UEa1pZ6nzizF2JHDm7567eSk=/0x0/pic3647383.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/glvl1tHLn0km-joCn3JB9CUFddE=/fit-in/200x150/pic3647383.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-05 19:17:14 + numplays: 1 + wishlistcomment: Played once, really enjoyed the game. Waiting for it to come to the market + for a decent price to snag it.. + + Sadly it's 3P to 5P but I am sure there will be a variant for + for 2p. This game would be one exception to the 2P must rule. + - objecttype: thing + objectid: 143994 + subtype: boardgame + collid: 46882130 + name: + sortindex: 1 + $t: Capo Dei Capi + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/-IIjjG8WYKyR51Xx2-ZlWa4YV24=/0x0/pic1764752.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZHmk4IkWR8zzkdJSjDx77yIBrr0=/fit-in/200x150/pic1764752.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-14 01:14:48 + numplays: 0 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 42811576 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:41:47 + numplays: 4 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 49428505 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-19 00:01:26 + numplays: 4 + comment: Played enough, doesn't come out that often. So gifted it to my lovely + niece. + - objecttype: thing + objectid: 7717 + subtype: boardgame + collid: 46791345 + name: + sortindex: 1 + $t: >- + Carcassonne: The Castle + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/7lTOkLHfELCQCFOx1GYarqIbyqU=/0x0/pic2606367.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/o2wzkf9r8EyiBD3oMqdWOnVfB18=/fit-in/200x150/pic2606367.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-11 01:00:45 + numplays: 0 + - objecttype: thing + objectid: 90305 + subtype: boardgame + collid: 47430082 + name: + sortindex: 1 + $t: Cargo Noir + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/bkcTIQupwbxK5G69kcXCHcvv1b8=/0x0/pic893400.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SIonLbnRJ60l5_udStsdrb9eYxE=/fit-in/200x150/pic893400.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-12-05 00:42:43 + numplays: 0 + - objecttype: thing + objectid: 233006 + subtype: boardgame + collid: 47384518 + name: + sortindex: 1 + $t: >- + Carthago: Merchants & Guilds + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/n2AX60nPIXYsXn2qdBcl8L0D0so=/0x0/pic3720380.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Yvrbe6Jrp5pxNiEerAt6P_YSvjE=/fit-in/200x150/pic3720380.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-12-03 07:56:54 + numplays: 0 + - objecttype: thing + objectid: 84876 + subtype: boardgame + collid: 46791313 + name: + sortindex: 5 + $t: The Castles of Burgundy + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/w3EsrbF6-Gvr5_qBeF7YL1Rslnk=/0x0/pic1176894.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQrgUYzyNADux66REz6_rfF26HU=/fit-in/200x150/pic1176894.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-01 06:41:54 + numplays: 2 + - objecttype: thing + objectid: 84876 + subtype: boardgame + collid: 49427347 + name: + sortindex: 5 + $t: The Castles of Burgundy + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/w3EsrbF6-Gvr5_qBeF7YL1Rslnk=/0x0/pic1176894.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQrgUYzyNADux66REz6_rfF26HU=/fit-in/200x150/pic1176894.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:37 + numplays: 2 + - objecttype: thing + objectid: 110926 + subtype: boardgame + collid: 51319711 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 1st Expansion – New Player Boards + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/byJ7P46aAu2wpSsJrsSrUDtpbzQ=/0x0/pic1122959.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LbDWZVcZv7YEuKln9foi_zxWCHg=/fit-in/200x150/pic1122959.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:36:17 + numplays: 0 + - objecttype: thing + objectid: 132477 + subtype: boardgame + collid: 51319712 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 2nd Expansion – New Hex Tiles + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/0iq0wa_2wjDQnXd7FcOxy90-B7c=/0x0/pic1481964.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FWzSU6sQOcNLhEj9mZPEddPDiFg=/fit-in/200x150/pic1481964.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:36:16 + numplays: 0 + - objecttype: thing + objectid: 139160 + subtype: boardgame + collid: 51319718 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 3rd Expansion – German Board Game Championship + Board 2013 + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/yD1kjxP2V7s_TyTdcoPThy8vgik=/0x0/pic1586687.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XYDSY9tLdkxN_b7W6rivh2H9SoM=/fit-in/200x150/pic1586687.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:36:14 + numplays: 0 + - objecttype: thing + objectid: 150083 + subtype: boardgame + collid: 51319714 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 4th Expansion – Monastery Boards + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/i1ojHog6wcj2OK5UEQZN-eraxYU=/0x0/pic1828430.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mlGTnn1WEmbAsSq78dHGGiw5I7w=/fit-in/200x150/pic1828430.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:36:12 + numplays: 0 + - objecttype: thing + objectid: 166589 + subtype: boardgame + collid: 51319715 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 5th Expansion – Pleasure Garden + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/WtfiDz76crcyj-DG4L0koSbetTE=/0x0/pic2672607.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vOpZ8Oi2GTcwHAvmK5TMSnPU-XE=/fit-in/200x150/pic2672607.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:36:10 + numplays: 0 + - objecttype: thing + objectid: 190225 + subtype: boardgame + collid: 51319720 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 6th Expansion – The Cloisters + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/SAMMaSbdi2oSaqItDJRYBaNAm9w=/0x0/pic2810046.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/opE-qkv-qktaew_lZPyYxzurbCA=/fit-in/200x150/pic2810046.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:36:06 + numplays: 0 + - objecttype: thing + objectid: 193585 + subtype: boardgame + collid: 51319724 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 7th Expansion – German Board Game Championship + Board 2016 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/h5MyVby3hOczwAVG5i0P86RvxCY=/0x0/pic2919047.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IlFZ_Yvy-3DLAhnQ45drOX9kOCI=/fit-in/200x150/pic2919047.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:36:05 + numplays: 0 + - objecttype: thing + objectid: 214005 + subtype: boardgame + collid: 51319721 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 8th Expansion – Trade Routes + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/37N6LJVwJCYF0-c2zzmugfq8Mgw=/0x0/pic3267089.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_7FvZiMPQVhLEuBaAOQ0dpfL3pA=/fit-in/200x150/pic3267089.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:36:21 + numplays: 0 + - objecttype: thing + objectid: 234163 + subtype: boardgame + collid: 51319723 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: 9th Expansion – The Team Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/5go0xBR3foIgp7DagkcQvHDezwk=/0x0/pic3823671.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DbW0J41AHdtdg00SOqcfADzwzG0=/fit-in/200x150/pic3823671.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:32:23 + numplays: 0 + - objecttype: thing + objectid: 191977 + subtype: boardgame + collid: 42811590 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/r7Bo_2KyKECNrqQ67G-BsSTbhcQ=/0x0/pic2844943.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P3gJ3Gu7XPAURpIsQK99_6iTS5w=/fit-in/200x150/pic2844943.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:33:47 + numplays: 1 + - objecttype: thing + objectid: 191977 + subtype: boardgame + collid: 49428359 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/r7Bo_2KyKECNrqQ67G-BsSTbhcQ=/0x0/pic2844943.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P3gJ3Gu7XPAURpIsQK99_6iTS5w=/fit-in/200x150/pic2844943.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:39 + numplays: 1 + - objecttype: thing + objectid: 232988 + subtype: boardgame + collid: 46968686 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: The Dice Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/pcQ8H3Hl-RjbmG9SdPRZ0lhhFeQ=/0x0/pic3748929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XTwXNTVgLLlLEOrIz_KdCSu4Ols=/fit-in/200x150/pic3748929.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-13 21:30:56 + numplays: 0 + wishlistcomment: Castles of Burgundy is one of my favourite game. And this one definitely + needs to be in our collection as I see it as Castles of Burgundy on the + move. + - objecttype: thing + objectid: 129351 + subtype: boardgame + collid: 46802938 + name: + sortindex: 5 + $t: The Cave + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/qbs9uGJsS78wQxsnOocJHlpsj78=/0x0/pic1399091.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ApGdLrVS1KGCngo0oShYaOSduFE=/fit-in/200x150/pic1399091.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-20 02:58:51 + numplays: 0 + wishlistcomment: ONE WORD SUMS THIS GAME UP - [size=18][b]EXPLORE[/b][/size] + - objecttype: thing + objectid: 37734 + subtype: boardgame + collid: 50131392 + name: + sortindex: 1 + $t: Cavum + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/l9OxY9455ed4O4malR7lK23qJpg=/0x0/pic1367245.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/io9cwhh5TCBEH5IAzSrL0vcXizU=/fit-in/200x150/pic1367245.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-07 03:27:20 + numplays: 0 + - objecttype: thing + objectid: 242574 + subtype: boardgame + collid: 48047344 + name: + sortindex: 1 + $t: >- + Century: Eastern Wonders + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/BospinGV5yjOHCSTydgQDng1hHY=/0x0/pic3898507.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LK-NRFrZnY_VEaFY-bgn7_ww7t0=/fit-in/200x150/pic3898507.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:31:28 + numplays: 0 + wishlistcomment: I like Splendor more than Century, but doesn't mean I don't + enjoy Century, I do - hence this has piqued my interest. + - objecttype: thing + objectid: 209685 + subtype: boardgame + collid: 45136705 + name: + sortindex: 1 + $t: >- + Century: Spice Road + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/kF-vMNTT5iY7Ui3UPhjbtMX6YAk=/0x0/pic3339551.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/OLP83FLrJVFLHMfmCpKhUQYX7pg=/fit-in/200x150/pic3339551.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:05:38 + numplays: 4 + - objecttype: thing + objectid: 209685 + subtype: boardgame + collid: 49427039 + name: + sortindex: 1 + $t: >- + Century: Spice Road + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/60ElV8kHaTYBg54TPNJ9vSzFlLw=/0x0/pic3678503.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NSyuYNdY_uYNIEglFZdakkqHP-s=/fit-in/200x150/pic3678503.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:42 + numplays: 4 + - objecttype: thing + objectid: 172287 + subtype: boardgame + collid: 49626492 + name: + sortindex: 1 + $t: Champions of Midgard + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/c1gxRcNaDdjeH8zpLYJEkDEYA5g=/0x0/pic2869714.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DkcfHm6xpdMa8-Bi1t7qEZsdeu4=/fit-in/200x150/pic2869714.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-05 22:26:21 + numplays: 1 + wishlistcomment: >- + A game for playing with level 02 muggles and crazy Viking fans. + + + Now CoM is dripping with theme, I would go as far and say its as thematic as Yedo &&#35;40;a game that radiates theme&&#35;41;, this is a sweet treat for people who love viking theme. I like Vikings but in video game not so much in board games and even in general not really crazy about their mythos or tales. + + + For the same reason and few other gameplay related reason this game is not for Renu and me. Played it twice &&#35;40;without the Valhalla expansion, want to play with it&&#35;41; and both the times it was okay'ish. I would play it again for sure but will not be adding it to my collection. + - objecttype: thing + objectid: 197376 + subtype: boardgame + collid: 44289751 + name: + sortindex: 1 + $t: Charterstone + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/QSEaUq4_I2KoVDrF1FGNJ7eAINs=/0x0/pic3322613.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DQUhxG_Aiv37LqVSYIUO5hRVN_w=/fit-in/200x150/pic3322613.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:28:57 + numplays: 12 + - objecttype: thing + objectid: 197376 + subtype: boardgame + collid: 49427355 + name: + sortindex: 1 + $t: Charterstone + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/QSEaUq4_I2KoVDrF1FGNJ7eAINs=/0x0/pic3322613.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DQUhxG_Aiv37LqVSYIUO5hRVN_w=/fit-in/200x150/pic3322613.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:43 + numplays: 12 + - objecttype: thing + objectid: 171 + subtype: boardgame + collid: 49105180 + name: + sortindex: 1 + $t: Chess + yearpublished: 1475 + image: https://cf.geekdo-images.com/original/img/kjE_203UAzAopd1voyWKAvXqFHw=/0x0/pic260745.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/v4iQ22pft-lihR4m0D9aid05qLE=/fit-in/200x150/pic260745.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-24 10:28:32 + numplays: 0 + - objecttype: thing + objectid: 205398 + subtype: boardgame + collid: 42811558 + name: + sortindex: 1 + $t: Citadels + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/iy-N3AoD24rDm3dXgl2sHuHmBzQ=/0x0/pic3119514.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iZ8PzQkMAV5LfvQebasFmHaWiqE=/fit-in/200x150/pic3119514.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:29:01 + numplays: 0 + - objecttype: thing + objectid: 205398 + subtype: boardgame + collid: 49427362 + name: + sortindex: 1 + $t: Citadels + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/iy-N3AoD24rDm3dXgl2sHuHmBzQ=/0x0/pic3119514.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iZ8PzQkMAV5LfvQebasFmHaWiqE=/fit-in/200x150/pic3119514.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:45 + numplays: 0 + - objecttype: thing + objectid: 201808 + subtype: boardgame + collid: 49427628 + name: + sortindex: 1 + $t: Clank! + originalname: >- + Clank!: A Deck-Building Adventure + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/MfZd82Kty4dFb6_hWj_OR03fzZI=/0x0/pic3056966.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pnE-JXfh_sjWxn6MTI19f6TBcKo=/fit-in/200x150/pic3056966.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:48 + numplays: 3 + - objecttype: thing + objectid: 201808 + subtype: boardgame + collid: 42497096 + name: + sortindex: 1 + $t: >- + Clank!: A Deck-Building Adventure + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/MfZd82Kty4dFb6_hWj_OR03fzZI=/0x0/pic3056966.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pnE-JXfh_sjWxn6MTI19f6TBcKo=/fit-in/200x150/pic3056966.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:44:50 + numplays: 3 + - objecttype: thing + objectid: 216132 + subtype: boardgame + collid: 46791536 + name: + sortindex: 1 + $t: Clans of Caledonia + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/wMBrwd-ZnHVV_XvVT3Tc6LtD0Ng=/0x0/pic3511783.png + thumbnail: https://cf.geekdo-images.com/thumb/img/__sPHWUZPKNOYeLZWsS_c18Exrw=/fit-in/200x150/pic3511783.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-18 22:55:25 + numplays: 5 + wishlistcomment: A major hit of 2017 - I have to do a bit more R&D + - objecttype: thing + objectid: 36932 + subtype: boardgame + collid: 46286522 + name: + sortindex: 1 + $t: Claustrophobia + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/tZKSyqTq-T5VfdD3IclQJIim44M=/0x0/pic570518.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qrh883HPCZdPjrM4Yth3wd1ZGeE=/fit-in/200x150/pic570518.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:42:17 + numplays: 0 + comment: Had the first edition, since the second edition is coming out, thought of + getting rid of this. + - objecttype: thing + objectid: 36932 + subtype: boardgame + collid: 49428522 + name: + sortindex: 1 + $t: Claustrophobia + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/tZKSyqTq-T5VfdD3IclQJIim44M=/0x0/pic570518.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qrh883HPCZdPjrM4Yth3wd1ZGeE=/fit-in/200x150/pic570518.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-19 00:01:11 + numplays: 0 + comment: Gave away as the second edition is coming out soon. So want to get that. + - objecttype: thing + objectid: 143515 + subtype: boardgame + collid: 46882796 + name: + sortindex: 1 + $t: Coal Baron + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/5qyM_s4sBM5VVNi0y9biIdlma64=/0x0/pic1743451.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pruiWMh5SULQiUMUBXFf-KX3fFo=/fit-in/200x150/pic1743451.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-02-14 01:01:22 + numplays: 0 + wishlistcomment: >- + An excellent design and a gateway euro, considering it for playing with + level 02 muggles. + + Eventually though. + - objecttype: thing + objectid: 245638 + subtype: boardgame + collid: 49279487 + name: + sortindex: 1 + $t: Coimbra + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/eNIan1v-I6hDRlFMmLigRR-eE8c=/0x0/pic3956079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Tx--yGoPPsqo5t8L-6Ps9XArE4c=/fit-in/200x150/pic3956079.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-05-09 04:42:03 + numplays: 0 + wishlistcomment: Seeing the presentation videos, I am okay by not adding the game to our + collection. + + + WOULD LOVE TO PLAY IT though. I love dice drafting so much, but + Coimbra's gameplay didn't really have that much of an appeal to + me. The artwork is stunning, love it &&#35;40;was my wallpaper on + my phone for a long time&&#35;41;. + - objecttype: thing + objectid: 192836 + subtype: boardgame + collid: 46791304 + name: + sortindex: 5 + $t: The Colonists + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/EccwoEjXsy1h5IZ9ISVkruAQKC0=/0x0/pic3195482.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jWmZonjXwz3NiY72I2KvAhO8r9Q=/fit-in/200x150/pic3195482.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-14 02:16:28 + numplays: 0 + comment: A little later in life, not anytime soon. + wishlistcomment: A little later in life + - objecttype: thing + objectid: 5782 + subtype: boardgame + collid: 50011465 + name: + sortindex: 1 + $t: Coloretto + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/YDS-_1noWJnB9GYf0VMdxgXscVI=/0x0/pic149765.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/OX0qdJwa3e0l03bT_olk4ymTvso=/fit-in/200x150/pic149765.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-02 04:10:50 + numplays: 0 + wishlistcomment: For playing with muggles and gifting and bringing new gamers to the hobby. + + A tad bit of take-that is in the game. + - objecttype: thing + objectid: 124361 + subtype: boardgame + collid: 43862603 + name: + sortindex: 1 + $t: Concordia + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/abKLQBfHHaouqsLx7GGiIzqXBu8=/0x0/pic3453267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ap4Vj-Gb0Z64bxDUf7ulr52rFMw=/fit-in/200x150/pic3453267.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:00 + numplays: 11 + - objecttype: thing + objectid: 124361 + subtype: boardgame + collid: 49427034 + name: + sortindex: 1 + $t: Concordia + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/abKLQBfHHaouqsLx7GGiIzqXBu8=/0x0/pic3453267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ap4Vj-Gb0Z64bxDUf7ulr52rFMw=/fit-in/200x150/pic3453267.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:50 + numplays: 11 + - objecttype: thing + objectid: 209574 + subtype: boardgame + collid: 45408871 + name: + sortindex: 1 + $t: >- + Concordia: 8 Forum Cards mini-expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/tPvVeryohQJuJA1FG0qmMSeiyYQ=/0x0/pic3233124.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/L_qvvSnnBx10dAEblRZU6rfRA6s=/fit-in/200x150/pic3233124.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:57 + numplays: 0 + - objecttype: thing + objectid: 209574 + subtype: boardgame + collid: 49427086 + name: + sortindex: 1 + $t: >- + Concordia: 8 Forum Cards mini-expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/tPvVeryohQJuJA1FG0qmMSeiyYQ=/0x0/pic3233124.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/L_qvvSnnBx10dAEblRZU6rfRA6s=/fit-in/200x150/pic3233124.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:31:12 + numplays: 0 + - objecttype: thing + objectid: 232917 + subtype: boardgame + collid: 47687242 + name: + sortindex: 1 + $t: >- + Concordia: Aegyptus / Creta + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/99VdqIDqAe7892pkEF1weoy-Bzo=/0x0/pic3736461.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fIbxFxIkd5pqp1Kis314J9t4RxA=/fit-in/200x150/pic3736461.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:56 + numplays: 0 + - objecttype: thing + objectid: 232917 + subtype: boardgame + collid: 49427073 + name: + sortindex: 1 + $t: >- + Concordia: Aegyptus / Creta + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/99VdqIDqAe7892pkEF1weoy-Bzo=/0x0/pic3736461.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fIbxFxIkd5pqp1Kis314J9t4RxA=/fit-in/200x150/pic3736461.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:07:21 + numplays: 0 + - objecttype: thing + objectid: 165023 + subtype: boardgame + collid: 51319747 + name: + sortindex: 1 + $t: >- + Concordia: Britannia / Germania + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/F8F4d2v8KMyEmkV0ymq1VqOQ2h4=/0x0/pic2286539.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FoW8hASLnYrgzLLB8aPbOPIHl04=/fit-in/200x150/pic2286539.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:34:07 + numplays: 0 + - objecttype: thing + objectid: 208364 + subtype: boardgame + collid: 45408872 + name: + sortindex: 1 + $t: >- + Concordia: Gallia / Corsica + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/jflYRgssapxy5PI_vyvpTV8tEM4=/0x0/pic3193731.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IRqmm50ADfn5xkzF5hZxiSm3NhQ=/fit-in/200x150/pic3193731.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:52 + numplays: 0 + - objecttype: thing + objectid: 208364 + subtype: boardgame + collid: 49427076 + name: + sortindex: 1 + $t: >- + Concordia: Gallia / Corsica + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ZX7vqI76vguP8JAF-AzLqXq5w2o=/0x0/pic3203427.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HrReD3vTUeSSbG9Dgys8I9gtBnI=/fit-in/200x150/pic3203427.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:07:34 + numplays: 0 + - objecttype: thing + objectid: 181084 + subtype: boardgame + collid: 45408870 + name: + sortindex: 1 + $t: >- + Concordia: Salsa + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/1SZHgXrAvqUP1QdxpBK4-pThmD8=/0x0/pic3996554.png + thumbnail: https://cf.geekdo-images.com/thumb/img/rHgIqkNuhLAv4A1mZkGwpo4g8y0=/fit-in/200x150/pic3996554.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:49 + numplays: 0 + - objecttype: thing + objectid: 181084 + subtype: boardgame + collid: 49427079 + name: + sortindex: 1 + $t: >- + Concordia: Salsa + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/yVBOkzmfggUfAoSSPucOHQWt-lI=/0x0/pic2682307.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/wdXYbEIWkcFGSuF2EbmvSd_MBLA=/fit-in/200x150/pic2682307.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:07:51 + numplays: 0 + - objecttype: thing + objectid: 72225 + subtype: boardgame + collid: 46882645 + name: + sortindex: 1 + $t: COâ‚‚ + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/tcs6BRqLFMbN1tEd-3MGaETdVaU=/0x0/pic1350204.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LyOJAVy6QpPuVXGtAViukgNzBkQ=/fit-in/200x150/pic1350204.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-08 01:02:21 + numplays: 0 + - objecttype: thing + objectid: 214887 + subtype: boardgame + collid: 48175799 + name: + sortindex: 1 + $t: >- + COâ‚‚: Second Chance + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/pKA670VpxV9nkzTAvr0Fs3Qg46I=/0x0/pic3619476.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x_QswnvPmS2rigyH380FXh2ebck=/fit-in/200x150/pic3619476.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:04:15 + numplays: 0 + comment: KS + wishlistcomment: The bloody KS shipping is so expensive to Asia, will have to hold on until + I find a retail or second-hand - don't give a dime about KS + exclusive. No hurry!! + + Lisboa, Vinhos & Gallerist first. + - objecttype: thing + objectid: 214887 + subtype: boardgame + collid: 49966683 + name: + sortindex: 1 + $t: >- + COâ‚‚: Second Chance + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/pKA670VpxV9nkzTAvr0Fs3Qg46I=/0x0/pic3619476.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x_QswnvPmS2rigyH380FXh2ebck=/fit-in/200x150/pic3619476.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-21 04:03:50 + numplays: 0 + - objecttype: thing + objectid: 230059 + subtype: boardgame + collid: 49499105 + name: + sortindex: 1 + $t: Crossfire + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/-SyeQpdRkgMYGv_llQVjjAQecFc=/0x0/pic3621676.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0S6sp51lFmZAG0e719ah_r9IJyo=/fit-in/200x150/pic3621676.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:31:41 + numplays: 2 + wishlistcomment: Not anytime soon, but will definitely buy this eventually to play with + muggles. + - objecttype: thing + objectid: 143986 + subtype: boardgame + collid: 46791261 + name: + sortindex: 1 + $t: CV + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/-rpL7UMhNubpRyQJwvUDfn2L2v8=/0x0/pic1968267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/63KN0YjYGUYH5WzUdZaC8_QZ2ow=/fit-in/200x150/pic1968267.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-02-08 00:28:52 + numplays: 0 + wishlistcomment: Renu really wants this game to play with cousins and for us too, so + eventually will be buying this. But can wait for now. + - objecttype: thing + objectid: 35935 + subtype: boardgame + collid: 42864861 + name: + sortindex: 1 + $t: Day & Night + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/ENKs2u2R09uLQUD3CZxTjrHaOtI=/0x0/pic369599.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/B4sfhOjMUqR9BE_PhWKhywZj8H0=/fit-in/200x150/pic369599.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:25:58 + numplays: 0 + - objecttype: thing + objectid: 150376 + subtype: boardgame + collid: 41537403 + name: + sortindex: 1 + $t: >- + Dead of Winter: A Crossroads Game + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/pOYQOSR1CnXcN6pEPx3yFDjKFaA=/0x0/pic3016500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/da35zyUhqdAVUoYNFvTdvp_MsnY=/fit-in/200x150/pic3016500.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-26 02:53:38 + numplays: 0 + comment: >- + On a trip to Yellow Submarine with fellow board game geeks, we found this + one in English for a second-hand price. When we enquired about the + game's maintenance, the staff told us only rule book was open, + everything else was intact - the pieces haven't even been punched + out. Did not think twice. + + + Got it, took some time setting it up - man 'oh man, after setting up it looked gorgeous. Absolutely stunning. I just wanted to know all the details about it. So once we familiarized ourselves with the rules. It BEGAN!! The first night in the Dead of Winter! + + + So the gameplay itself after round two felt easy to grasp, it's more about surviving as team than about killing and going on a blood-lust zombie hunt. + + The 'Crossroad Cards' were quite unique to me &&#35;40;also considering the fact that I am new to board games when writing this review&&#35;41;. That damn exposure die was so scary and it would ramp up the tension, so the game went on for couple of rounds. But soon it somehow went into the "let's get this over with" territory &&#35;40;it was quite late in the night&&#35;41;. I played as Mike Cho and Grey Beard, both of them ended up getting killed. We chose not to eliminate players from the board if their survivor dies. + + + I loved many aspect of this game, one of my favorite is the "traitor" part where one of us was a traitor &&#35;40;could have played without it, we chose to have a traitor card&&#35;41;. + + I love that tension, but not sure if we played it wrong or what happened, the traitor player wasn't revealed to be one until the last moment. Things got frustrating as we waiting for a long time for one player to finish and it was getting a bit of chore by then. + + + So in short, I really enjoyed it - but need to play more of it to kind of grasp the in & outs, understand the traitor aspect of the game a bit more. And I want the traitor to play his/her game of selfishness at the beginning, that will keep everybody awake and tensed. + - objecttype: thing + objectid: 156129 + subtype: boardgame + collid: 46807964 + name: + sortindex: 1 + $t: >- + Deception: Murder in Hong Kong + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/UpyQCjOdFAl8Gxtdk75AXy9Nt28=/0x0/pic2568916.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xTN14RsajBT28yRF_GdY1lsTuIE=/fit-in/200x150/pic2568916.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:32:04 + numplays: 2 + comment: To play with muggles and groups + wishlistcomment: Not anytime soon, but will definitely buy this eventually to play with + muggles. This will definitely be hit with family too. + - objecttype: thing + objectid: 171669 + subtype: boardgame + collid: 44289753 + name: + sortindex: 1 + $t: Discoveries + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/mG93XsX9iF1VJ1eHbPvhnMMOwC8=/0x0/pic2571301.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-Ak_eWBSr7S1f898UGXzuktq36w=/fit-in/200x150/pic2571301.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:33:20 + numplays: 7 + - objecttype: thing + objectid: 171669 + subtype: boardgame + collid: 49427435 + name: + sortindex: 1 + $t: Discoveries + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/mG93XsX9iF1VJ1eHbPvhnMMOwC8=/0x0/pic2571301.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-Ak_eWBSr7S1f898UGXzuktq36w=/fit-in/200x150/pic2571301.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:53 + numplays: 7 + - objecttype: thing + objectid: 39856 + subtype: boardgame + collid: 47126648 + name: + sortindex: 1 + $t: Dixit + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/m74nctbYaqTy03r8s_i_KTyvbYQ=/0x0/pic3483909.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-pTlIzjMjawpDvdG3TBwsUrHrk4=/fit-in/200x150/pic3483909.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-13 21:32:18 + numplays: 0 + wishlistcomment: Not anytime soon, but will definitely buy this eventually to play with + muggles. Or to gift someone. + - objecttype: thing + objectid: 62219 + subtype: boardgame + collid: 52372113 + name: + sortindex: 1 + $t: Dominant Species + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dpHznpiPiv8biNvE_P9RCkXaOx4=/0x0/pic784193.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/30e0HaXojGXIv3Opr__gaqLu2s0=/fit-in/200x150/pic784193.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-06-18 11:05:52 + numplays: 1 + - objecttype: thing + objectid: 26983 + subtype: boardgame + collid: 42864963 + name: + sortindex: 1 + $t: Dorn + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/WhvjmH5mGlYQZ0RFjMTF6jZ8o_c=/0x0/pic167357.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/egz5UsNoUpF7GbuFiI64Jgq9pu4=/fit-in/200x150/pic167357.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-11 01:04:59 + numplays: 0 + - objecttype: thing + objectid: 7804 + subtype: boardgame + collid: 42864876 + name: + sortindex: 1 + $t: Dracula + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/HrfhgaRzMdPFqGLg9_zGDx6RdyM=/0x0/pic31846.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/BwKUhm94m0iJ899jTSXVVOLBKHw=/fit-in/200x150/pic31846.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:25:08 + numplays: 0 + - objecttype: thing + objectid: 175636 + subtype: boardgame + collid: 49480944 + name: + sortindex: 1 + $t: Dragon Keepers + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/_BTefwPrXxi8RFrqXiPxfIhWLJs=/0x0/pic2598493.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/CVSYKYjDEAN-7KFv4vXjVKgviiw=/fit-in/200x150/pic2598493.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-09 00:11:42 + numplays: 0 + wishlistcomment: Lacerda's gift for my younger cousins + - objecttype: thing + objectid: 97207 + subtype: boardgame + collid: 46791263 + name: + sortindex: 1 + $t: Dungeon Petz + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/ouBrnOPtxRPIo3qJm2WqQjKt3Ag=/0x0/pic1103979.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U9PlUgkGQPOZl0qnet9oP30yNHA=/fit-in/200x150/pic1103979.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-03-05 22:29:45 + numplays: 0 + wishlistcomment: Just get the game when time is right, nothing can go wrong with this one. + - objecttype: thing + objectid: 142326 + subtype: boardgame + collid: 41213937 + name: + sortindex: 1 + $t: >- + Eight-Minute Empire: Legends + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/y94-taBtu9UygIYOYaAC8byHelg=/0x0/pic1708628.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/tnxJek8BI1yvKjGypaLu7IwwXx8=/fit-in/200x150/pic1708628.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:46:05 + numplays: 0 + - objecttype: thing + objectid: 142326 + subtype: boardgame + collid: 49427439 + name: + sortindex: 1 + $t: >- + Eight-Minute Empire: Legends + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/EHUP5MbjB5fcBNVv1j0gg7hq4TY=/0x0/pic1664196.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WLmEW3hK5Y_zofNzCD3-c6GddKw=/fit-in/200x150/pic1664196.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-18 22:53:20 + numplays: 0 + - objecttype: thing + objectid: 163968 + subtype: boardgame + collid: 47021543 + name: + sortindex: 1 + $t: Elysium + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/yik8q5LEYMtrO9Bx8-dUN9m2-H8=/0x0/pic2837103.png + thumbnail: https://cf.geekdo-images.com/thumb/img/XAqyd59H4hGF1j-Mpms0EoYX3vc=/fit-in/200x150/pic2837103.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:35:19 + numplays: 0 + comment: Renu's wedding anniversary gift to me 2016 + - objecttype: thing + objectid: 163968 + subtype: boardgame + collid: 49427461 + name: + sortindex: 1 + $t: Elysium + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/x7IIcSAqF3GO2yNKZPdv8xvV0bs=/0x0/pic2203147.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mqQfl_4bmIGYc46U7o5yYnAROC4=/fit-in/200x150/pic2203147.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:56 + numplays: 0 + - objecttype: thing + objectid: 33160 + subtype: boardgame + collid: 46794451 + name: + sortindex: 1 + $t: Endeavor + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/BiF5c2XHFSPHeIaZic6TrxSAna8=/0x0/pic379881.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RymFCW1LW0dmx6aHsUsyxa_7iy0=/fit-in/200x150/pic379881.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-05 19:19:53 + numplays: 0 + wishlistcomment: LOVE AT FIRST SIGHT &&#35;40;of the gameplay&&#35;41;. + While at Surugaya Harshad randomly pulled out the box to ask me if I knew + about the game, nope first time I saw it there. So came home and checked + beloved Rahdo's run through and was hooked to the gameplay. + + What a brilliant masterpiece of a game. + + The engine building, the worker placement and upgrading your play + board with colonisation couples with the brave and bold decision of adding + slavery, it's just elegant and a beautiful deep game with such less + complexity. + + Absolutely stunning game.. + + + [size=14][b]2nd ed &&#35;40;age of sail&&#35;41; + backed.[/b][/size] + - objecttype: thing + objectid: 233398 + subtype: boardgame + collid: 46798889 + name: + sortindex: 1 + $t: >- + Endeavor: Age of Sail + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/75hQHrqAh4G-avD8AEZXLO_xAuo=/0x0/pic3705146.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zlWygoG7Vuk7KKpDavloquqRuj4=/fit-in/200x150/pic3705146.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:04:18 + numplays: 0 + comment: KS + wishlistcomment: New revamped edition + everything I mentioned above. + + + "Take my money.." + - objecttype: thing + objectid: 82168 + subtype: boardgame + collid: 42811691 + name: + sortindex: 1 + $t: Escape from the Aliens in Outer Space + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/PO5bvfkKDURjfen6mt1zOnoyxvg=/0x0/pic2792336.png + thumbnail: https://cf.geekdo-images.com/thumb/img/8JWf_7JbY3x2QWvZ_VziaJL2dEI=/fit-in/200x150/pic2792336.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:39:06 + numplays: 1 + - objecttype: thing + objectid: 82168 + subtype: boardgame + collid: 49427538 + name: + sortindex: 1 + $t: Escape from the Aliens in Outer Space + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/PO5bvfkKDURjfen6mt1zOnoyxvg=/0x0/pic2792336.png + thumbnail: https://cf.geekdo-images.com/thumb/img/8JWf_7JbY3x2QWvZ_VziaJL2dEI=/fit-in/200x150/pic2792336.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:25:58 + numplays: 1 + - objecttype: thing + objectid: 142379 + subtype: boardgame + collid: 48176085 + name: + sortindex: 1 + $t: Escape Plan + yearpublished: 2019 + image: https://cf.geekdo-images.com/original/img/_z19T9l3r28rGG-L0-nXBBaK0po=/0x0/pic4178038.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fKLXZGvanfMDCAbWiIog2BNZM9A=/fit-in/200x150/pic4178038.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-07-19 10:53:22 + numplays: 6 + comment: KS + wishlistcomment: >- + So after play testing it with the man himself, I thoroughly enjoyed the + game. Again, this theme has absolutely no appeal to me &&#35;40;I + am more of a Vinhos person&&#35;41; but after playing it, I am + reconsidering it. Just like Gaia Project, the gameplay was so good and + tense as the rounds went up, it was absolutely crazy. + + Will be involved in a few more playtest, I am sure this is a game that I will be adding to my collection. + - objecttype: thing + objectid: 157820 + subtype: boardgame + collid: 46802499 + name: + sortindex: 1 + $t: >- + Escape: The Curse of the Temple – Big Box + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/-LJKpcvhhNtNrowlOrpPQs-LXuY=/0x0/pic1987738.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0AEORXs817yw5h4CU2cCoOFtYu8=/fit-in/200x150/pic1987738.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-11 15:04:29 + numplays: 0 + wishlistcomment: To play with muggles + - objecttype: thing + objectid: 206718 + subtype: boardgame + collid: 46791498 + name: + sortindex: 1 + $t: Ethnos + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/l3bgYwqwolui5dk6nYKmirbAHC4=/0x0/pic3304124.png + thumbnail: https://cf.geekdo-images.com/thumb/img/mfHtxAO_GD7f58WVdLr6GdAzK3I=/fit-in/200x150/pic3304124.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-13 21:33:03 + numplays: 0 + comment: For playing with muggles... + wishlistcomment: EVENTUALLY. + + To upgrade the complexity of games when playing with muggles. Easy + to teach and I think a game new board gamers will enjoy. + - objecttype: thing + objectid: 133848 + subtype: boardgame + collid: 46588082 + name: + sortindex: 1 + $t: >- + Euphoria: Build a Better Dystopia + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/t5rIEM0QZrcXZiPahjFdPLUWgXI=/0x0/pic1615561.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/i2T-LV8ONelDh7WAxZPIFku-658=/fit-in/200x150/pic1615561.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-05 22:31:49 + numplays: 0 + wishlistcomment: I love Jamey's designs. It's unique and always with a very + interesting theme. The only issue I have is it's almost rarely a good + 2 player game &&#35;40;don't think its an issue but for + me&&#35;41;. + + + Euphoria having seen the gameplay and even played half a game, I can + live without it not being on my shelf as a collection, thought I would + play anytime if people want me to. + - objecttype: thing + objectid: 199792 + subtype: boardgame + collid: 48658495 + name: + sortindex: 1 + $t: Everdell + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/L5e2iMnVKpXi3RO3uSwQB6iW-AQ=/0x0/pic3918905.png + thumbnail: https://cf.geekdo-images.com/thumb/img/yuVWEJ14iZMS5KLl1MRZSvB9FrM=/fit-in/200x150/pic3918905.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-05 22:32:29 + numplays: 0 + wishlistcomment: >- + Unless this game blows me out of the water with its gameplay, will not be + getting it. + + + [b]LOVE THE ARTWORK[/b] - but if I want a charming and beautiful anthropomorphic characters I'd rather buy a 'physical' story book/comics/novel, don't really enjoy or get drawn to them in my board games. The game might be terrific, the components look awesome. But just because it has glamour, it doesn't mean it has a elegant gameplay mechanism and that's what I want from my games. + + + Unless, there is a euro game based on Animal Farm that features no direct take-that conflict :P &&#35;40;wishful thinking&&#35;41; + - objecttype: thing + objectid: 155703 + subtype: boardgame + collid: 44289749 + name: + sortindex: 1 + $t: Evolution + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/ThUHq10tpEdS4cbNUGmdovJ-eok=/0x0/pic3543505.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YBOBavnfOzKqSgjvXDNcnAHnk5g=/fit-in/200x150/pic3543505.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:39:41 + numplays: 1 + - objecttype: thing + objectid: 155703 + subtype: boardgame + collid: 49427544 + name: + sortindex: 1 + $t: Evolution + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/ThUHq10tpEdS4cbNUGmdovJ-eok=/0x0/pic3543505.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YBOBavnfOzKqSgjvXDNcnAHnk5g=/fit-in/200x150/pic3543505.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:00 + numplays: 1 + - objecttype: thing + objectid: 71074 + subtype: boardgame + collid: 46802623 + name: + sortindex: 1 + $t: >- + Expedition: Northwest Passage + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/jo--4KfosITHTWERE6sfKUK2F6g=/0x0/pic1681453.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/K3h8cimZq-k4juppcmiTZfichlI=/fit-in/200x150/pic1681453.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-08 02:32:13 + numplays: 0 + wishlistcomment: Curious - need to check more + - objecttype: thing + objectid: 140125 + subtype: boardgame + collid: 42864736 + name: + sortindex: 1 + $t: Fallen + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/z-cSPYodnWobyA4UhJ7YBFCmES8=/0x0/pic1667550.png + thumbnail: https://cf.geekdo-images.com/thumb/img/M1E_RbuHdMVONWly_ICkxvP9lOE=/fit-in/200x150/pic1667550.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-11 01:05:07 + numplays: 0 + - objecttype: thing + objectid: 125046 + subtype: boardgame + collid: 47018113 + name: + sortindex: 1 + $t: Fantastiqa + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/mJaVd7diCZmC7JWW0hDsDTdLJCk=/0x0/pic1321261.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/CCtC1ThKKGYFB7v9hyQ57R_otC0=/fit-in/200x150/pic1321261.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-08 00:34:25 + numplays: 0 + wishlistcomment: This is available in Surugaya and no one seems to be interested in it, the + 1st edition if I recall correctly. Rahdo loves the game, but I + haven't really checked it enough to warrant a purchase. + - objecttype: thing + objectid: 177736 + subtype: boardgame + collid: 46791437 + name: + sortindex: 3 + $t: A Feast for Odin + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/h0P5NRuVBu0GuDrJo7CHAiSJo3U=/0x0/pic3146943.png + thumbnail: https://cf.geekdo-images.com/thumb/img/TlonnY76oPh37-oHKDOcL2pifBE=/fit-in/200x150/pic3146943.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2017-11-15 09:30:02 + numplays: 0 + wishlistcomment: I would go with Agricola over FFO. + + Will still play it if someone has it. + + Not intrigued me enough for me to add to our collection + - objecttype: thing + objectid: 163839 + subtype: boardgame + collid: 49068253 + name: + sortindex: 1 + $t: Feudum + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/hgJRewE9Ja94HQIA-QF_3aVcXvs=/0x0/pic3074532.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_tuiQKF4HHWp6fTEzB6Kld5Yung=/fit-in/200x150/pic3074532.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-05 22:32:42 + numplays: 0 + wishlistcomment: >- + [b]DAMN THE ARTWORK AND STYLE - LOVE IT.[/b] + + + The game features direct player conflict, hence would love to play but not a game Renu & I would choose to take out. + + But damn, the game is gorgeous. + - objecttype: thing + objectid: 159675 + subtype: boardgame + collid: 46918948 + name: + sortindex: 1 + $t: Fields of Arle + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/xlgiqGRKx6LZuhjh5iR-dtbMrJQ=/0x0/pic2225968.png + thumbnail: https://cf.geekdo-images.com/thumb/img/lKzUtdJxoZcMDlvz7SFwRDqoAaY=/fit-in/200x150/pic2225968.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:34:41 + numplays: 0 + wishlistcomment: Need to R&D more + - objecttype: thing + objectid: 200954 + subtype: boardgame + collid: 49256530 + name: + sortindex: 1 + $t: Fields of Green + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/2mfM570V1ExvCnojanS7bOg9LbY=/0x0/pic3504382.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cDJZf2Q3icM40wjf046u5T65v4E=/fit-in/200x150/pic3504382.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-01-30 02:12:56 + numplays: 0 + - objecttype: thing + objectid: 231999 + subtype: boardgame + collid: 49237313 + name: + sortindex: 1 + $t: Finished! + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/dV5Drv1SUL7Y5H4SHp4X2MXhLYo=/0x0/pic3666307.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9PUQMlfaHQJd7MSTbu51nGTUpWU=/fit-in/200x150/pic3666307.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-13 21:35:07 + numplays: 0 + wishlistcomment: I like solo and this is a unique charming one, if I find it somewhere for + cheap, will be snagging it. + - objecttype: thing + objectid: 206941 + subtype: boardgame + collid: 46791363 + name: + sortindex: 1 + $t: >- + First Class: All Aboard the Orient Express! + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/nS1z4Ha68oLSIfHTCI3-Bz0taE4=/0x0/pic3539689.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/98o-SDMeHA1dpM7HVFcOyHrrNjM=/fit-in/200x150/pic3539689.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-11 01:01:45 + numplays: 0 + - objecttype: thing + objectid: 121297 + subtype: boardgame + collid: 47431493 + name: + sortindex: 1 + $t: Fleet + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/BEge8jxDQWXjO6Ui-LqRhTAFtug=/0x0/pic1247682.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/A1IJpqPcIQ92C2-HBzb1EcJQUlU=/fit-in/200x150/pic1247682.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-12-05 02:36:15 + numplays: 0 + - objecttype: thing + objectid: 136063 + subtype: boardgame + collid: 41537165 + name: + sortindex: 1 + $t: Forbidden Desert + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/wYvf6LExNhb3rflp_QYmCK_NhMc=/0x0/pic1528722.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gm5d7sO006n-WTSG2ynzyLz169A=/fit-in/200x150/pic1528722.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:42:48 + numplays: 5 + comment: >- + This was again a recommendation by a fellow board gamer/geek, who happens + to own Forbidden Island. + + I wanted a co-operative game where it is one VS. game and he said blindly go for this one. + + + Oh man, did we enjoy it... but damn! this game was tough. We lost twice due to dehydration and some bad decisions we took during the gameplay and once we played on a very high difficulty level. Need to play this again and beat the bloody game. + + + I cannot recommend this enough to people who want an easy to setup, easy to teach, mid-level game to enjoy with friends. And it's ranked 217 on BGG which is a big deal in my opinion. + + + Go for it, don't hesitate. Trust me you will love it. Just start at a lower difficulty level that's all. $@&#35;! those Sun-Beat down cards. + - objecttype: thing + objectid: 136063 + subtype: boardgame + collid: 49428531 + name: + sortindex: 1 + $t: Forbidden Desert + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/wYvf6LExNhb3rflp_QYmCK_NhMc=/0x0/pic1528722.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gm5d7sO006n-WTSG2ynzyLz169A=/fit-in/200x150/pic1528722.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-19 09:25:33 + numplays: 5 + comment: Played so much, every session was fun. But never comes out and want to try + 2018's Forbidden Sky. So gifted it to my lovely niece. + - objecttype: thing + objectid: 245271 + subtype: boardgame + collid: 49596197 + name: + sortindex: 1 + $t: Forbidden Sky + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/J8BuhWMEJagWrAJCtrTN6r06SB4=/0x0/pic4177924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nFBpmPaBBm5fDlfaZivmCRPQvTI=/fit-in/200x150/pic4177924.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-12 19:15:49 + numplays: 0 + - objecttype: thing + objectid: 32002 + subtype: boardgame + collid: 50131439 + name: + sortindex: 1 + $t: Forged in Steel + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/or5HkPv03LIVPRHvQbGbJi9RJgI=/0x0/pic2813061.png + thumbnail: https://cf.geekdo-images.com/thumb/img/TByKtNRs4yuKumfq0spqM6RJjcM=/fit-in/200x150/pic2813061.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-07 03:32:58 + numplays: 0 + - objecttype: thing + objectid: 244049 + subtype: boardgame + collid: 49121374 + name: + sortindex: 1 + $t: Forum Trajanum + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/Q68w0_tpcjECPO7fY9OsKWe3f8I=/0x0/pic4196818.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nxyTi_BmWlftpDAvhmVfl1NXd74=/fit-in/200x150/pic4196818.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-05 22:33:56 + numplays: 0 + wishlistcomment: Stephan Feld, definitely interested. + - objecttype: thing + objectid: 66188 + subtype: boardgame + collid: 46067267 + name: + sortindex: 1 + $t: Fresco + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/nECd0Z9PQwvCLhFz5mXYpWYT1B4=/0x0/pic714398.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mIYaVBQ8EMeB9MPljJEMNBITySA=/fit-in/200x150/pic714398.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:40:01 + numplays: 3 + - objecttype: thing + objectid: 66188 + subtype: boardgame + collid: 49427551 + name: + sortindex: 1 + $t: Fresco + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/KEQxQkPEsHw7ajJjQlgLE5-2Upw=/0x0/pic3712917.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8FiHvQKbo0XPnt-v1MhFi2x4wg0=/fit-in/200x150/pic3712917.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-18 22:56:57 + numplays: 3 + comment: >- + Love the game, the only reason to get rid of it is to get the big box + edition. + + The basic version is good, but it's gets boring and stale after 2 plays. So need those awesome expansions. + + Recent KS is so expensive though. + - objecttype: thing + objectid: 197443 + subtype: boardgame + collid: 49647989 + name: + sortindex: 1 + $t: Fugitive + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k6c_XNW0gY8U1kmy_TU_iVCLVjE=/0x0/pic3481216.png + thumbnail: https://cf.geekdo-images.com/thumb/img/h4r6ne4jodzKaMbQ-fy9e3qWbPg=/fit-in/200x150/pic3481216.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-14 21:59:07 + numplays: 0 + - objecttype: thing + objectid: 220308 + subtype: boardgame + collid: 49702754 + name: + sortindex: 1 + $t: Gaia Project + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/FpQ2ODFHSgDGfEpskL0Uu2xyYMA=/0x0/pic3763556.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5P9XdMqgHu8f56SlenLalqSK_GU=/fit-in/200x150/pic3763556.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-08-04 06:53:10 + numplays: 4 + wishlistcomment: The theme dammit, I really dislike space theme and alien factions and all + that. [b]BUT THIS GAME IS JUST SO GOD DAMN GOOD.[/b] + + + I might still go with Clans of Caledonia rather than Gaia Project. 3 + people near me own it, so no need to get it anytime soon. + + + But - WHAT A BEAUTIFULLY DESIGNED GAMEPLAY! + - objecttype: thing + objectid: 31481 + subtype: boardgame + collid: 47126686 + name: + sortindex: 1 + $t: Galaxy Trucker + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/v0GLWVGXtaYIglLktLUBRr3s4gE=/0x0/pic3926631.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/90es3_t2C0hkBKwUFBRCGWU9TQ4=/fit-in/200x150/pic3926631.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-23 03:33:18 + numplays: 0 + - objecttype: thing + objectid: 125153 + subtype: boardgame + collid: 46067271 + name: + sortindex: 5 + $t: The Gallerist + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Ye9XSo3Ozz93R3ofXYHWfC_pMFg=/0x0/pic2503200.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tPHIAIqKX1X3Ycl_PxiT2iBtY8E=/fit-in/200x150/pic2503200.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-28 02:12:48 + numplays: 2 + wishlistcomment: >- + [size=14]A MUST BUY.[/size] + - objecttype: thing + objectid: 125153 + subtype: boardgame + collid: 51929994 + name: + sortindex: 5 + $t: The Gallerist + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Ye9XSo3Ozz93R3ofXYHWfC_pMFg=/0x0/pic2503200.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tPHIAIqKX1X3Ycl_PxiT2iBtY8E=/fit-in/200x150/pic2503200.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:54:39 + numplays: 2 + - objecttype: thing + objectid: 193148 + subtype: boardgame + collid: 51929996 + name: + sortindex: 5 + $t: >- + The Gallerist: KS Stretch Goal Pack &#35;2 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Jxgw736dVStLDTdlBNN6vP_qnKM=/0x0/pic2928618.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/11FV2thekc7t2tC52F7v_fS1g8Y=/fit-in/200x150/pic2928618.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-28 02:17:24 + numplays: 0 + - objecttype: thing + objectid: 193148 + subtype: boardgame + collid: 51930007 + name: + sortindex: 5 + $t: >- + The Gallerist: KS Stretch Goal Pack &#35;2 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Jxgw736dVStLDTdlBNN6vP_qnKM=/0x0/pic2928618.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/11FV2thekc7t2tC52F7v_fS1g8Y=/fit-in/200x150/pic2928618.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-28 02:17:38 + numplays: 0 + - objecttype: thing + objectid: 244522 + subtype: boardgame + collid: 51853921 + name: + sortindex: 1 + $t: Ganz schön clever + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/XYnyV_gUAa3ze2JOhyW3VNaMI4E=/0x0/pic3941961.png + thumbnail: https://cf.geekdo-images.com/thumb/img/_uNVC1D_8viPomRAh7dxMUsDYIo=/fit-in/200x150/pic3941961.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-05-24 03:28:07 + numplays: 0 + - objecttype: thing + objectid: 143693 + subtype: boardgame + collid: 47122581 + name: + sortindex: 1 + $t: Glass Road + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/r4Pjyfk-7ihYd3E9a9amLKQzZnA=/0x0/pic3505745.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LRqlEU7KA1NlS-sgEbWJhZgbmww=/fit-in/200x150/pic3505745.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-22 21:37:58 + numplays: 5 + comment: German Edition + - objecttype: thing + objectid: 143693 + subtype: boardgame + collid: 47122587 + name: + sortindex: 1 + $t: Die Glasstraße + originalname: Glass Road + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/2sF1_moHSTwKGuDC7zCnq5ZM7pQ=/0x0/pic1723950.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6Ar78hbFVZbeRMQ8OTF14_F25do=/fit-in/200x150/pic1723950.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-28 20:01:37 + numplays: 5 + - objecttype: thing + objectid: 189653 + subtype: boardgame + collid: 47554111 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Die Adventskalendererweiterung + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/fn6YUSy1Yi1CazHI1DBNk7Zctzw=/0x0/pic2796901.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_zV8C2YFHOEq1z0umd5B3atET-U=/fit-in/200x150/pic2796901.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:41 + numplays: 0 + comment: Got it with Glass Road purchase from BGG + - objecttype: thing + objectid: 189653 + subtype: boardgame + collid: 49427634 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Die Adventskalendererweiterung + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/fn6YUSy1Yi1CazHI1DBNk7Zctzw=/0x0/pic2796901.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_zV8C2YFHOEq1z0umd5B3atET-U=/fit-in/200x150/pic2796901.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:31:34 + numplays: 0 + - objecttype: thing + objectid: 190602 + subtype: boardgame + collid: 47523294 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Harlekin + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/W2beY2SfdPx9XbAGYcaPv8Afytc=/0x0/pic3748044.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5zFtY0DmW-C_RT8GloCLeWUG83s=/fit-in/200x150/pic3748044.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:42 + numplays: 0 + comment: Got it with Glass Roads purchase from BGG + - objecttype: thing + objectid: 190602 + subtype: boardgame + collid: 49427640 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Harlekin + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/W2beY2SfdPx9XbAGYcaPv8Afytc=/0x0/pic3748044.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5zFtY0DmW-C_RT8GloCLeWUG83s=/fit-in/200x150/pic3748044.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:31:32 + numplays: 0 + - objecttype: thing + objectid: 167567 + subtype: boardgame + collid: 47523329 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Oktoberfest + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PMTSJhVa-jz5F1SHn8cRM8_RTrY=/0x0/pic2279664.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/1fCnDt8FG6UtiAoFffNDSXWfhxc=/fit-in/200x150/pic2279664.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:44 + numplays: 0 + comment: Got it with Glass Roads purchase from BGG + - objecttype: thing + objectid: 167567 + subtype: boardgame + collid: 49427641 + name: + sortindex: 5 + $t: >- + Die Glasstraße: Oktoberfest + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PMTSJhVa-jz5F1SHn8cRM8_RTrY=/0x0/pic2279664.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/1fCnDt8FG6UtiAoFffNDSXWfhxc=/fit-in/200x150/pic2279664.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:31:30 + numplays: 0 + - objecttype: thing + objectid: 66362 + subtype: boardgame + collid: 47019219 + name: + sortindex: 1 + $t: Glen More + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/W2LIAOd9GntolWuLi-j0flI2SwE=/0x0/pic1013640.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TfiGkGa01rtdtrikpVUIsHHYo_k=/fit-in/200x150/pic1013640.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-05 22:34:14 + numplays: 0 + wishlistcomment: 1. Carcassonne on steroids + + 2. Amazing tile drafting where you have to plan way ahead + + 3. Rewards players for being very efficient with tiles + + 4. Bonus victory points for being creative, hence efficient with + tile-laying + - objecttype: thing + objectid: 174430 + subtype: boardgame + collid: 46915600 + name: + sortindex: 1 + $t: Gloomhaven + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/lDN358RgcYvQfYYN6Oy2TXpifyM=/0x0/pic2437871.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/e7GyV4PaNtwmalU-EQAGecwoBSI=/fit-in/200x150/pic2437871.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-01-27 04:51:51 + numplays: 1 + comment: Will always play, but I don't think I will ever add this to my + collection. + wishlistcomment: >- + Don't think I will ever buy this game &&#35;40;at least for + now that's what I think&&#35;41;. + + + Played 01 scenario and wasn't really that impressed, but of course need to play through more scenarios and then judge the game + - objecttype: thing + objectid: 19857 + subtype: boardgame + collid: 47126571 + name: + sortindex: 1 + $t: Glory to Rome + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/iQCHNzUcG_az-DZ4khEz0vAa2qs=/0x0/pic1079512.png + thumbnail: https://cf.geekdo-images.com/thumb/img/BDqBnAWh6U6WbA9be9xqwZsXQCs=/fit-in/200x150/pic1079512.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-23 03:23:37 + numplays: 0 + - objecttype: thing + objectid: 9216 + subtype: boardgame + collid: 49150502 + name: + sortindex: 1 + $t: Goa + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/ZO3q3cZqX_34C9i7MriB4u6txjk=/0x0/pic1215969.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cfoAFnMpAc2DV__mX-eAH2InXVo=/fit-in/200x150/pic1215969.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-08 00:36:03 + numplays: 0 + - objecttype: thing + objectid: 164338 + subtype: boardgame + collid: 49453863 + name: + sortindex: 5 + $t: The Golden Ages + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PNsIyH_c2Ul4PMNj1Se2CPTwUMk=/0x0/pic2211846.png + thumbnail: https://cf.geekdo-images.com/thumb/img/m7CSPyfVMAMu5yrxrtFAlaDq0yY=/fit-in/200x150/pic2211846.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-23 03:43:00 + numplays: 0 + - objecttype: thing + objectid: 182874 + subtype: boardgame + collid: 46791468 + name: + sortindex: 1 + $t: Grand Austria Hotel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/4d_XZzAStbyODa6p8xhLyOpIMh8=/0x0/pic2728138.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NOZr-fKBWO7WqdrEIObnGu5aPIo=/fit-in/200x150/pic2728138.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-08 05:19:18 + numplays: 1 + wishlistcomment: Had heard a lot of good things about the game. Man Vs Meeple's Jeremy + really praises this game a lot and need I say, Rahdo loves it too. + + + 1. Dice Drafting &&#35;40;one of my fav game + mechanism&&#35;41; + + 2. Resource &&#35;40;food&&#35;41; management and + how you want to serve a customer and what dice you want to take + + 3. The puzzle of Room in terms of bonus points scored based on row + and coloumn and other criteria + + 4. In a 2 player, the round token is damn interesting, which is + non-standard + + 5. The crazy easter egg type names of people related to BGs + + 6. Variable setup + + + Over all love it, just not buying it now because of space and time + constraint, but a 100% collection worthy. + - objecttype: thing + objectid: 146886 + subtype: boardgame + collid: 46791441 + name: + sortindex: 4 + $t: La Granja + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/bYiw2vhO2TVB5Dwq5_KzczLpTaQ=/0x0/pic2031777.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PNwch0_XDn_qJYClQxN1oSZXfKA=/fit-in/200x150/pic2031777.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-03-08 02:45:19 + numplays: 1 + wishlistcomment: From Mike Keller's games, Agra was the first for me haven't + played any of his other games. La Granja piqued my interest after playing + Agra &&#35;40;not really into Solarius Mission&&#35;41;. + Rahdo calls it the design love child of Stephan Feld & Uwe Rosenberg + :P + + And oh man! Is this gaming terrific + + + 1. Brilliant multi use of Card + + 2. Love the dice workflow in the game + + 3. The general trade good strategy in the game is amazing + + 4. The overall phase based gameplay is aweosme + + 5. Chain-combo action that occurs is just bloody brilliant + + + Must have, and will get it eventually, no hurry. + - objecttype: thing + objectid: 193738 + subtype: boardgame + collid: 45967190 + name: + sortindex: 1 + $t: Great Western Trail + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/U3RnjWjCHNkm4LVps_HNDHeuUI4=/0x0/pic3113247.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ojTMe48mgDcQdcrHJ1d_CSLtc7w=/fit-in/200x150/pic3113247.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-08 00:37:03 + numplays: 4 + wishlistcomment: Played it thrice - I JUST LOVE THIS GAME. + + Since the game is widely available, holding of on purchasing it + right now. And besides I have 3 copies near me if I want to play it + anytime. + - objecttype: thing + objectid: 245744 + subtype: boardgame + collid: 49602614 + name: + sortindex: 1 + $t: >- + Great Western Trail: Rails to the North + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/sE7QoH6E7nXQ8nBLlVu9DDyHGJQ=/0x0/pic4039881.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4KJ_3lM9Eekg5XiE6xytVhhVYzA=/fit-in/200x150/pic4039881.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-14 02:37:12 + numplays: 0 + - objecttype: thing + objectid: 111341 + subtype: boardgame + collid: 48832236 + name: + sortindex: 5 + $t: The Great Zimbabwe + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/Pcs2Icshgm_I5b_A3odGy65NTyE=/0x0/pic1400856.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SLIiwibqadm2oHi5v42D4kLH2Cg=/fit-in/200x150/pic1400856.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-02-19 04:24:48 + numplays: 0 + wishlistcomment: TGZ over FCM, haven't played any other Splotter games except FCM, but + the decision to get TGZ is after watching Rahdo's run-through and + Heavy Cardboard's play-through. + + + 1. I really liked the gameplay where, if you take something that is + advantageous to you, you will have to score more. + + 2. The permanent God worshiping is so cool, has to be such a careful + decision. + + 3. As bland as the board is, I still love the look of it and how the + board affects so much of your actions + + 4. The auction, even with two player is great and Keyflower like + mechanism where you use other player's building but the player gets + benefits. + + 5. Pure skill based game and so much to plan and do, for sure this + would give as such a sweet headache. + - objecttype: thing + objectid: 171668 + subtype: boardgame + collid: 41514605 + name: + sortindex: 5 + $t: The Grizzled + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/7_qWC5F5DdSXCpmADUDUsuW9mNg=/0x0/pic3719610.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tFgWvCeFbAKilEzXwie2dsOLkmk=/fit-in/200x150/pic3719610.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:45:39 + numplays: 0 + comment: >- + I was recommended this game by my fellow board game geek & friend. + + In the beginning, I was quite skeptical about getting it. + + + However, after watching couple of videos I was hooked by it's unique gameplay and style. There was a deep tension building up as the game went on. + + It's a small cute box with beautiful illustrations, doesn't take much time to setup and it's easy to teach. + + + I loved it and highly recommend it to anyone, even those new to board/card games. + + + Will get the At your Order Expansion soon. + - objecttype: thing + objectid: 171668 + subtype: boardgame + collid: 49427644 + name: + sortindex: 5 + $t: The Grizzled + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1UOorcH1JkbPadnKHrjGk03_mPg=/0x0/pic2595195.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UlZdpaH5UCfqJcPDCIczCmvzRQ0=/fit-in/200x150/pic2595195.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:03 + numplays: 0 + - objecttype: thing + objectid: 158600 + subtype: boardgame + collid: 45596249 + name: + sortindex: 1 + $t: Hanamikoji + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/91Xk0E6tifxeV5ZUFZZh1cgK0Yw=/0x0/pic2992529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-I4RLdipx8Zbh8usTyLMSW7TZYg=/fit-in/200x150/pic2992529.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-26 09:15:27 + numplays: 0 + - objecttype: thing + objectid: 158600 + subtype: boardgame + collid: 45596331 + name: + sortindex: 1 + $t: Hanamikoji + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/91Xk0E6tifxeV5ZUFZZh1cgK0Yw=/0x0/pic2992529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-I4RLdipx8Zbh8usTyLMSW7TZYg=/fit-in/200x150/pic2992529.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:46:24 + numplays: 0 + - objecttype: thing + objectid: 24827 + subtype: boardgame + collid: 49426955 + name: + sortindex: 1 + $t: Die Händler von Osaka + originalname: Traders of Osaka + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/wsbpx8Dpntzea8bRe5HJhqej4ok=/0x0/pic3358274.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XxLOah3lQmDEIiHj5wL_pBtGytY=/fit-in/200x150/pic3358274.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:06 + numplays: 1 + - objecttype: thing + objectid: 43015 + subtype: boardgame + collid: 46791442 + name: + sortindex: 1 + $t: Hansa Teutonica + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/Y7bW8H1htsE2xOv87qIuPTsjiTo=/0x0/pic839090.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-EMu8uE9XbVsA5oaczzRu0E85VQ=/fit-in/200x150/pic839090.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-07 07:21:58 + numplays: 0 + wishlistcomment: A classic that deserves a place on the shelf, but can wait as its not out + of print or anything and isn't a great 2p game either. + - objecttype: thing + objectid: 165662 + subtype: boardgame + collid: 42811537 + name: + sortindex: 1 + $t: Haru Ichiban + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/DnnmaaFfy-tEklnA2UWYYm2RrBQ=/0x0/pic2678962.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bdqz59s3PMgFTBLmWHt1yNYrPtc=/fit-in/200x150/pic2678962.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:46:41 + numplays: 2 + - objecttype: thing + objectid: 165662 + subtype: boardgame + collid: 49427658 + name: + sortindex: 1 + $t: Haru Ichiban + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/DnnmaaFfy-tEklnA2UWYYm2RrBQ=/0x0/pic2678962.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bdqz59s3PMgFTBLmWHt1yNYrPtc=/fit-in/200x150/pic2678962.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 22:23:48 + numplays: 2 + comment: Gifted to modeler, hopefully he finds joy where I didn't. + - objecttype: thing + objectid: 231280 + subtype: boardgame + collid: 46936609 + name: + sortindex: 1 + $t: Harvest Dice + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CpUcNRab1-fA51Z3hfKPeKGVIwc=/0x0/pic3687781.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/22RgMgH85sc2u0KCPetXydCnLxk=/fit-in/200x150/pic3687781.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-01-27 04:52:06 + numplays: 0 + comment: For playing with younger muggles - a but later on. Might give it as gift, + might not add it to collection + wishlistcomment: For playing with younger muggles. To give it as gift, not add it to + collection + - objecttype: thing + objectid: 169794 + subtype: boardgame + collid: 44318110 + name: + sortindex: 1 + $t: Haspelknecht + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/fQ2Uc_QAwBSb-nB9Z_lKFgZakY0=/0x0/pic3070755.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-DwRYKngpx-I4LPCRSVRVmC_no4=/fit-in/200x150/pic3070755.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-02-09 04:29:27 + numplays: 0 + wishlistcomment: >- + ***One of the games coming to me in 2018 + + + First off, don't give a slightest dang! what other think - I FREAKING LOVE THE ART STYLE. + + There is a reason why Johannes Sich chose the character to be represented stylised; irrelevant to be mentioned in my wishlist. + + + Watching Rahdo's run-through &&#35;40;oh! what would I do without beloved Rahdo&&#35;41;, this was an instant clink for me. I remember seeing "Haspelknecht" at Shoshen Grande on my first visit there with Old Hunter, the game did attract me then but was too expensive and my taste as a brand new &&#35;40;board game virgin&&#35;41; did not approve that Haspelknecht didn't have miniatures &&#35;40;I am laughing at that virgin self right now&&#35;41;. + + + 1. Surprisingly thematic + + 2. The disk selection mechanism is brilliant + + 3. The technology upgrades and the paths you can take with this game is awesome + + 4. The bonus action mechanism of using 2 workers to do same action feels so rewarding + + 5. The challenge the game presents through rain water clogging and going deeper into the mine feels so good when you think of it thematically + + 6. The game is fast paced, over in about 1hr-1.5hrs but offers the nice feeling of having played a bigger epic strategy game like Vinhos of Madeira. + + 7. Finally, though this isn't the first thing I go for, but the artwork - it just sings to me and I want it on my shelf to add to my Quined Games collection. + - objecttype: thing + objectid: 35677 + subtype: boardgame + collid: 46848416 + name: + sortindex: 4 + $t: Le Havre + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/Fs2MqRUBPQzORmEZbiVqSnBvHDg=/0x0/pic3330230.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/CstPYOK5l3W7LutBfbOQR4WAJX4=/fit-in/200x150/pic3330230.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-12 21:36:24 + numplays: 0 + - objecttype: thing + objectid: 106217 + subtype: boardgame + collid: 45209448 + name: + sortindex: 1 + $t: Hawaii + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/Lo4Sf5wGbqb8q4jkznjGEUOG4V8=/0x0/pic1188333.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ypze_fph4bA_VTB-WdZRvi9Soa8=/fit-in/200x150/pic1188333.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:53:08 + numplays: 6 + - objecttype: thing + objectid: 106217 + subtype: boardgame + collid: 49427744 + name: + sortindex: 1 + $t: Hawaii + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/R7yRFfwj01yad8FdzGWVTR4Ay0s=/0x0/pic2420520.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RVg15ztDAAbwXVzY3qtDXa_1mYU=/fit-in/200x150/pic2420520.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:08 + numplays: 6 + - objecttype: thing + objectid: 227789 + subtype: boardgame + collid: 48002025 + name: + sortindex: 1 + $t: Heaven & Ale + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CgF039HAcnv8hrIJ6y-wEULtKt8=/0x0/pic3563904.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fvT8SCnvREMfANjaG6T_HsLasCQ=/fit-in/200x150/pic3563904.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-23 03:42:05 + numplays: 0 + wishlistcomment: Really want to play this game, looks like a terrific multiplayer game. + + Would not add to my collection as the 2 player seemed too cut-throat + for my taste. + - objecttype: thing + objectid: 109548 + subtype: boardgame + collid: 42864930 + name: + sortindex: 1 + $t: Hemloch + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/1cfegF26D9x9oVoJ4LdHe44lNio=/0x0/pic1107558.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/AqIgssi37sbpe8xyMd00b6bNxpc=/fit-in/200x150/pic1107558.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:25:19 + numplays: 0 + - objecttype: thing + objectid: 231554 + subtype: boardgame + collid: 47437848 + name: + sortindex: 1 + $t: Herbalism + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/98WeB3TjObv2uWn3FX7cncrDW6k=/0x0/pic3664861.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ew-0t4g1JK6xB134Rz-Rp_NUtgo=/fit-in/200x150/pic3664861.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-06 01:42:24 + numplays: 0 + wishlistcomment: Need to r&d + - objecttype: thing + objectid: 220 + subtype: boardgame + collid: 50922872 + name: + sortindex: 1 + $t: High Society + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/U0_9bEZ4GcO8Kk6eNzqqTRQcwiE=/0x0/pic3894197.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/S9CsmKg8JnJsCqaxVz9Z7TVsigA=/fit-in/200x150/pic3894197.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-11 01:31:15 + numplays: 1 + - objecttype: thing + objectid: 2655 + subtype: boardgame + collid: 45833148 + name: + sortindex: 1 + $t: Hive + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/_EUpzmJKbLkOwYMZA_sOmyjGnlI=/0x0/pic791151.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/QRIjEgV1_HH5x27_MAK_--oWSLU=/fit-in/200x150/pic791151.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:54:01 + numplays: 0 + comment: 2017 B'day gift from Rob Sensei + - objecttype: thing + objectid: 2655 + subtype: boardgame + collid: 49427753 + name: + sortindex: 1 + $t: Hive + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/LZg2hlpZtAR6xxEqMc8uCEP3VXY=/0x0/pic2439049.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5tM-x5ehrmP-Aw1_z5Vllb6UAT0=/fit-in/200x150/pic2439049.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:11 + numplays: 0 + - objecttype: thing + objectid: 177478 + subtype: boardgame + collid: 47277445 + name: + sortindex: 1 + $t: IKI + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/C40_65IQMTTfLmWKLZbr1J1lBX4=/0x0/pic2515239.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HcdV2Rbuaq5nC2zmUr9EpljCutU=/fit-in/200x150/pic2515239.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-28 20:17:32 + numplays: 0 + wishlistcomment: Check Renu's wishlist comments before buying. + + + What sold me is the 17c Edo mural being used as a board. Its really + captivating. I haven't checked the gameplay yet but from what Renu + explained &&#35;40;absolutely excited&&#35;41; I going to + love it. + - objecttype: thing + objectid: 191862 + subtype: boardgame + collid: 41467944 + name: + sortindex: 1 + $t: Imhotep + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ysq8dLR9HQtx-79ugVIW-1ALHnQ=/0x0/pic3029488.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FzwEQsXEQC_ZnbzKQY7tX6YlmtQ=/fit-in/200x150/pic3029488.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:09:06 + numplays: 1 + comment: Got it couple of days back at Yellow Submarine. Played it with my fellow + board gamers, it was really fun. Sailing a ship with opponents blocks were + really fun. We enjoyed the "take that" element too. + + + Overall a really fun and easy to learn. Enjoyed it and would + recommend it to anyone looking for a semi-complex, family friendly, easy + to learn Egypt based thematic game. + + + And yes, you literally build pyramids in this one. + - objecttype: thing + objectid: 24181 + subtype: boardgame + collid: 53159583 + name: + sortindex: 1 + $t: Imperial + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/XF_XEH6FX0LkeKiN_2DKSFabOiQ=/0x0/pic840712.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/a6niUb9tYVmaAIJugLSidT1QZro=/fit-in/200x150/pic840712.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-07-27 23:53:16 + numplays: 0 + - objecttype: thing + objectid: 31594 + subtype: boardgame + collid: 47795252 + name: + sortindex: 1 + $t: In the Year of the Dragon + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/JTjcjPYEZu-cvFVWnoocLG9zL4s=/0x0/pic285822.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rl6LZuh2_wMkfqNFwbNPA-4QDcw=/fit-in/200x150/pic285822.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-28 20:02:11 + numplays: 0 + - objecttype: thing + objectid: 214000 + subtype: boardgame + collid: 46791323 + name: + sortindex: 1 + $t: >- + In the Year of the Dragon: 10th Anniversary + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/31yzmRpRl_xduSriyxoXVjpdH44=/0x0/pic3617407.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TVtSzycZZziVaFWtb8pESfeVB2c=/fit-in/200x150/pic3617407.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:54:13 + numplays: 2 + - objecttype: thing + objectid: 214000 + subtype: boardgame + collid: 49427756 + name: + sortindex: 1 + $t: >- + In the Year of the Dragon: 10th Anniversary + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/31yzmRpRl_xduSriyxoXVjpdH44=/0x0/pic3617407.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TVtSzycZZziVaFWtb8pESfeVB2c=/fit-in/200x150/pic3617407.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:17 + numplays: 2 + - objecttype: thing + objectid: 19777 + subtype: boardgame + collid: 50150610 + name: + sortindex: 1 + $t: Indonesia + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/GoIqNsMgEj-JhrtNwUtsuv6P3AM=/0x0/pic93485.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XrdXi6vdsMPty8TyYNSBkiU2_Tg=/fit-in/200x150/pic93485.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-07 21:05:10 + numplays: 0 + - objecttype: thing + objectid: 206490 + subtype: boardgame + collid: 50131387 + name: + sortindex: 4 + $t: An Infamous Traffic + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/HF3aAcxtL6kuRb-MCGg_xtYfZeE=/0x0/pic3135977.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9x1eScMObegIlD_iHxWO39kGjrw=/fit-in/200x150/pic3135977.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-07 03:26:49 + numplays: 0 + - objecttype: thing + objectid: 155821 + subtype: boardgame + collid: 44510653 + name: + sortindex: 1 + $t: Inis + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/FC7YIs478p6YO07t3dciSgWITXE=/0x0/pic3112623.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/M8kRZfsxIaSnkUn-zEybwzfmfGE=/fit-in/200x150/pic3112623.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:54:26 + numplays: 1 + - objecttype: thing + objectid: 155821 + subtype: boardgame + collid: 49427758 + name: + sortindex: 1 + $t: Inis + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/FC7YIs478p6YO07t3dciSgWITXE=/0x0/pic3112623.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/M8kRZfsxIaSnkUn-zEybwzfmfGE=/fit-in/200x150/pic3112623.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-21 21:57:37 + numplays: 1 + comment: Didn't really catch my interest. Gave it away with a heavy heart as + the artwork and production on it was stunning + - objecttype: thing + objectid: 235627 + subtype: boardgame + collid: 50011145 + name: + sortindex: 1 + $t: IquazuÌ + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/ogShXYc7rRLzT8lkEsxZs3rvzgE=/0x0/pic3744088.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UtPK1-0CGT5ScXbKwu99xWXDFrs=/fit-in/200x150/pic3744088.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-02 03:53:45 + numplays: 0 + wishlistcomment: For playing with muggles and gifting and bringing new gamers to the hobby. + + Nice quirky theme and gameplay. + - objecttype: thing + objectid: 176494 + subtype: boardgame + collid: 44289795 + name: + sortindex: 1 + $t: >- + Isle of Skye: From Chieftain to King + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/xMh08V_SQZ1K67mjIdLGe25Opxg=/0x0/pic2524838.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/d2koeZYCEWAwbHJM5vLPLAibB5U=/fit-in/200x150/pic2524838.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:04:37 + numplays: 3 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 49427761 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ZxvLv91MJpsnNoUqDSSJetsii88=/0x0/pic1768286.png + thumbnail: https://cf.geekdo-images.com/thumb/img/co2rCW2r25dPj-BkqdQhvY1xMLI=/fit-in/200x150/pic1768286.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:31:49 + numplays: 2 + - objecttype: thing + objectid: 211716 + subtype: boardgame + collid: 50457565 + name: + sortindex: 1 + $t: John Company + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/5K3VqyNOIFmvSYUJRf-k4OgljyU=/0x0/pic3567002.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Yc5_er2fKLNpGYieAaF2NEV16xM=/fit-in/200x150/pic3567002.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-21 11:15:41 + numplays: 0 + - objecttype: thing + objectid: 109276 + subtype: boardgame + collid: 46882650 + name: + sortindex: 1 + $t: >- + Kanban: Driver's Edition + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/dKocHa71tZ_egRoUyMrNqLT43Gg=/0x0/pic3981620.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Pt8i7XbeZYk6odNvA_ej38qxhR0=/fit-in/200x150/pic3981620.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-03-09 00:21:54 + numplays: 0 + - objecttype: thing + objectid: 183251 + subtype: boardgame + collid: 42811566 + name: + sortindex: 1 + $t: Karuba + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Wf7ocgmPXopC2cgd48UZm4EEr8E=/0x0/pic2727088.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IRtwFzTtsEYNtpPkJMpG3QJxvCQ=/fit-in/200x150/pic2727088.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-01 02:26:33 + numplays: 4 + wishlistcomment: To play with muggles. + + But I love it too and eventually need to add it to my collection. + - objecttype: thing + objectid: 183251 + subtype: boardgame + collid: 52613566 + name: + sortindex: 1 + $t: Karuba + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/8yVL5oyoRN10ncd55eICyfA2Ub8=/0x0/pic3853960.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xx71RmK0Qid33NXN2WmeOYhrcdc=/fit-in/200x150/pic3853960.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-01 02:26:44 + numplays: 4 + - objecttype: thing + objectid: 235465 + subtype: boardgame + collid: 49648485 + name: + sortindex: 1 + $t: >- + Karuba: The Card Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/0_E2mmQjiS79e8e9NNEKwcYdVAY=/0x0/pic4155697.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WRWAn4boNYby6KaD0RoluPnNhFA=/fit-in/200x150/pic4155697.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-23 03:40:18 + numplays: 0 + wishlistcomment: Just curious how it plays + - objecttype: thing + objectid: 213220 + subtype: boardgame + collid: 52613560 + name: + sortindex: 1 + $t: >- + Karuba: The Volcano + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/f0NfeSTnwJVmV4oiEDJqrd5CcCM=/0x0/pic3282933.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/AfjsP5f4BcjM8k0TuyCG4GOdRAU=/fit-in/200x150/pic3282933.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-01 02:26:01 + numplays: 0 + - objecttype: thing + objectid: 143175 + subtype: boardgame + collid: 46791284 + name: + sortindex: 1 + $t: >- + Kashgar: Merchants of the Silk Road + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/9agtg_If0RsNDJkdcjQlUUCfDeE=/0x0/pic3697855.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SHvVf2sLqM20BbbG65rHwWCOoYc=/fit-in/200x150/pic3697855.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-01 19:28:23 + numplays: 0 + comment: From Grail Games, pre-order English edition + wishlistcomment: Hope the English edition comes out sometime soon + - objecttype: thing + objectid: 29839 + subtype: boardgame + collid: 47020179 + name: + sortindex: 1 + $t: Key Harvest + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/qUMl9y18lfl3GVZRwaUfW0CxFWY=/0x0/pic217481.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ovxIv2WY_3mDAoe0sQ93rvZ_aIQ=/fit-in/200x150/pic217481.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-14 00:35:54 + numplays: 0 + - objecttype: thing + objectid: 78733 + subtype: boardgame + collid: 47020174 + name: + sortindex: 1 + $t: Key Market + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/zG2eGpCEeluHQT3TuyHhvc-8kBo=/0x0/pic779996.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/B5PyAeVmi2H9cKDkGj2HJBw6r7w=/fit-in/200x150/pic779996.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-19 09:39:03 + numplays: 0 + - objecttype: thing + objectid: 122515 + subtype: boardgame + collid: 46791235 + name: + sortindex: 1 + $t: Keyflower + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/t6AnEi2l5tiHgWRjglwSfRsYy6E=/0x0/pic2278942.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-W-BQbgQw5bUQzJ8-Qm7pL5WKiw=/fit-in/200x150/pic2278942.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-08 00:37:22 + numplays: 2 + - objecttype: thing + objectid: 122515 + subtype: boardgame + collid: 49359006 + name: + sortindex: 1 + $t: Keyflower + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/u9sJzetgZhDtJ54oNxaUamzVAWk=/0x0/pic1850406.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cgvuCIMqC479JMNNVhex9p1Bd3k=/fit-in/200x150/pic1850406.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:20 + numplays: 2 + - objecttype: thing + objectid: 144058 + subtype: boardgame + collid: 47020165 + name: + sortindex: 1 + $t: >- + Keyflower: The Farmers + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/hCQRFJk3pQN3FhUW5v6DdvWGYcQ=/0x0/pic1743806.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/krVz7tIuopgfRllhpGtHDGZrcd4=/fit-in/200x150/pic1743806.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-02-08 00:37:43 + numplays: 0 + wishlistcomment: Eventually to add to our Keyflower + - objecttype: thing + objectid: 163572 + subtype: boardgame + collid: 47020171 + name: + sortindex: 1 + $t: >- + Keyflower: The Merchants + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/VyAKLvDyqp3uoM_EqnkWRKCy_kY=/0x0/pic2191035.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RRYoe0R471RqBhxY8sq5z5r_UuU=/fit-in/200x150/pic2191035.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-02-08 00:37:41 + numplays: 0 + wishlistcomment: Eventually to add to our Keyflower + - objecttype: thing + objectid: 204583 + subtype: boardgame + collid: 42811612 + name: + sortindex: 1 + $t: Kingdomino + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/iDSCIiCAd9SQHv3WoYX0QdvDE_0=/0x0/pic3132685.png + thumbnail: https://cf.geekdo-images.com/thumb/img/gE7UpZsOyGWZrENKvoEA9ovTVqc=/fit-in/200x150/pic3132685.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:01:36 + numplays: 10 + - objecttype: thing + objectid: 204583 + subtype: boardgame + collid: 49427812 + name: + sortindex: 1 + $t: Kingdomino + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/iDSCIiCAd9SQHv3WoYX0QdvDE_0=/0x0/pic3132685.png + thumbnail: https://cf.geekdo-images.com/thumb/img/gE7UpZsOyGWZrENKvoEA9ovTVqc=/fit-in/200x150/pic3132685.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:22 + numplays: 10 + - objecttype: thing + objectid: 171879 + subtype: boardgame + collid: 53159516 + name: + sortindex: 1 + $t: >- + Kraftwagen: V6 Edition + originalname: Kraftwagen + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/U11af-bSkErF9BHoJh570DsEDEw=/0x0/pic3009417.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FZIdEAbly3c13BlevLTqmbCKEjQ=/fit-in/200x150/pic3009417.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 23:46:40 + numplays: 0 + - objecttype: thing + objectid: 152053 + subtype: boardgame + collid: 42811553 + name: + sortindex: 1 + $t: >- + Lagoon: Land of Druids + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/MP2t0_C_gV0LiCf1VCm3WCXI9Gc=/0x0/pic2260225.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PlAfVMp4xdt9uD2pFMQLp0Zixlk=/fit-in/200x150/pic2260225.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:10:50 + numplays: 0 + - objecttype: thing + objectid: 152053 + subtype: boardgame + collid: 49427115 + name: + sortindex: 1 + $t: >- + Lagoon: Land of Druids + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/QPp1Q95T2oSDGq4Ei_0yYsqL1Vg=/0x0/pic1896033.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Ff_dMbfIyx12AIRroFVvVuKY9ec=/fit-in/200x150/pic1896033.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:10:50 + numplays: 0 + - objecttype: thing + objectid: 97842 + subtype: boardgame + collid: 46145843 + name: + sortindex: 1 + $t: Last Will + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/2xRpnKDaAuw485qBZ4a4G0nMVhk=/0x0/pic1109132.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3pqrD-VxhLji8ZuZbzMDGNDK9-w=/fit-in/200x150/pic1109132.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:10:41 + numplays: 0 + - objecttype: thing + objectid: 97842 + subtype: boardgame + collid: 49427110 + name: + sortindex: 1 + $t: Last Will + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/ay7JYM2WAwkTZ4x78_lraRFpTy8=/0x0/pic2442432.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9cXv4dn64htKUc_SChEcw5wx780=/fit-in/200x150/pic2442432.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:11:39 + numplays: 0 + - objecttype: thing + objectid: 143063 + subtype: boardgame + collid: 49427126 + name: + sortindex: 1 + $t: >- + Last Will: Getting Sacked + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/e77H_uz-OrXgwfAopE5AoEDzZis=/0x0/pic1788540.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3DdtwkQH4O2ovgkj7ty0cv9zfKo=/fit-in/200x150/pic1788540.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:11:41 + numplays: 0 + - objecttype: thing + objectid: 140620 + subtype: boardgame + collid: 46791337 + name: + sortindex: 1 + $t: Lewis & Clark + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/1gM5SVa6TXk5uLYoxgaY6oCzlc4=/0x0/pic1902092.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uVfqE1LPgE_ZWfvyPRkPVgDPodA=/fit-in/200x150/pic1902092.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-23 03:40:08 + numplays: 0 + wishlistcomment: Have to get this soon. Just a stunning design and do I need to even + mention the artist. + - objecttype: thing + objectid: 161533 + subtype: boardgame + collid: 46888419 + name: + sortindex: 1 + $t: Lisboa + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k4JCDnjnu5YRn5QA8njFeRMbulk=/0x0/pic3209553.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TEdRetBxKyHnXpbQFmafKQqvQa4=/fit-in/200x150/pic3209553.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-27 09:13:42 + numplays: 3 + wishlistcomment: Oh my board game lord, what can I say? [b]AM I in freaking love with this + game!!!![/b] + + Its so bloody expensive to ship, and I need a bit of time in hands + from all the new games I have currently, hence just holding it off + temporarily, but in 2018, this beast of a design is to be mine. + + + 1. Simplicity of turn in terms of game play + + 2. Chain, inter-locking mechanisms + + 3. Building and resource management + + 4. Non-direct-conflict based player interaction + + 5. STUNNING looking mural style artwork and board + + 6. VITAL LACERDA ;&&#35;41; + - objecttype: thing + objectid: 161533 + subtype: boardgame + collid: 50588948 + name: + sortindex: 1 + $t: Lisboa + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k4JCDnjnu5YRn5QA8njFeRMbulk=/0x0/pic3209553.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TEdRetBxKyHnXpbQFmafKQqvQa4=/fit-in/200x150/pic3209553.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:45 + numplays: 3 + comment: My favourite of Vital's games + - objecttype: thing + objectid: 236191 + subtype: boardgame + collid: 46915630 + name: + sortindex: 1 + $t: London &&#35;40;second edition&&#35;41; + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/4kFY-uXI0AnSLE4hKVJOJXc8ynI=/0x0/pic3693999.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pl0Kral_N5IStL_INfmz3GBmPU8=/fit-in/200x150/pic3693999.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-23 03:56:12 + numplays: 0 + - objecttype: thing + objectid: 235512 + subtype: boardgame + collid: 46791390 + name: + sortindex: 1 + $t: Loot Island + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/06LF6RP8xrYllKaFIJOnerloQTc=/0x0/pic3741864.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/av3bui3ExJz9YE3WEabUN7n1MSU=/fit-in/200x150/pic3741864.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-13 21:35:33 + numplays: 0 + - objecttype: thing + objectid: 110327 + subtype: boardgame + collid: 49623795 + name: + sortindex: 1 + $t: Lords of Waterdeep + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/PTVnjG9ersdKq6feZTpq5SkiPPw=/0x0/pic1116080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/26Ef_y4lLwV5qhRgZUAEpkno55g=/fit-in/200x150/pic1116080.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-14 00:40:39 + numplays: 1 + wishlistcomment: Eventually to play level 02 muggles or to give as gifts. + + + Renu and I don't think LoW is a game we will need to add to our + collection as [thing=117915][/thing] is waaaaaaayyyyy deeper, richer, + elegant and in some regards better game &&#35;40;my + opinion&&#35;41; than LoW. [thing=117915][/thing] is what LoW + wishes it was. + + + LoW is a good game and I enjoyed playing it and will play it again, + but comparing similar game mechanics - [thing=117915][/thing] is way + better. + + Just because of the D&D setting this game got popularised so + much. + - objecttype: thing + objectid: 203993 + subtype: boardgame + collid: 50150847 + name: + sortindex: 1 + $t: Lorenzo il Magnifico + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/yoCGxA_YHrJnlBGRdpOjLFxcnsQ=/0x0/pic3175535.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eMoXCQnrIlaVtapNXVyLhFTZ660=/fit-in/200x150/pic3175535.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-07 21:15:34 + numplays: 0 + - objecttype: thing + objectid: 216459 + subtype: boardgame + collid: 47405226 + name: + sortindex: 5 + $t: The Lost Expedition + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Uo7flc_Fh_mRNGZSmle_hUzpGvw=/0x0/pic3339655.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XlUdVImqvb2asnavMvxY5jcvi14=/fit-in/200x150/pic3339655.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:10:23 + numplays: 12 + comment: I am not into co-op games with a few exceptions here and there. But this + one is really awesome game without any of the huge rules and "roll a + die to resolve" effects. + + + Really, really like it. Osprey Games has put out another gem. + - objecttype: thing + objectid: 216459 + subtype: boardgame + collid: 49427916 + name: + sortindex: 5 + $t: The Lost Expedition + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Uo7flc_Fh_mRNGZSmle_hUzpGvw=/0x0/pic3339655.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XlUdVImqvb2asnavMvxY5jcvi14=/fit-in/200x150/pic3339655.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:47 + numplays: 12 + - objecttype: thing + objectid: 231450 + subtype: boardgame + collid: 48710421 + name: + sortindex: 1 + $t: Lucky's Misadventures + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/JmEqTnznWpOEntEYz1YWk09J5Eo=/0x0/pic3904850.png + thumbnail: https://cf.geekdo-images.com/thumb/img/a-bAvXUDD2zhuHNGjvRwUv4ok_w=/fit-in/200x150/pic3904850.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-08 00:41:18 + numplays: 0 + wishlistcomment: Just curious!! + - objecttype: thing + objectid: 95527 + subtype: boardgame + collid: 46645035 + name: + sortindex: 1 + $t: Madeira + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/AiDM7gE739RpbJrelj4_fKDkTjg=/0x0/pic1762708.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/QiUBh4M4UceeCIRCG47w_QQQoGU=/fit-in/200x150/pic1762708.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-23 03:56:18 + numplays: 0 + wishlistcomment: There is not much to say about Madeira apart from calling it an excellent + design by Nuno & Paulo. + + + 1. The depth of gameplay + + 2. Simple turns but can trigger a domino effect + + 3. The dice placement that can help you but also help another player + + 4. Non-direct-conflicting game + + 5. Interconnected mechanism &&#35;40;kind of related to + point&#35;02&&#35;41; + + + A must have, another one for 2018 + - objecttype: thing + objectid: 176734 + subtype: boardgame + collid: 46791307 + name: + sortindex: 5 + $t: >- + The Manhattan Project: Energy Empire + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/GSHyEtCfCyEkTnFPxkUqUQnY4-U=/0x0/pic3048617.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zVheB-lQha3828-e2kTkpdR6PBo=/fit-in/200x150/pic3048617.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-11 00:57:17 + numplays: 0 + - objecttype: thing + objectid: 205059 + subtype: boardgame + collid: 48298831 + name: + sortindex: 1 + $t: >- + Mansions of Madness: Second Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0jncNnMHVZqa4u3oMwVm2Zn84q8=/0x0/pic3118622.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qsLtD7DnKVi5AZG206MTRah6CUU=/fit-in/200x150/pic3118622.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-01-03 10:44:29 + numplays: 2 + comment: I can see why this game is so famous among some people. But just not my + cup of tea. Going to contradict myself here though - i will still + occasionally play it and if there is any Cathullu or Lovecraft based co-op + Ameritrash I want to play among many others - this would be it. + + Like it more than Eldtrich Horror and I have not played Arkham + Horror &&#35;40;not planning too&&#35;41; + wishlistcomment: I really like the game, but probably will never buy and add to the + collection. + - objecttype: thing + objectid: 139030 + subtype: boardgame + collid: 42811647 + name: + sortindex: 1 + $t: Mascarade + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/659I4dOGhGMkUiGSZs-tpof9OSo=/0x0/pic1762410.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/py9DL96_4AcB0Oi-qcD6JtQy-Jw=/fit-in/200x150/pic1762410.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:10:44 + numplays: 0 + - objecttype: thing + objectid: 139030 + subtype: boardgame + collid: 49427921 + name: + sortindex: 1 + $t: Mascarade + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/fq2IyhF3X6T_Ed9M_q4RSMnrpRc=/0x0/pic3118987.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XJsQuqb8bOmsteIc2xqMFC0Vc7w=/fit-in/200x150/pic3118987.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 22:23:51 + numplays: 0 + comment: Gifted to modeler, hopefully, he finds joy where I didn't. + - objecttype: thing + objectid: 163107 + subtype: boardgame + collid: 42811646 + name: + sortindex: 1 + $t: Mascarade Expansion + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/gVVkcYZSo_-YCjTz1ARYgRxDoYM=/0x0/pic2286087.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/MSzlmwtsBDnMIgB7tpq21Ge0cmw=/fit-in/200x150/pic2286087.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:10:58 + numplays: 0 + - objecttype: thing + objectid: 163107 + subtype: boardgame + collid: 49427925 + name: + sortindex: 1 + $t: Mascarade Expansion + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/gVVkcYZSo_-YCjTz1ARYgRxDoYM=/0x0/pic2286087.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/MSzlmwtsBDnMIgB7tpq21Ge0cmw=/fit-in/200x150/pic2286087.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:10:57 + numplays: 0 + - objecttype: thing + objectid: 209010 + subtype: boardgame + collid: 46791299 + name: + sortindex: 1 + $t: Mechs vs. Minions + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/WhHdMb8GiMY-RhHddEByDyPkrWo=/0x0/pic3184103.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qRm6x5id_myJ0U9aHr9yfPuX3aU=/fit-in/200x150/pic3184103.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-11 00:56:15 + numplays: 0 + - objecttype: thing + objectid: 46 + subtype: boardgame + collid: 46791524 + name: + sortindex: 1 + $t: Medici + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/FtHCVn5NXYkTgZQjgnKDrOfPeVE=/0x0/pic2672797.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/EjKkQsCeiY9__j1u1Fv6GPNLQ-M=/fit-in/200x150/pic2672797.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-11 01:12:34 + numplays: 0 + - objecttype: thing + objectid: 193214 + subtype: boardgame + collid: 46854006 + name: + sortindex: 1 + $t: Meeple Circus + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/6WfjxxwWHAhFe58Tu6vcgSuJz1Q=/0x0/pic3895016.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/OHbuDFnCZx-LXFDxswzkLQIdPzY=/fit-in/200x150/pic3895016.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-15 09:31:03 + numplays: 0 + comment: For playing with group of muggles + wishlistcomment: This would be an awesome game with group and with muggles + - objecttype: thing + objectid: 39684 + subtype: boardgame + collid: 46944045 + name: + sortindex: 1 + $t: Merkator + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/A-PU12vYxqtmyDtQHmu5K0x3ilY=/0x0/pic875112.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/j7YU52-rEc1Tcge9dfhLF4qKfNk=/fit-in/200x150/pic875112.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-16 09:04:53 + numplays: 0 + - objecttype: thing + objectid: 230251 + subtype: boardgame + collid: 46846938 + name: + sortindex: 1 + $t: Mint Delivery + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/NaQ6_h0KcQ6MRbGs7_Ix0vH7YCM=/0x0/pic3634430.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2s3v7W5cBqk6mw9UxZHeWT1IGsY=/fit-in/200x150/pic3634430.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:04:25 + numplays: 0 + comment: KS + - objecttype: thing + objectid: 200077 + subtype: boardgame + collid: 46846948 + name: + sortindex: 1 + $t: Mint Works + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CaoF1gDthH_0iNJDG5-7-r56FPc=/0x0/pic3418969.png + thumbnail: https://cf.geekdo-images.com/thumb/img/NThqD2v5sf_hQs_ur7OtliJ_PdE=/fit-in/200x150/pic3418969.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:04:27 + numplays: 0 + comment: KS + - objecttype: thing + objectid: 172386 + subtype: boardgame + collid: 46853998 + name: + sortindex: 1 + $t: Mombasa + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/7JDxzN4LbAeslZGBU1G7Ccqutx0=/0x0/pic2611318.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G-_djHkm5LFZuqSokCvGt22VY4E=/fit-in/200x150/pic2611318.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-13 03:15:12 + numplays: 0 + - objecttype: thing + objectid: 122298 + subtype: boardgame + collid: 47335002 + name: + sortindex: 1 + $t: Morels + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/0pbRCKcXUJhv09e8snCnxmX_Ebk=/0x0/pic1284667.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P3IkPfCoi5Ba9KTtn9Vp8aGS6DU=/fit-in/200x150/pic1284667.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-12-01 04:55:25 + numplays: 0 + - objecttype: thing + objectid: 72287 + subtype: boardgame + collid: 42811688 + name: + sortindex: 1 + $t: Mr. Jack Pocket + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dQ0ES_SKxG2oXbhKy73RVQEdNvw=/0x0/pic1519530.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3OjHgZ1MIGRAFnmD0fcuUDk-Nng=/fit-in/200x150/pic1519530.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:11:15 + numplays: 0 + - objecttype: thing + objectid: 72287 + subtype: boardgame + collid: 49427930 + name: + sortindex: 1 + $t: Mr. Jack Pocket + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/erBPOTAD3scQnIC_IMPhqNEI4lg=/0x0/pic738945.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_CTIscJwCRfk7ZHH7lE3ej1ega8=/fit-in/200x150/pic738945.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:11:14 + numplays: 0 + - objecttype: thing + objectid: 103686 + subtype: boardgame + collid: 47414404 + name: + sortindex: 1 + $t: Mundus Novus + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/20dPSh0ULdi8xBy3NSWjwn-Ln-0=/0x0/pic1077124.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yKmjOSh68S6wJuBAAGG4IvOsvOU=/fit-in/200x150/pic1077124.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-12-28 20:02:50 + numplays: 0 + - objecttype: thing + objectid: 204505 + subtype: boardgame + collid: 47257025 + name: + sortindex: 1 + $t: Museum + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/mvZ0Mh9FUoxbEvYg0-FsS1e-c1A=/0x0/pic4014073.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/VkwB3ttpMaWLtGSQ_IasP5UhZB0=/fit-in/200x150/pic4014073.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-28 20:26:00 + numplays: 0 + wishlistcomment: Nah!! Not kickstarting it, will wait for retail. + - objecttype: thing + objectid: 126792 + subtype: boardgame + collid: 46067276 + name: + sortindex: 1 + $t: Myrmes + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/8iCII-zjIU4T6nPpOVu3dW8Skm4=/0x0/pic1370050.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/2lGX1e3Z9FKjaSI5mB9Tgo5MwVk=/fit-in/200x150/pic1370050.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-28 20:25:38 + numplays: 0 + wishlistcomment: An euro game where we play as the + insect&&#35;40;ants&&#35;41; for whom I have immense + respect - SOLD. + + + Sold game as well. + - objecttype: thing + objectid: 181304 + subtype: boardgame + collid: 46847822 + name: + sortindex: 1 + $t: Mysterium + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/0Roco0dhRvVW8QUZjUl2N-Yn9bg=/0x0/pic2601683.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/J6CuMx6ErFJcgrQtqziiwTgviZI=/fit-in/200x150/pic2601683.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-28 20:24:25 + numplays: 0 + comment: To play with muggles and in a group + wishlistcomment: To play with muggles back home + - objecttype: thing + objectid: 126042 + subtype: boardgame + collid: 46791319 + name: + sortindex: 1 + $t: Nations + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/6Zne9rNVAxgEzMmf4WmcEtH_xsc=/0x0/pic1591406.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2a-6_ihKoPWUe8yEUpz3Vi1UiX0=/fit-in/200x150/pic1591406.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-08 02:46:40 + numplays: 0 + wishlistcomment: Rahdo calls it the Through the Ages killer, but I want to play both before + deciding which one is the murderer and which gets killed. + + + - Really like the simplicity of the game play compared to TTA + + - Love the non-aggressive military actions + + - I like the board setup of Nations more than TTA + + - The amount of time Nations take is lesser than TTA + + + But I am going to refrain from buying Nations anytime soon. I will + play it and if it really does kill TTA then maybe, but as of now I am not + getting it. + - objecttype: thing + objectid: 157809 + subtype: boardgame + collid: 50155432 + name: + sortindex: 1 + $t: >- + Nations: The Dice Game + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Tv2TENFnKKlb1EmXpDdJj6-DY6Q=/0x0/pic3743789.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/b0EfjshQDQ5FEmmv2ifCTcVW5i4=/fit-in/200x150/pic3743789.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-08 06:21:30 + numplays: 0 + wishlistcomment: Based on run through and reading rulebook, I think this is the version of + Nations I will be getting and not the actual game. Because, Renu wants TTR + so bad we are getting that. I want Nations so bad, so I am getting this. + + + - Plays very similar to actual game + + - I LOVE DICE selection and allocation + + - A bit of randomness, but it is just 2% in the game where the + random card draw in the actual game contributes almost to the same + + - The decision making is amazing and equally brain burny as the + actual game + - objecttype: thing + objectid: 66589 + subtype: boardgame + collid: 46915975 + name: + sortindex: 1 + $t: Navegador + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/mS2CkGdFkp6sJAdZaA10PYo_QAc=/0x0/pic3246725.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aIW5IJNIHRvFSyaKrNolAwHoweA=/fit-in/200x150/pic3246725.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-05 22:34:49 + numplays: 0 + - objecttype: thing + objectid: 209573 + subtype: boardgame + collid: 45431362 + name: + sortindex: 1 + $t: >- + Navegador: Privilege Cards + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/DfrBVF1jFkrp8Gawst_U95Lh13Y=/0x0/pic3203991.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4o33VMrfTYuhtLl-UZwJBHWEAZ8=/fit-in/200x150/pic3203991.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:10:01 + numplays: 0 + comment: Got it with Concordia Mini-expansion + - objecttype: thing + objectid: 209573 + subtype: boardgame + collid: 49427105 + name: + sortindex: 1 + $t: >- + Navegador: Privilege Cards + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/yRvP0e0mDGNXRNU_sdjrmiRzUfM=/0x0/pic3233412.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NcOLdx0GET2z0A4dJtORCOm8CvE=/fit-in/200x150/pic3233412.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:10:05 + numplays: 0 + - objecttype: thing + objectid: 195421 + subtype: boardgame + collid: 46915589 + name: + sortindex: 1 + $t: Near and Far + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/dFRj2pvdItHOWPBfocWU0Pm0Z-A=/0x0/pic3605785.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PDunwFmZeYRfCXx2B5glMugNofk=/fit-in/200x150/pic3605785.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-15 09:31:18 + numplays: 0 + comment: Eventually, not anytime soon + wishlistcomment: Not anytime soon + - objecttype: thing + objectid: 72321 + subtype: boardgame + collid: 46791349 + name: + sortindex: 5 + $t: The Networks + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/QlyhX-UY8mNcSYnOd1EnMyqnMxI=/0x0/pic2896170.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/1jIMzrLCLGK41dZ-kTDnhhZpWbs=/fit-in/200x150/pic2896170.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-11 01:01:04 + numplays: 0 + - objecttype: thing + objectid: 168549 + subtype: boardgame + collid: 42497111 + name: + sortindex: 1 + $t: Night Clan + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Cy7XurrnM3TLEjyqZ7rdUfTDtw8=/0x0/pic3584896.png + thumbnail: https://cf.geekdo-images.com/thumb/img/oo1JK0rerIbVOQkiAjj401Xyt1Y=/fit-in/200x150/pic3584896.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:09:49 + numplays: 0 + - objecttype: thing + objectid: 168549 + subtype: boardgame + collid: 49427103 + name: + sortindex: 1 + $t: Night Clan + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/EaS2L7V1mP49JzNTrcu5oYe-dNM=/0x0/pic4170469.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WmJKzBuCrHqidrpyrSYi5kNVxQU=/fit-in/200x150/pic4170469.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:09:58 + numplays: 0 + - objecttype: thing + objectid: 236125 + subtype: boardgame + collid: 50450785 + name: + sortindex: 1 + $t: >- + Nights of Fire: Battle for Budapest + yearpublished: 2019 + image: https://cf.geekdo-images.com/original/img/n4dVW6v_5boZp1zcGzgg1_wkM7Q=/0x0/pic3869601.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0uTGbXZhpONTAXjst4zmKupaKbQ=/fit-in/200x150/pic3869601.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-04-19 06:05:27 + numplays: 0 + comment: KS + - objecttype: thing + objectid: 154809 + subtype: boardgame + collid: 46777934 + name: + sortindex: 1 + $t: Nippon + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/ahJrNYlzr6vXXCnhmEuUoVuUAfQ=/0x0/pic2683981.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/z9yUg7rHQGrc4hNMCOqPyaUT4z0=/fit-in/200x150/pic2683981.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-12-19 01:39:57 + numplays: 0 + wishlistcomment: Still R&D + - objecttype: thing + objectid: 25554 + subtype: boardgame + collid: 46888576 + name: + sortindex: 1 + $t: Notre Dame + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/Am42X55-lpmGAEfNBLzcMxDz6Ns=/0x0/pic199316.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Q4tGHksvjo88M-w2K9Jqcucu05E=/fit-in/200x150/pic199316.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-14 08:33:08 + numplays: 0 + - objecttype: thing + objectid: 234277 + subtype: boardgame + collid: 46388715 + name: + sortindex: 1 + $t: Nusfjord + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/MlpY7MjuB4y2TqBYaYn0OoVwdRo=/0x0/pic3729114.png + thumbnail: https://cf.geekdo-images.com/thumb/img/EulvxRTK3Oi80xfq_uLAID0NhjA=/fit-in/200x150/pic3729114.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-29 01:42:02 + numplays: 0 + - objecttype: thing + objectid: 1107 + subtype: boardgame + collid: 42811690 + name: + sortindex: 1 + $t: Nyet! + yearpublished: 1997 + image: https://cf.geekdo-images.com/original/img/uTYA4nuwVQ86rLEdfCsRKQdVJ1w=/0x0/pic2592080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5INoAnLAoCUSsb1L61pQLuC3lIE=/fit-in/200x150/pic2592080.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:18:20 + numplays: 0 + - objecttype: thing + objectid: 1107 + subtype: boardgame + collid: 49428040 + name: + sortindex: 1 + $t: Nyet! + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/uTYA4nuwVQ86rLEdfCsRKQdVJ1w=/0x0/pic2592080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5INoAnLAoCUSsb1L61pQLuC3lIE=/fit-in/200x150/pic2592080.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:18:19 + numplays: 0 + - objecttype: thing + objectid: 231733 + subtype: boardgame + collid: 46907689 + name: + sortindex: 1 + $t: Obsession + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/9hsAOm6fDJPWBod6_T1A_0nW6dk=/0x0/pic4099106.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aoDAsfE0m3YBXEWhK7lG5lqWwQg=/fit-in/200x150/pic4099106.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-15 00:13:32 + numplays: 0 + - objecttype: thing + objectid: 123219 + subtype: boardgame + collid: 46747478 + name: + sortindex: 1 + $t: OddVille + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/s80Wp-dPbpEVAEuZDBfwfwxkfqM=/0x0/pic1358373.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/E3otUzH-_lwyFtGwuKQ7jR-3ikg=/fit-in/200x150/pic1358373.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:18:40 + numplays: 2 + comment: Old Hunter's surprise gift to me from our Surugya visit on Nov 09th + '17 + + + This was an absolute surprise. + + + [size=12][b]MIND BLOWN[/b][/size] + - objecttype: thing + objectid: 123219 + subtype: boardgame + collid: 49428046 + name: + sortindex: 1 + $t: OddVille + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/s80Wp-dPbpEVAEuZDBfwfwxkfqM=/0x0/pic1358373.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/E3otUzH-_lwyFtGwuKQ7jR-3ikg=/fit-in/200x150/pic1358373.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:53 + numplays: 2 + - objecttype: thing + objectid: 192074 + subtype: boardgame + collid: 42811603 + name: + sortindex: 1 + $t: Odin's Ravens &&#35;40;Second Edition&&#35;41; + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/3S4bHhvzWPVRr-vvJ3TXAePQjWs=/0x0/pic2643412.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZXy8kh6FynzgB4kerK8Y7zCOOcU=/fit-in/200x150/pic2643412.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:43:00 + numplays: 0 + - objecttype: thing + objectid: 192074 + subtype: boardgame + collid: 49428538 + name: + sortindex: 1 + $t: Odin's Ravens &&#35;40;Second Edition&&#35;41; + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/3S4bHhvzWPVRr-vvJ3TXAePQjWs=/0x0/pic2643412.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZXy8kh6FynzgB4kerK8Y7zCOOcU=/fit-in/200x150/pic2643412.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-19 00:03:31 + numplays: 0 + comment: Renu played it a lot, and from the gameplay explanation, not a game game I + would really enjoy. So Renu gave it away to her cousin sister who seems to + enjoy it way more than us. + - objecttype: thing + objectid: 183840 + subtype: boardgame + collid: 47431609 + name: + sortindex: 1 + $t: Oh My Goods! + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/dtkInU6mMWCrZlsWHDGrARNJJSw=/0x0/pic3032677.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U3mvXSPeX97bokIr4nJhy4Ix05E=/fit-in/200x150/pic3032677.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-12-05 02:43:34 + numplays: 0 + - objecttype: thing + objectid: 246315 + subtype: boardgame + collid: 49658976 + name: + sortindex: 1 + $t: Okavango + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/MjgSk9eYXnFa9nKEWd3ISG87d-I=/0x0/pic4021415.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PAWcopQp3TddhDRXBuZNalnJkx4=/fit-in/200x150/pic4021415.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-15 10:21:23 + numplays: 0 + - objecttype: thing + objectid: 125311 + subtype: boardgame + collid: 42811608 + name: + sortindex: 1 + $t: Okiya + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/9XuV-CVD0CP9m1SrefVJJAqhQg0=/0x0/pic3711392.png + thumbnail: https://cf.geekdo-images.com/thumb/img/ApgW8bdywvFsSa7JAsPHqqlgPHk=/fit-in/200x150/pic3711392.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-15 09:42:17 + numplays: 0 + - objecttype: thing + objectid: 184267 + subtype: boardgame + collid: 49480999 + name: + sortindex: 1 + $t: On Mars + image: https://cf.geekdo-images.com/original/img/2wL0b7RxJRxWvFJt8P2eo78LpJY=/0x0/pic4134204.png + thumbnail: https://cf.geekdo-images.com/thumb/img/bRupOAbJemZU94SPlmJHYCyRQlk=/fit-in/200x150/pic4134204.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-05 22:35:25 + numplays: 1 + wishlistcomment: Vital Lacerda upcoming design - so really intrigued to know more. + - objecttype: thing + objectid: 156336 + subtype: boardgame + collid: 42497115 + name: + sortindex: 1 + $t: Onirim &&#35;40;second edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Q4HHJhMaZxukjypUS81otdLU8cE=/0x0/pic2257657.png + thumbnail: https://cf.geekdo-images.com/thumb/img/VwTLfDwKbKMKppRPMzyfFDPC6FE=/fit-in/200x150/pic2257657.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:00:52 + numplays: 32 + - objecttype: thing + objectid: 156336 + subtype: boardgame + collid: 49426969 + name: + sortindex: 1 + $t: Onirim &&#35;40;second edition&&#35;41; + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/HabeHqtTQ6yrithYQNRGm8SmyVg=/0x0/pic2747141.png + thumbnail: https://cf.geekdo-images.com/thumb/img/5UeTuAD-sE8-CAX1K6InOY5z_Ok=/fit-in/200x150/pic2747141.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:55 + numplays: 32 + - objecttype: thing + objectid: 160477 + subtype: boardgame + collid: 41514767 + name: + sortindex: 1 + $t: Onitama + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z1Cr_AvOTXmshbEqBaZ8C9f8_Gc=/0x0/pic2904046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/faDIdb9tWLzn86KsV2PjrTwBXKg=/fit-in/200x150/pic2904046.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:18:52 + numplays: 0 + comment: >- + I am giving Onitama 8.5 because this game is something I shall be playing + this game very often and will be delighted to teach others as well, + it's notoriously simple to set up and to teach and it was a pleasure + to play too. + + + I loved the artwork, the calligraphy on the move cards and the playmat is just simply great and lends a lot to the theme of the game. People often compare this to chess, but it isn't chess, except the part where you move towards your opponent and you cut your opponent's pawns &&#35;40;students&&#35;41;. + + + I would go ahead and say that this is simpler than chess to teach and play. + + But don't get me wrong, there is a complex game that hides in this simplistic gameplay. + + You really need to think 4-5 steps ahead before you move. + + + Overall, loved it - highly recommend it. Can't wait for the Sensei's Path expansion. + - objecttype: thing + objectid: 160477 + subtype: boardgame + collid: 49428051 + name: + sortindex: 1 + $t: Onitama + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Z1Cr_AvOTXmshbEqBaZ8C9f8_Gc=/0x0/pic2904046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/faDIdb9tWLzn86KsV2PjrTwBXKg=/fit-in/200x150/pic2904046.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:56 + numplays: 0 + - objecttype: thing + objectid: 164928 + subtype: boardgame + collid: 48861511 + name: + sortindex: 1 + $t: Orléans + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/RLjWKyzXimMFiQOa8uwo9ZWWOGM=/0x0/pic2578828.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tUSvchXqRtwRDMxcqfwoRoUlpAE=/fit-in/200x150/pic2578828.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-09 10:34:42 + numplays: 3 + - objecttype: thing + objectid: 103975 + subtype: boardgame + collid: 42865239 + name: + sortindex: 1 + $t: Ortus + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/92S3LS_3IbBc6grksjO4FUorfwY=/0x0/pic1720401.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HG3oYAZwS3whQAWPyIpUNqu0FiM=/fit-in/200x150/pic1720401.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:25:30 + numplays: 0 + - objecttype: thing + objectid: 159469 + subtype: boardgame + collid: 42864929 + name: + sortindex: 1 + $t: Ortus Regni + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/k97QnNt9zjuDacMs50i_yEG52qE=/0x0/pic2064936.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G4UB79dnltOe2JekTFHuucFEaMg=/fit-in/200x150/pic2064936.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-11 01:05:20 + numplays: 0 + - objecttype: thing + objectid: 129948 + subtype: boardgame + collid: 46882792 + name: + sortindex: 5 + $t: The Palaces of Carrara + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/DuuyuCya20ciXw5DgRVLM-KXHK8=/0x0/pic1446815.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Eo4eGyAfEnLqWoOWvUAUQcO-KNU=/fit-in/200x150/pic1446815.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-14 02:07:28 + numplays: 0 + - objecttype: thing + objectid: 239464 + subtype: boardgame + collid: 49958484 + name: + sortindex: 1 + $t: Palm Island + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/wHP6ZeF_B1FSpOGsLgEINpGmA5s=/0x0/pic3842294.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yUuc2rWyoU1MJkaQheawriiaYbU=/fit-in/200x150/pic3842294.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-02-28 04:04:30 + numplays: 0 + comment: KS + - objecttype: thing + objectid: 161936 + subtype: boardgame + collid: 46888552 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 1 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/P_SwsOtPLqgk2ScCgI2YrI9Rg6I=/0x0/pic2452831.png + thumbnail: https://cf.geekdo-images.com/thumb/img/WI5NmPd9C3PpRvHKoP4a0Ettlao=/fit-in/200x150/pic2452831.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-15 09:31:45 + numplays: 0 + wishlistcomment: EVENTUALLY + - objecttype: thing + objectid: 221107 + subtype: boardgame + collid: 46888542 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 2 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/DbXh4TeZPoJ_tSlX2KRGdVcBd8s=/0x0/pic3763549.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Xp6rc5wIno45tY6wUST4p65Tf88=/fit-in/200x150/pic3763549.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-17 10:36:36 + numplays: 0 + wishlistcomment: EVENTUALLY + - objecttype: thing + objectid: 198928 + subtype: boardgame + collid: 46791465 + name: + sortindex: 1 + $t: >- + Pandemic: Iberia + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/65W6mKBX34X2pLswgsfKPCfAcdw=/0x0/pic3000850.png + thumbnail: https://cf.geekdo-images.com/thumb/img/9CGLup2Ui5Xul5BjT-V13sATOBI=/fit-in/200x150/pic3000850.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:19:05 + numplays: 3 + - objecttype: thing + objectid: 198928 + subtype: boardgame + collid: 49428058 + name: + sortindex: 1 + $t: >- + Pandemic: Iberia + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/65W6mKBX34X2pLswgsfKPCfAcdw=/0x0/pic3000850.png + thumbnail: https://cf.geekdo-images.com/thumb/img/9CGLup2Ui5Xul5BjT-V13sATOBI=/fit-in/200x150/pic3000850.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:26:58 + numplays: 3 + - objecttype: thing + objectid: 163412 + subtype: boardgame + collid: 41514543 + name: + sortindex: 1 + $t: Patchwork + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z8MYZktgvGTtIikMv9HSpD_ERAI=/0x0/pic2270442.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3KaofJ_Nl0a7lOFXS9PveSmQ7vE=/fit-in/200x150/pic2270442.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-03-28 22:33:50 + numplays: 0 + comment: I don't own game, a friend of mine has it and he randomly took it out + one evening for us to play. Going by it's cover and name, I probably + wouldn't have picked it up. But have to say I really enjoyed playing + it. + + + Will I buy it, definitely - but I do have other games that I want + before I add Patchwork to my shelf. + - objecttype: thing + objectid: 155255 + subtype: boardgame + collid: 43150872 + name: + sortindex: 1 + $t: Pax Pamir + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/JSPpWuDjPgHAzH9Dwmn9oJqkNEQ=/0x0/pic2500108.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Vs6noO2F5xz9_3IP3R5r3EbUfYM=/fit-in/200x150/pic2500108.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:19:16 + numplays: 0 + - objecttype: thing + objectid: 155255 + subtype: boardgame + collid: 49428062 + name: + sortindex: 1 + $t: Pax Pamir + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/JSPpWuDjPgHAzH9Dwmn9oJqkNEQ=/0x0/pic2500108.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Vs6noO2F5xz9_3IP3R5r3EbUfYM=/fit-in/200x150/pic2500108.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:19:15 + numplays: 0 + - objecttype: thing + objectid: 113937 + subtype: boardgame + collid: 42865288 + name: + sortindex: 1 + $t: Phantom + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/Bx9QZd5c3zdN65oWeEZdgYl49Io=/0x0/pic1487844.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PCbluanowCzQMNnn_naBtGP45dg=/fit-in/200x150/pic1487844.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:26:21 + numplays: 0 + - objecttype: thing + objectid: 24480 + subtype: boardgame + collid: 49430108 + name: + sortindex: 5 + $t: The Pillars of the Earth + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/LzOMFyPBqep8aOlQpZBG0HJ0D6c=/0x0/pic3691155.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/l0nri7ec_4VturB33aenq7DZuwc=/fit-in/200x150/pic3691155.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-05 22:35:51 + numplays: 1 + wishlistcomment: >- + Okay so having played 2 games of PoE, I think its safe to go with Lords of + Waterdeep rather than this one. + + + [b]Its just so BORING[/b] for Renu and me. There is absolutely nothing you do in this. Lords of Waterdeep's intrigues are at least a bit involving. I am holding both PoE and LoW in the same frame and I think LoW is a better choice for gateway WP and BG in general as a next step from + + Sheriff of Nottingham or 5 Min Dungeon. + - objecttype: thing + objectid: 234948 + subtype: boardgame + collid: 49453978 + name: + sortindex: 1 + $t: Prehistory + image: https://cf.geekdo-images.com/original/img/gawvKyWULqFUeOfiGeB_5ft1Aa0=/0x0/pic3755981.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/A2Fb9yeYpD4bGaHLAr_jIMHRp6I=/fit-in/200x150/pic3755981.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-12 23:41:40 + numplays: 0 + comment: KS + - objecttype: thing + objectid: 87890 + subtype: boardgame + collid: 46791376 + name: + sortindex: 1 + $t: Prêt-à -Porter + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dnkNtyC9ZjvzoOv8Ustl4hU6ofA=/0x0/pic1055299.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TGaJLvpEHWq6L5BMxaTYiADmx84=/fit-in/200x150/pic1055299.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-05 22:36:27 + numplays: 0 + wishlistcomment: Being re-themed as video game production board game with economic + simulation. Wait for it. + - objecttype: thing + objectid: 213492 + subtype: boardgame + collid: 46915586 + name: + sortindex: 1 + $t: Pyramids + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/PLdg9O03eJEozNB-M7dSlJxluRc=/0x0/pic3375150.png + thumbnail: https://cf.geekdo-images.com/thumb/img/ZLaKYwvOP08nIKLrws3MjVRcwD8=/fit-in/200x150/pic3375150.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:41:04 + numplays: 0 + wishlistcomment: Maybe? Undecided at the moment. + - objecttype: thing + objectid: 176396 + subtype: boardgame + collid: 47716721 + name: + sortindex: 1 + $t: Quadropolis + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0zD0P3JssKs0DRFSeR-7VQs1Z1E=/0x0/pic2840020.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/m9uWiYufHeYbiuSLNFdM6jQBDYo=/fit-in/200x150/pic2840020.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:19:30 + numplays: 2 + - objecttype: thing + objectid: 176396 + subtype: boardgame + collid: 49428068 + name: + sortindex: 1 + $t: Quadropolis + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0zD0P3JssKs0DRFSeR-7VQs1Z1E=/0x0/pic2840020.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/m9uWiYufHeYbiuSLNFdM6jQBDYo=/fit-in/200x150/pic2840020.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:02 + numplays: 2 + - objecttype: thing + objectid: 172547 + subtype: boardgame + collid: 46791294 + name: + sortindex: 1 + $t: Queen's Architect + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/9pKV5Sxxpi80TJbLzR2Hmh_kR0E=/0x0/pic2448516.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XTTIHo4FHhOMPcFLmNG9fUVC6pg=/fit-in/200x150/pic2448516.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:19:33 + numplays: 3 + - objecttype: thing + objectid: 172547 + subtype: boardgame + collid: 49428076 + name: + sortindex: 1 + $t: Queen's Architect + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/c9PZ8kARKRzRCaYnMsCfCF5hGPs=/0x0/pic3636985.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/k_8tqiYzfcJY23j-8TzVb3Y78c4=/fit-in/200x150/pic3636985.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:03 + numplays: 3 + - objecttype: thing + objectid: 232043 + subtype: boardgame + collid: 45525543 + name: + sortindex: 1 + $t: Queendomino + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/7iJggCgPERAUdyJvM-eJhBvzCUk=/0x0/pic3672901.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2UQpZoyE0_OrRigezrcpXsTIh8s=/fit-in/200x150/pic3672901.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-09 10:06:31 + numplays: 0 + wishlistcomment: Not buying until I play it first. + - objecttype: thing + objectid: 170042 + subtype: boardgame + collid: 50188394 + name: + sortindex: 1 + $t: Raiders of the North Sea + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/a0YP4eI1oi6LqEQU1jsEphVmo8I=/0x0/pic3578101.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pTTVk5kX04xyyXhn9bRm-Si1q0A=/fit-in/200x150/pic3578101.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-09 12:56:47 + numplays: 1 + wishlistcomment: Played it twice and really enjoyed the shared worker pool, that was + brilliant. I like it better than Champions of Midgard + &&#35;40;comparing 2 Viking themed game - given a choice I will + chose 'Raiders'&&#35;41;. This game has much more to do, + and it's quite thematic &&#35;40;but I would argue that + Champions of Midgard is way more thematic and gorgeous + looking&&#35;41;. + + + Now here's the reason I will never add this game to my list + &&#35;40;I will play it again though, anytime&&#35;41; + even though I really ENJOYED the core game mechanism of the game and there + is a lot you do, which is great, but:- + + + - The card draw luck &&#35;40;this is + annoying&&#35;41; - hate it + + - The take-that card, though less it's still there + + - the dice roll when raiding to see the total strength, seriously? + Already giving more glory to players who have a good average strength in + the first place that they received from random card draw. + + - I find the quest token VP, in the end, is just crazy, one can + probably win with collecting as many quests as possible. + + + Liked the game a lot, but not something I will ever buy. + - objecttype: thing + objectid: 207691 + subtype: boardgame + collid: 46776941 + name: + sortindex: 1 + $t: Railroad Revolution + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/D98_xtVQsJqnRlgC7oerU7qUluM=/0x0/pic3200781.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DZVFKfh4bgS-e7VccbjRikb4C2c=/fit-in/200x150/pic3200781.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:40:46 + numplays: 0 + - objecttype: thing + objectid: 220877 + subtype: boardgame + collid: 48084158 + name: + sortindex: 1 + $t: Rajas of the Ganges + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/P3sTPrGAMu28fchhTPxIjmXrq58=/0x0/pic3646165.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FKcOaCNOtL95u094flHl8wJF3ew=/fit-in/200x150/pic3646165.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:19:56 + numplays: 7 + - objecttype: thing + objectid: 220877 + subtype: boardgame + collid: 49428081 + name: + sortindex: 1 + $t: Rajas of the Ganges + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/P3sTPrGAMu28fchhTPxIjmXrq58=/0x0/pic3646165.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FKcOaCNOtL95u094flHl8wJF3ew=/fit-in/200x150/pic3646165.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:05 + numplays: 7 + - objecttype: thing + objectid: 177639 + subtype: boardgame + collid: 43876283 + name: + sortindex: 1 + $t: Raptor + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/kzuA4XOQI94oq7hdFESznGnCSuU=/0x0/pic2520016.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7JXpUQzSIQIVxmZNoiFvdpQTxeg=/fit-in/200x150/pic2520016.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:43:07 + numplays: 2 + - objecttype: thing + objectid: 177639 + subtype: boardgame + collid: 49428548 + name: + sortindex: 1 + $t: Raptor + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/kzuA4XOQI94oq7hdFESznGnCSuU=/0x0/pic2520016.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7JXpUQzSIQIVxmZNoiFvdpQTxeg=/fit-in/200x150/pic2520016.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-19 01:04:43 + numplays: 2 + comment: Too cut throat for us. I really liked the game, Renu hated it and she just + couldn't play the game due to its theme which was a bit violent for + her, partly due to my thematic explanation of what the scientist would do + to the Raptor babies after they catch them :P + - objecttype: thing + objectid: 150293 + subtype: boardgame + collid: 46915550 + name: + sortindex: 5 + $t: The Ravens of Thri Sahashri + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/OhRXQ3J3kIF4Ni5bf2T0vjlxYWs=/0x0/pic3048542.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ezuQSVFVmrc_d03rc5DbVQ2C5J4=/fit-in/200x150/pic3048542.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-15 09:17:49 + numplays: 0 + - objecttype: thing + objectid: 241831 + subtype: boardgame + collid: 47606971 + name: + sortindex: 1 + $t: Reykholt + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/9RqZ2VX023EiTB6r7-n4_xS4lnM=/0x0/pic3877054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4JQxI3zmiX-LwG2l3Pqni8KDqps=/fit-in/200x150/pic3877054.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-03-05 22:37:00 + numplays: 0 + wishlistcomment: Uwe's next farming game set in the Nordic kingdoms, intrigued for + sure. + - objecttype: thing + objectid: 119591 + subtype: boardgame + collid: 46882985 + name: + sortindex: 1 + $t: Rialto + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/MrP0CEcFPCZWIUW2y-8AHFW3zQk=/0x0/pic1504549.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6oJEGOBHNJJT9QEqyaMR9f6mRlY=/fit-in/200x150/pic1504549.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-14 02:18:51 + numplays: 0 + - objecttype: thing + objectid: 202583 + subtype: boardgame + collid: 49498402 + name: + sortindex: 1 + $t: Rise of Tribes + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/2t9YiYjIWRG7Ob3cXf5kSYfb3Do=/0x0/pic3588551.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nX-MRw5T9NmYUfeTMzqrNv4MMdY=/fit-in/200x150/pic3588551.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-08 23:32:34 + numplays: 0 + wishlistcomment: Would love to play this game someday, but I prefer Pre-History over this. + In terms of gameplay and the look and feel. + + LOVE the artwork of RoT, but then again my personal taste comes + butting in as to what I like in BG art, and just bored of seeing + mobile-game style artwork in board games, of course my opinion. + - objecttype: thing + objectid: 205896 + subtype: boardgame + collid: 49175484 + name: + sortindex: 1 + $t: Rising Sun + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/B_QnVCi18kIQBPNajLjJkpXpW2s=/0x0/pic3880340.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SJV333FxGVxsOc2XYvtVYx-uMDU=/fit-in/200x150/pic3880340.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-13 21:35:54 + numplays: 1 + wishlistcomment: Need to play a full game, but from our half-a-play through, we enjoyed the + game. + + Probably won't buy this anytime soon, but if I do buy then it + has to be the KS edition. + - objecttype: thing + objectid: 66056 + subtype: boardgame + collid: 44602624 + name: + sortindex: 1 + $t: Rivals for Catan + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/bYM2AcTF4y0jXsx3BzDk6oBh0Yw=/0x0/pic3736568.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TxQYRIEiXLkM8L-AX62qj6Vckas=/fit-in/200x150/pic3736568.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:20:31 + numplays: 5 + - objecttype: thing + objectid: 66056 + subtype: boardgame + collid: 49428090 + name: + sortindex: 1 + $t: The Rivals for Catan + originalname: Rivals for Catan + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/YV0Ib9KPnTFAqwkpAfKLWjc4RUg=/0x0/pic850850.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5waLZ3j0vWxZvs5S-4xcxFowPmM=/fit-in/200x150/pic850850.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-06 02:33:30 + numplays: 5 + comment: Played enough it getting played and eating up space. + + Now we have better games with similar mechanics. And not interested + in getting more expansion content for it. So bye-bye Catan. + - objecttype: thing + objectid: 96792 + subtype: boardgame + collid: 42864723 + name: + sortindex: 5 + $t: The Road to Canterbury + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/qO21F-5waC5Y254aQrBjTjJdIdI=/0x0/pic965757.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4y0twbF5TQYsHXmR4rtzSp_S4WI=/fit-in/200x150/pic965757.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-05-30 10:19:29 + numplays: 0 + - objecttype: thing + objectid: 121921 + subtype: boardgame + collid: 46791435 + name: + sortindex: 1 + $t: >- + Robinson Crusoe: Adventures on the Cursed Island + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/i1d3Zbbw5iYJ5_Bd0unqwgM8CI0=/0x0/pic3165731.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kvMhOuVRtAcCK7nXPcOr8RwWvYg=/fit-in/200x150/pic3165731.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-11 15:04:58 + numplays: 0 + wishlistcomment: Way later in life + - objecttype: thing + objectid: 144344 + subtype: boardgame + collid: 46791472 + name: + sortindex: 1 + $t: Rococo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/h4juFKZn1M56dsCtVnNsRYyvCs0=/0x0/pic1795272.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ANayrLTpLZ6YwzPLLsKjXP8z7s=/fit-in/200x150/pic1795272.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:40:33 + numplays: 0 + - objecttype: thing + objectid: 169426 + subtype: boardgame + collid: 45431389 + name: + sortindex: 1 + $t: Roll Player + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/23nKceWK0-JbJ2J-255Q0qXK4i4=/0x0/pic2556921.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ink9C9WOEH3e1JwFFGmxRrFmC1I=/fit-in/200x150/pic2556921.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-18 22:55:26 + numplays: 0 + - objecttype: thing + objectid: 37380 + subtype: boardgame + collid: 46599921 + name: + sortindex: 1 + $t: >- + Roll Through the Ages: The Bronze Age + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/AmNmhlFJf2wsJATReIpddyWhfUI=/0x0/pic986758.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rxWzuEMEeAnCQrm27HGsuBpP-yk=/fit-in/200x150/pic986758.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-04 13:00:33 + numplays: 0 + - objecttype: thing + objectid: 237182 + subtype: boardgame + collid: 46915581 + name: + sortindex: 1 + $t: Root + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/_OuKkMK-QH1VHprCMyUULhbFKeM=/0x0/pic3799727.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rxIsAGXL1HFW3U_ki-ad00gk-6U=/fit-in/200x150/pic3799727.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-11-28 20:18:41 + numplays: 0 + comment: Might not buy &&#35;40;at least not anytime soon&&#35;41;, + want really intrigued by the idea and Pax Pamir like gameplay system with + this whimsical artwork and theme. + wishlistcomment: Gerhman's recommendation. + + Might not buy &&#35;40;at least not anytime + soon&&#35;41;, really intrigued by the idea and Pax Pamir like + gameplay system with this whimsical artwork and theme. + - objecttype: thing + objectid: 199561 + subtype: boardgame + collid: 46791500 + name: + sortindex: 1 + $t: Sagrada + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/OB-txvnkk0dTMShe_5l7zkUZ2y8=/0x0/pic3525224.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Efxb5We3kIolBOHjvnOffct-w0c=/fit-in/200x150/pic3525224.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-11 15:01:48 + numplays: 1 + comment: For playing with muggles + wishlistcomment: To play with muggles + - objecttype: thing + objectid: 141736 + subtype: boardgame + collid: 42497100 + name: + sortindex: 1 + $t: Sail to India + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/SgbHwa7UI0_eVQ2i3d_FEnNud0g=/0x0/pic1756958.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xeqLzCovUB5SvDaZY24NQW8GLWc=/fit-in/200x150/pic1756958.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:20:57 + numplays: 1 + - objecttype: thing + objectid: 141736 + subtype: boardgame + collid: 49428101 + name: + sortindex: 1 + $t: Sail to India + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/SgbHwa7UI0_eVQ2i3d_FEnNud0g=/0x0/pic1756958.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xeqLzCovUB5SvDaZY24NQW8GLWc=/fit-in/200x150/pic1756958.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:20:57 + numplays: 1 + - objecttype: thing + objectid: 227029 + subtype: boardgame + collid: 47479246 + name: + sortindex: 1 + $t: Sakura + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/W3v3srZvO9bvaYcAsbWsE0mU2vQ=/0x0/pic3757349.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qv4oJNPWuQOpSe6-y4-0XBRBSDs=/fit-in/200x150/pic3757349.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2017-12-07 02:10:39 + numplays: 0 + - objecttype: thing + objectid: 146816 + subtype: boardgame + collid: 46286555 + name: + sortindex: 1 + $t: Sanssouci + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/J-AN7OVXtshV8_DcgI22Y6FQOXQ=/0x0/pic1752634.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zFE3qFogJXoKWza_4KlxRyKMsso=/fit-in/200x150/pic1752634.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:20:35 + numplays: 2 + - objecttype: thing + objectid: 146816 + subtype: boardgame + collid: 49428096 + name: + sortindex: 1 + $t: Sanssouci + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/J-AN7OVXtshV8_DcgI22Y6FQOXQ=/0x0/pic1752634.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zFE3qFogJXoKWza_4KlxRyKMsso=/fit-in/200x150/pic1752634.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:09 + numplays: 2 + - objecttype: thing + objectid: 229220 + subtype: boardgame + collid: 48002427 + name: + sortindex: 1 + $t: Santa Maria + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/8VQx4iKeKKVaoKZWgeT7mrxYMsE=/0x0/pic3882016.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/X-LqjOf2THbcZJWuT-NrO1MnzTY=/fit-in/200x150/pic3882016.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-12-28 00:20:12 + numplays: 1 + - objecttype: thing + objectid: 194655 + subtype: boardgame + collid: 46791440 + name: + sortindex: 1 + $t: Santorini + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/2EnN8vsGamxMA1xNG5LcjVTxuiM=/0x0/pic3283110.png + thumbnail: https://cf.geekdo-images.com/thumb/img/rQjxEM5tXcxTEpZOP2sWh6lfrKc=/fit-in/200x150/pic3283110.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-04-09 09:07:04 + numplays: 3 + wishlistcomment: >- + Played it thrice and with no fault of the games, however it was really + bored and played it three times to see if we like it after multiple play, + just not for us - I'd rather play CoB: The Dice Game or Oddville or + something. But I see how it can be used to convert muggles - the game is + just gorgeous and stunning. + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 43362721 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:21:20 + numplays: 17 + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 49428282 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:11 + numplays: 17 + - objecttype: thing + objectid: 199727 + subtype: boardgame + collid: 49428137 + name: + sortindex: 1 + $t: >- + Scythe: Invaders from Afar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/miZjG4UUl5ZFL8LlLFIcKC-rXn8=/0x0/pic3037396.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/BwQFlTp6XwLc-SypZi_J36S8a-Y=/fit-in/200x150/pic3037396.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-19 04:26:32 + numplays: 0 + - objecttype: thing + objectid: 199727 + subtype: boardgame + collid: 51102370 + name: + sortindex: 1 + $t: >- + Scythe: Invaders from Afar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/miZjG4UUl5ZFL8LlLFIcKC-rXn8=/0x0/pic3037396.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/BwQFlTp6XwLc-SypZi_J36S8a-Y=/fit-in/200x150/pic3037396.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-19 04:26:50 + numplays: 0 + - objecttype: thing + objectid: 212879 + subtype: boardgame + collid: 49428136 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;37 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/dy76yrkzsM6nEYuCFJLul39SHr0=/0x0/pic3471538.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WOZ37-WcJP4Xu8fsjXkB3BbTlrg=/fit-in/200x150/pic3471538.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:24 + numplays: 0 + - objecttype: thing + objectid: 204984 + subtype: boardgame + collid: 49428134 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;38 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/1993NfmXtQvxvvS1gkg7QKTK0HM=/0x0/pic3111863.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gZu0FCyVigvaSG0_CB4-PeKwIwo=/fit-in/200x150/pic3111863.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:23 + numplays: 0 + - objecttype: thing + objectid: 221033 + subtype: boardgame + collid: 49428113 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;39 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/HsNoXokORToCJcGRgNaOd-Mo3CY=/0x0/pic3699917.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4zF2CN6hugaow_pjs4gPnMTUImc=/fit-in/200x150/pic3699917.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:22 + numplays: 0 + - objecttype: thing + objectid: 232176 + subtype: boardgame + collid: 49428115 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;40 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/G3TFpIAEbnpmM67aTvmBJRfgcaA=/0x0/pic3782845.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PcdYmD0FEnNJdf0RjJPuAml29Kg=/fit-in/200x150/pic3782845.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:21 + numplays: 0 + - objecttype: thing + objectid: 232087 + subtype: boardgame + collid: 49428117 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;41 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/HHiLw7PmREdookmDscijrB2jkco=/0x0/pic3733333.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/AVWV7kt6_8XBwGtXnhQFIlSosT0=/fit-in/200x150/pic3733333.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:19 + numplays: 0 + - objecttype: thing + objectid: 237663 + subtype: boardgame + collid: 49428149 + name: + sortindex: 1 + $t: >- + Scythe: Promo Encounter Card &#35;42 + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/b6IJUneMLF1ULfM_XA_fnYckCv0=/0x0/pic3816758.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3hdRog6HOkjXURFoKDn0A_W_iC0=/fit-in/200x150/pic3816758.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:17 + numplays: 0 + - objecttype: thing + objectid: 211731 + subtype: boardgame + collid: 49428133 + name: + sortindex: 1 + $t: >- + Scythe: Promo Pack &#35;1 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/g_KdF2Y5RuTH1RufFLG0sbnK5dA=/0x0/pic3253162.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/MTmFB292L3WEyfpFLrBlSlpUCC4=/fit-in/200x150/pic3253162.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:15 + numplays: 0 + - objecttype: thing + objectid: 205121 + subtype: boardgame + collid: 49428130 + name: + sortindex: 1 + $t: >- + Scythe: Promo Pack &#35;2 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/BmfVtp1Er8DGXXMKoixyGL4Grlo=/0x0/pic3113924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4rYstT-A0H8DeCk9mB95e3ltNLo=/fit-in/200x150/pic3113924.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:13 + numplays: 0 + - objecttype: thing + objectid: 211732 + subtype: boardgame + collid: 49428129 + name: + sortindex: 1 + $t: >- + Scythe: Promo Pack &#35;3 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/NDhukQZildp5pQjcKuTBrTm1RXQ=/0x0/pic3485470.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/drwgdNnJLdmlUa6ddm66feKNdo8=/fit-in/200x150/pic3485470.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:10 + numplays: 0 + - objecttype: thing + objectid: 211733 + subtype: boardgame + collid: 49428127 + name: + sortindex: 1 + $t: >- + Scythe: Promo Pack &#35;4 + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/pfZL89WFnA_qFpnT-NtXsT2qTJc=/0x0/pic3675613.png + thumbnail: https://cf.geekdo-images.com/thumb/img/bPcHbime1G84XvS8LPGDlziiaT8=/fit-in/200x150/pic3675613.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:06 + numplays: 0 + - objecttype: thing + objectid: 242277 + subtype: boardgame + collid: 48288152 + name: + sortindex: 1 + $t: >- + Scythe: The Rise of Fenris + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/A7cbJrXINiWGcAXKQ2HnTZP8afw=/0x0/pic3911078.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qaZkkZusjcMBKvt5nN0HMqemUT8=/fit-in/200x150/pic3911078.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-01-03 04:02:47 + numplays: 0 + - objecttype: thing + objectid: 223555 + subtype: boardgame + collid: 49428154 + name: + sortindex: 1 + $t: >- + Scythe: The Wind Gambit + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/LH298dHMe4ltRu6bNerlqv2gS0Q=/0x0/pic3487272.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U-VU9r_6-0EhwRSq1Um-02hX93c=/fit-in/200x150/pic3487272.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-05 22:23:22 + numplays: 0 + - objecttype: thing + objectid: 108745 + subtype: boardgame + collid: 49985262 + name: + sortindex: 1 + $t: Seasons + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/KIQ10GbCcfxPNQKUOMWEMVKA9Ao=/0x0/pic1299390.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TC3PSimD_9eYhEhQ-fNzAy6Xdpo=/fit-in/200x150/pic1299390.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-05 22:37:53 + numplays: 2 + wishlistcomment: Did not enjoy the game at all. I know its a favourite darling of many + gamers, but I am just never playing this game again. Not with experienced + player at least. + - objecttype: thing + objectid: 218402 + subtype: boardgame + collid: 49358535 + name: + sortindex: 1 + $t: Seventh Cross + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/xtmT7kG4KJOPX1yvvlIhBc9GFo8=/0x0/pic3357978.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/90BHtJBwM8D1_gv2ni7SiExW8Sg=/fit-in/200x150/pic3357978.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-03 05:08:11 + numplays: 0 + - objecttype: thing + objectid: 229741 + subtype: boardgame + collid: 45159649 + name: + sortindex: 1 + $t: Shadows in Kyoto + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RYhSGWN5ZsOGDYVmE635VRLYDlY=/0x0/pic3604992.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/caAEKEATcXlIju8TLWT0rVsZPBs=/fit-in/200x150/pic3604992.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:23:40 + numplays: 0 + - objecttype: thing + objectid: 229741 + subtype: boardgame + collid: 49428158 + name: + sortindex: 1 + $t: Shadows in Kyoto + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RYhSGWN5ZsOGDYVmE635VRLYDlY=/0x0/pic3604992.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/caAEKEATcXlIju8TLWT0rVsZPBs=/fit-in/200x150/pic3604992.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:23:39 + numplays: 0 + - objecttype: thing + objectid: 8935 + subtype: boardgame + collid: 42864995 + name: + sortindex: 1 + $t: Shazamm! + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/FCOPKLf2-HFXqQhhc-zi_LHIGLA=/0x0/pic37522.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IEeTyYs2fP7Z6c290U8Fit0tVN0=/fit-in/200x150/pic37522.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:26:03 + numplays: 0 + - objecttype: thing + objectid: 157969 + subtype: boardgame + collid: 46791487 + name: + sortindex: 1 + $t: Sheriff of Nottingham + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/LhRnbdwJ77VnRI_yQg2ZFiwEq1E=/0x0/pic2075830.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/18ToCY0hvajoDtgqXaB6T7inL8Y=/fit-in/200x150/pic2075830.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-13 21:40:10 + numplays: 0 + comment: For playing with muggles... + wishlistcomment: Not anytime soon, but will definitely buy this eventually to play with + muggles. + - objecttype: thing + objectid: 153737 + subtype: boardgame + collid: 49865363 + name: + sortindex: 1 + $t: Ships + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/p5p4EBbHiZFInawf0FK4GEFFzcQ=/0x0/pic2721731.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oAUOmOhijeTkB0kRob2DCygl7ec=/fit-in/200x150/pic2721731.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-24 02:58:10 + numplays: 0 + - objecttype: thing + objectid: 55600 + subtype: boardgame + collid: 46943341 + name: + sortindex: 1 + $t: Shipyard + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/i313pRyvC3Wn_6jY2mtgujMGsMM=/0x0/pic1809442.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/r1f1jpjirx4HVEg_MGENqz98-Sg=/fit-in/200x150/pic1809442.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-16 08:26:50 + numplays: 0 + - objecttype: thing + objectid: 177678 + subtype: boardgame + collid: 46916009 + name: + sortindex: 1 + $t: Signorie + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/FOqwMQqsXUmA3Ru5KuVhqss9w8Q=/0x0/pic2684003.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9Gsp8xRsNF86cIsgCU8Lqe9trH8=/fit-in/200x150/pic2684003.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-15 09:39:16 + numplays: 0 + - objecttype: thing + objectid: 40692 + subtype: boardgame + collid: 44275362 + name: + sortindex: 1 + $t: Small World + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/WvXe0YG-Mj2KBtyRSBNtRw4DIx0=/0x0/pic428828.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/w1PBg6RSkhkQVHgUMeVeDWIjbrs=/fit-in/200x150/pic428828.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:23:59 + numplays: 8 + - objecttype: thing + objectid: 40692 + subtype: boardgame + collid: 49428166 + name: + sortindex: 1 + $t: Small World + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/lgYNOoix-PVLbwhr-C8ntUwjcWQ=/0x0/pic2865580.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LfaUbFkRQLcLj2NDomRC-zYW8fo=/fit-in/200x150/pic2865580.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-18 22:54:44 + numplays: 8 + comment: Played enough, barely comes out and the base game got stale now for us. + Hate seeing it sit on the shelf without getting played. So gave it away, + bye-bye Small World we had our fun!! + - objecttype: thing + objectid: 119432 + subtype: boardgame + collid: 45457699 + name: + sortindex: 1 + $t: Snowdonia + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/u3IzDFWAkiTU1vjCiaQ3fkWbLaA=/0x0/pic1430858.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uztkuFGRTMi9AwXSVmyFMvHjJ90=/fit-in/200x150/pic1430858.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-19 09:00:32 + numplays: 0 + - objecttype: thing + objectid: 143157 + subtype: boardgame + collid: 47380090 + name: + sortindex: 1 + $t: SOS Titanic + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/V13JIoc3pduNgXtMGp8sXw53OIg=/0x0/pic1867874.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/p7h5Fph9To94_veTEGE86jSppo4=/fit-in/200x150/pic1867874.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:24:08 + numplays: 0 + - objecttype: thing + objectid: 143157 + subtype: boardgame + collid: 49428169 + name: + sortindex: 1 + $t: SOS Titanic + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/x7WmlrY6AIL99MkncfNsb1MAl2Q=/0x0/pic1717510.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/2smuCX0m7tm1GKoBdPQ01_cSXLQ=/fit-in/200x150/pic1717510.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:24:07 + numplays: 0 + - objecttype: thing + objectid: 238090 + subtype: boardgame + collid: 53052431 + name: + sortindex: 1 + $t: Speakeasy Blues + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/WOLsczcSo6Fl2fMztw7kPf6BZg8=/0x0/pic3797156.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8jrR8EZ2Hy8R1Bdj6HLFsO9qjzE=/fit-in/200x150/pic3797156.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-07-23 05:21:39 + numplays: 0 + - objecttype: thing + objectid: 104573 + subtype: boardgame + collid: 43903019 + name: + sortindex: 1 + $t: Spectaculum + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/P639HLQ_Ol5WNmNpdZDCRLVIbx0=/0x0/pic1206638.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/d5ex8HfIFbg77DwYEWcybxQJ8AE=/fit-in/200x150/pic1206638.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:24:17 + numplays: 0 + - objecttype: thing + objectid: 104573 + subtype: boardgame + collid: 49428173 + name: + sortindex: 1 + $t: Spectaculum + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/P639HLQ_Ol5WNmNpdZDCRLVIbx0=/0x0/pic1206638.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/d5ex8HfIFbg77DwYEWcybxQJ8AE=/fit-in/200x150/pic1206638.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:17 + numplays: 0 + - objecttype: thing + objectid: 162886 + subtype: boardgame + collid: 46791386 + name: + sortindex: 1 + $t: Spirit Island + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RmP2yBDA0LE-ZFWrEXAkgRuYjn0=/0x0/pic3615739.png + thumbnail: https://cf.geekdo-images.com/thumb/img/t9mRnhW6swyL2nPSScv9iroCyZQ=/fit-in/200x150/pic3615739.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-13 21:39:45 + numplays: 0 + wishlistcomment: For group play. The setting and theme is something I really liked. + Eventually though. + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 45159667 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PgaVULm0QKeFV2zTro4hJEb70Yk=/0x0/pic1904079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x-l6MKgcj-wBZfgX1ttvO5MRcJ4=/fit-in/200x150/pic1904079.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:25:36 + numplays: 6 + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 49428203 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PgaVULm0QKeFV2zTro4hJEb70Yk=/0x0/pic1904079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x-l6MKgcj-wBZfgX1ttvO5MRcJ4=/fit-in/200x150/pic1904079.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:19 + numplays: 6 + - objecttype: thing + objectid: 220653 + subtype: boardgame + collid: 45161139 + name: + sortindex: 1 + $t: >- + Splendor: Cities of Splendor + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/a9IWS3PsHFyKWOg2TZbUWyprvxg=/0x0/pic3711701.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fDCJ8J4Shu1E6W-tENJbIauDVbA=/fit-in/200x150/pic3711701.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:29:31 + numplays: 1 + - objecttype: thing + objectid: 137269 + subtype: boardgame + collid: 46939637 + name: + sortindex: 1 + $t: Spyrium + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/rGitckEaVK8dGWyM5kFcamV-ZG0=/0x0/pic1808509.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oNA6i3aCAKQKyZlgq9IgZppzwo8=/fit-in/200x150/pic1808509.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-02-13 21:39:29 + numplays: 0 + wishlistcomment: The setting really piqued my interest. + - objecttype: thing + objectid: 162007 + subtype: boardgame + collid: 46791517 + name: + sortindex: 1 + $t: Steampunk Rally + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/IES-u9aBUVz1mPixKeQv5df3V6Y=/0x0/pic2073821.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zCHrtk5frNP7BIqnMklVReL9BP4=/fit-in/200x150/pic2073821.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-17 10:33:49 + numplays: 0 + comment: Not interested in the game for 2 players, but for playing with muggles + wishlistcomment: Eventually. + + Even if I buy, this is to play with level 02 muggles :D + + + Just for Renu and me, not really. Will take a pass on 2 player even + though it seems like a good 2 player game. + - objecttype: thing + objectid: 220778 + subtype: boardgame + collid: 49499018 + name: + sortindex: 1 + $t: Sticky Chameleons + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/dc0J-9vLKAPP0cxr89Lq8nmZsRk=/0x0/pic3613442.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vqgvkeu2NveyZP9fMEb54W8ecLI=/fit-in/200x150/pic3613442.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-08 23:59:26 + numplays: 0 + wishlistcomment: To play with my tiny cousins and nieces. Any probably to annoy Renu with + the tongue flicking :p + - objecttype: thing + objectid: 179460 + subtype: boardgame + collid: 46795866 + name: + sortindex: 1 + $t: Stronghold &&#35;40;2nd edition&&#35;41; + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/OF5W46gXSXNuNIq_sCycUl5bavs=/0x0/pic2642989.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3y5gVvT1fYAyb585QOnM81J0P7k=/fit-in/200x150/pic2642989.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:39:01 + numplays: 0 + wishlistcomment: Just thinking about it, not anytime soon. + - objecttype: thing + objectid: 123260 + subtype: boardgame + collid: 46888559 + name: + sortindex: 1 + $t: Suburbia + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/v2kosqFeCkidrDEnKQYZSk-qH_k=/0x0/pic1418335.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ErmY_grQAOtH4zy2Hxg2AIeiAf8=/fit-in/200x150/pic1418335.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-09 00:01:33 + numplays: 0 + wishlistcomment: Since I have Quadropolis now, I might hold off of buying Suburbia, heard a + lot of about this game and some say this is way better than Quadropolis. + + + I love playing Quadropolis, the only issue is the game's + over-all presentation. It bores me and the cutsy mobile game type, the + ones like Clash of Clans really bothers me in board games. So might + consider Suburbia eventually. + - objecttype: thing + objectid: 162286 + subtype: boardgame + collid: 46791527 + name: + sortindex: 1 + $t: Super Motherload + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/ynRe6I_DY9VKdUBFoXn7nH1zERM=/0x0/pic3293385.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7tfrQqsGN6zcxud-Hba_jhCaBXc=/fit-in/200x150/pic3293385.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-28 20:19:27 + numplays: 0 + wishlistcomment: Not buying it as I have access to copies of the game around me... + + For playing with muggles and giving gifts + - objecttype: thing + objectid: 146508 + subtype: boardgame + collid: 46791438 + name: + sortindex: 1 + $t: T.I.M.E Stories + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/HgvRM7737qYJn6nFvfZ5IlSf800=/0x0/pic2617634.png + thumbnail: https://cf.geekdo-images.com/thumb/img/LKZSyC93AhCvIKSrJH4jLGPqfNY=/fit-in/200x150/pic2617634.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-28 20:23:35 + numplays: 0 + wishlistcomment: Gerhman has a nice plan about me buying modules as he has the base game, + but I am worries about my frequency of meeting him at Hunters Dream. + - objecttype: thing + objectid: 215613 + subtype: boardgame + collid: 49595848 + name: + sortindex: 1 + $t: >- + Tao Long: The Way of the Dragon + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/2QusNZSUJ0EXcJruUMGQSZAFXKA=/0x0/pic3317172.png + thumbnail: https://cf.geekdo-images.com/thumb/img/l-CoS9VhK8DzI8znUhLTJuUWI0E=/fit-in/200x150/pic3317172.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-28 03:55:12 + numplays: 0 + - objecttype: thing + objectid: 118048 + subtype: boardgame + collid: 46791469 + name: + sortindex: 1 + $t: Targi + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/7KQJcPVEw5kPRk45KGTlsIbZnwo=/0x0/pic3958793.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cc6HWiK8agoUMzAQ84KZErFI6Yc=/fit-in/200x150/pic3958793.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-28 20:22:37 + numplays: 0 + wishlistcomment: Can't wait for the 2018 second print run + - objecttype: thing + objectid: 118048 + subtype: boardgame + collid: 53194612 + name: + sortindex: 1 + $t: Targi + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/7KQJcPVEw5kPRk45KGTlsIbZnwo=/0x0/pic3958793.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cc6HWiK8agoUMzAQ84KZErFI6Yc=/fit-in/200x150/pic3958793.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-07-29 11:57:07 + numplays: 0 + - objecttype: thing + objectid: 229853 + subtype: boardgame + collid: 47595083 + name: + sortindex: 1 + $t: >- + Teotihuacan: City of Gods + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/8YwBWw7byGuEdUybkYZfTOZx_H4=/0x0/pic3949618.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ph4QRZ8SWAbhn-SbzCeHMjYR2T8=/fit-in/200x150/pic3949618.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-09 00:02:16 + numplays: 0 + wishlistcomment: Marco-Polo and Tzolk'in's designer and Mayan Civ - no second + thoughts here. + - objecttype: thing + objectid: 120677 + subtype: boardgame + collid: 46791433 + name: + sortindex: 1 + $t: Terra Mystica + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/CynjY3GgwPTg34abNIv8eLX1pXs=/0x0/pic1356616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P-H2xOKpbkVCoDTGOZL_B8jLdgc=/fit-in/200x150/pic1356616.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-22 11:38:37 + numplays: 2 + wishlistcomment: Only reason I am holding off from buying this game is that it's not a + great 2 player game. And Gaia Project was just stunningly awesome design + in gameplay and Clans of Caledonia just blew me out of the water with + it's gameplay. So TMysitica will never been seen on our shelf. + - objecttype: thing + objectid: 167791 + subtype: boardgame + collid: 44301523 + name: + sortindex: 1 + $t: Terraforming Mars + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/o8z_levBVArPUKI7ZrIysZEs1A0=/0x0/pic3536616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yFqQ569DfL8NSTGTUw0vF9SCR7k=/fit-in/200x150/pic3536616.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-03-05 22:39:35 + numplays: 1 + wishlistcomment: Will play it again, but never getting it because both Renu and I wont + enjoy it as much and I really dislike the take-that player interaction + this game has. + - objecttype: thing + objectid: 188920 + subtype: boardgame + collid: 46227050 + name: + sortindex: 1 + $t: >- + This War of Mine: The Board Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/VmqDT6K9qJyjmq3oHdJmdrmhdII=/0x0/pic3315915.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IEVkhEdjuUIW9MgUlmqvcuME_3E=/fit-in/200x150/pic3315915.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-28 20:20:17 + numplays: 0 + wishlistcomment: For the pure solo experience - second hand will do, or wait for it to hit + sales or something. + + Anyway I have the PS4 version + - objecttype: thing + objectid: 182028 + subtype: boardgame + collid: 46968710 + name: + sortindex: 1 + $t: >- + Through the Ages: A New Story of Civilization + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1d2h-kr4r_9xsss2Br6iMvjR9q0=/0x0/pic2663291.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ohqc2KTYdureA4PNjMqLXP4mUlU=/fit-in/200x150/pic2663291.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-19 10:23:40 + numplays: 1 + wishlistcomment: >- + Renu wants it - she did her homework. + + Prepared to be surprised. She says she loved the gameplay, enough reasons for me to get it. + + + Refer Renu's wishlist for details before buying. + - objecttype: thing + objectid: 182028 + subtype: boardgame + collid: 51107533 + name: + sortindex: 1 + $t: >- + Through the Ages: A New Story of Civilization + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1d2h-kr4r_9xsss2Br6iMvjR9q0=/0x0/pic2663291.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ohqc2KTYdureA4PNjMqLXP4mUlU=/fit-in/200x150/pic2663291.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:22 + numplays: 1 + - objecttype: thing + objectid: 503 + subtype: boardgame + collid: 47304595 + name: + sortindex: 1 + $t: Through the Desert + yearpublished: 1998 + image: https://cf.geekdo-images.com/original/img/qMspa3GI2sMHCvTvRvJQ5uxIw2E=/0x0/pic3764263.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mi2LHZK0LnatLJvGE0ViICyRsCo=/fit-in/200x150/pic3764263.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-29 23:09:43 + numplays: 0 + - objecttype: thing + objectid: 21790 + subtype: boardgame + collid: 45827903 + name: + sortindex: 1 + $t: Thurn and Taxis + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/OCseTfqqFRtInJ4lx7czVC4TFbc=/0x0/pic115300.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/v9xIcI__rk6ICCg9z9EIUd-R3kg=/fit-in/200x150/pic115300.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:03:49 + numplays: 5 + - objecttype: thing + objectid: 21790 + subtype: boardgame + collid: 49427010 + name: + sortindex: 1 + $t: Thurn und Taxis + originalname: Thurn and Taxis + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/GthgoQXBYw6D39ksc84AGrUyVtg=/0x0/pic1200070.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/R-NzYjit0SCLj5UHcluI3Gi5feQ=/fit-in/200x150/pic1200070.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:28 + numplays: 5 + - objecttype: thing + objectid: 195544 + subtype: boardgame + collid: 42811689 + name: + sortindex: 1 + $t: Tides of Madness + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/2DoGiyO8m_Saxz5q6WQPZUR-_8s=/0x0/pic3028109.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3CL-YvzK5zN8l4gx3Aetnm9iJfQ=/fit-in/200x150/pic3028109.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:32:33 + numplays: 6 + - objecttype: thing + objectid: 195544 + subtype: boardgame + collid: 49428333 + name: + sortindex: 1 + $t: Tides of Madness + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/2DoGiyO8m_Saxz5q6WQPZUR-_8s=/0x0/pic3028109.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3CL-YvzK5zN8l4gx3Aetnm9iJfQ=/fit-in/200x150/pic3028109.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:04 + numplays: 6 + - objecttype: thing + objectid: 42 + subtype: boardgame + collid: 43085451 + name: + sortindex: 1 + $t: Tigris & Euphrates + yearpublished: 1997 + image: https://cf.geekdo-images.com/original/img/vd6LHDJ-u-TkAAWafD2yG9-U974=/0x0/pic2338267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DNfURmGP1yPr-9H4UEFgyoxd1qA=/fit-in/200x150/pic2338267.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-09 11:44:12 + numplays: 0 + - objecttype: thing + objectid: 42215 + subtype: boardgame + collid: 46802423 + name: + sortindex: 1 + $t: Tobago + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/Ao7x7lkwA_GExCLsNV4eZ_sQyDE=/0x0/pic596625.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HJOs7vu283v8m5v3SWBjZgvGBYw=/fit-in/200x150/pic596625.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-17 10:34:43 + numplays: 0 + - objecttype: thing + objectid: 123540 + subtype: boardgame + collid: 42811619 + name: + sortindex: 1 + $t: Tokaido + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/F5OFQxeuYjEtPUnczM6tlXFAm2Y=/0x0/pic3747956.png + thumbnail: https://cf.geekdo-images.com/thumb/img/fhAMbCTDE7LFTOWoLsSnIfgaIEw=/fit-in/200x150/pic3747956.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:43:21 + numplays: 2 + - objecttype: thing + objectid: 123540 + subtype: boardgame + collid: 49428553 + name: + sortindex: 1 + $t: Tokaido + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/lhSi3ulUzQGhQZyHj2MbvL9kW3k=/0x0/pic1293719.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7bcdpctVYCgieBjijGns99lzrr8=/fit-in/200x150/pic1293719.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 22:23:58 + numplays: 2 + comment: Gifted it to my niece just so I can get the Deluxe edition someday. + - objecttype: thing + objectid: 155731 + subtype: boardgame + collid: 47595101 + name: + sortindex: 1 + $t: Tokaido Collector's Edition + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/4xU38f7T0cc4Whqejk9C9J5nqgw=/0x0/pic2262810.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7_HN3n-kCD7bzTlB0l8K8wUCHfE=/fit-in/200x150/pic2262810.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-23 03:21:30 + numplays: 0 + wishlistcomment: Soon, once there is enough shelf space + - objecttype: thing + objectid: 105037 + subtype: boardgame + collid: 46913311 + name: + sortindex: 1 + $t: Tournay + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/gsW5-f408Vv9opLJ2ZSsZoz1D8w=/0x0/pic1068585.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9IzVkcjI1sIPA31iiSYcG_xTMt4=/fit-in/200x150/pic1068585.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-15 09:33:27 + numplays: 0 + wishlistcomment: Sequel to Troyes + - objecttype: thing + objectid: 24827 + subtype: boardgame + collid: 43903021 + name: + sortindex: 1 + $t: Traders of Osaka + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/McdLliocFFJ5CjlLcWg3B8E7oWI=/0x0/pic2375943.png + thumbnail: https://cf.geekdo-images.com/thumb/img/CYAyFyp1vrrMjWzHsAfwtK1H82I=/fit-in/200x150/pic2375943.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 20:59:57 + numplays: 1 + - objecttype: thing + objectid: 138317 + subtype: boardgame + collid: 42886041 + name: + sortindex: 1 + $t: Trains and Stations + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/-9hmU9932eWzyzRqtAH8oCaa708=/0x0/pic2726917.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bL_Qw-EEY4w8TLFUjA69BSarKFk=/fit-in/200x150/pic2726917.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-10 11:26:16 + numplays: 0 + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 46791250 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/zIaLOaUTggWH1tuN1Wc9hjR_Mng=/0x0/pic1552526.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/p0hW5Nifthq9gR0lo6F30eY5Hlg=/fit-in/200x150/pic1552526.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:27:54 + numplays: 0 + wishlistcomment: >- + Renu wants it - she did her homework. + + Prepared to be surprised. She says she loved the gameplay, enough reasons for me to get it. + + + Refer Renu's wishlist for details before buying. + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 49623704 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/zIaLOaUTggWH1tuN1Wc9hjR_Mng=/0x0/pic1552526.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/p0hW5Nifthq9gR0lo6F30eY5Hlg=/fit-in/200x150/pic1552526.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-13 21:38:38 + numplays: 0 + wishlistcomment: >- + Renu wants it - she did her homework. + + Prepared to be surprised. She says she loved the gameplay, enough reasons for me to get it. + + + Refer Renu's wishlist for details before buying. + + + I want the Quined Masterprint version, yes, I am crazy like that. + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 52830494 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/cEaycXgp7DqVD2lORAUJ2IzgozU=/0x0/pic1054375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nKAeuNIMoyIyzMilVurhLTU9Qq4=/fit-in/200x150/pic1054375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-12 09:53:48 + numplays: 0 + comment: Stefan Feld signed copy + - objecttype: thing + objectid: 175293 + subtype: boardgame + collid: 42864715 + name: + sortindex: 1 + $t: Trambahn + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/eWl_GcwQJP2VGT9of1hWNgRSWHA=/0x0/pic2524793.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5eKoMZQuo8ArE_Nla-FJTnI8c0I=/fit-in/200x150/pic2524793.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-12 23:50:05 + numplays: 3 + - objecttype: thing + objectid: 175293 + subtype: boardgame + collid: 49428337 + name: + sortindex: 1 + $t: Trambahn + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/eWl_GcwQJP2VGT9of1hWNgRSWHA=/0x0/pic2524793.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5eKoMZQuo8ArE_Nla-FJTnI8c0I=/fit-in/200x150/pic2524793.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-19 09:24:29 + numplays: 3 + comment: Renu abhors this game and even I got bored of it - just way too much + randomness and nothing that interesting going on - would rather play + Hanmikoji or Kingdomino or something. + - objecttype: thing + objectid: 163805 + subtype: boardgame + collid: 46227847 + name: + sortindex: 1 + $t: Transatlantic + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/7YojxC1IirD1A6osWW6qD8q8iUw=/0x0/pic3727022.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xuVcKtRmuu3cvz9g5VFc6J09xNc=/fit-in/200x150/pic3727022.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2017-12-20 21:48:47 + numplays: 0 + wishlistcomment: Still haven't decided whether to get this or not, the theme of the + game isn't really compelling. Yes, it has Concordia's card play + system integrated to it. But the game itself didn't really intrigue + me after reading the rules. + + + EDIT &#35; 02 + + Not buying the game, the setting really doesn't interest me + even if the concept is abstracted to a good mechanic. So will play but + wont buy. + - objecttype: thing + objectid: 73439 + subtype: boardgame + collid: 45459117 + name: + sortindex: 1 + $t: Troyes + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/jgHgQKbmvFx2xDL1MdtYB2-jRek=/0x0/pic750583.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sM2lpUBjW79Ue2TM9NICXJJdnao=/fit-in/200x150/pic750583.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-05-21 10:30:07 + numplays: 1 + - objecttype: thing + objectid: 202174 + subtype: boardgame + collid: 43903028 + name: + sortindex: 1 + $t: Tuscany Essential Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/UKgKsieA-g4PGYV9tpJODaqYzTA=/0x0/pic3064278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9Pr9zS80Sr46f1gJqOjJJ4Vc_S8=/fit-in/200x150/pic3064278.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:33:21 + numplays: 0 + - objecttype: thing + objectid: 202174 + subtype: boardgame + collid: 49428351 + name: + sortindex: 1 + $t: Tuscany Essential Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/UKgKsieA-g4PGYV9tpJODaqYzTA=/0x0/pic3064278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9Pr9zS80Sr46f1gJqOjJJ4Vc_S8=/fit-in/200x150/pic3064278.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:33:20 + numplays: 0 + - objecttype: thing + objectid: 198412 + subtype: boardgame + collid: 43189606 + name: + sortindex: 1 + $t: Twelve Heroes + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/PfyhpdebC-pZutXl9n6lM-nOeQc=/0x0/pic3337127.png + thumbnail: https://cf.geekdo-images.com/thumb/img/3GMRqWk9DwPOv98NqE_c6I1ln0E=/fit-in/200x150/pic3337127.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:09:44 + numplays: 0 + - objecttype: thing + objectid: 198412 + subtype: boardgame + collid: 49427099 + name: + sortindex: 1 + $t: Twelve Heroes + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/8Q-2IzHypwWwhI1ZaQQlY-XK7HI=/0x0/pic3103104.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uR3fVQCjCy3iI-Se_zk5F_TXOeU=/fit-in/200x150/pic3103104.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:09:43 + numplays: 0 + - objecttype: thing + objectid: 12333 + subtype: boardgame + collid: 48072798 + name: + sortindex: 1 + $t: Twilight Struggle + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/ZPnnm7v2RTJ6fAZeeseA5WbC9DU=/0x0/pic361592.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mEmeJrI3AbGTpWyeFOZnR0s_LcY=/fit-in/200x150/pic361592.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-02-13 21:37:10 + numplays: 0 + wishlistcomment: Not going to buy it untill I either play this once or play the digital + version. + - objecttype: thing + objectid: 234621 + subtype: boardgame + collid: 49648481 + name: + sortindex: 1 + $t: Tybor der Baumeister + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/H-of3EN70x6VLkkZ8o6ScO3r9kE=/0x0/pic3730608.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uPIZRt4cmUw9mVJ9EOM1UH4KVu4=/fit-in/200x150/pic3730608.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-02-14 22:40:50 + numplays: 0 + - objecttype: thing + objectid: 126163 + subtype: boardgame + collid: 44289743 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/b_3SHZiUpcmrIT5hU8wVF0SDX8k=/0x0/pic1413480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RFxQzKDZgLqZ6oCtclSQHMbDlfk=/fit-in/200x150/pic1413480.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:33:33 + numplays: 3 + - objecttype: thing + objectid: 126163 + subtype: boardgame + collid: 49428356 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/b_3SHZiUpcmrIT5hU8wVF0SDX8k=/0x0/pic1413480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RFxQzKDZgLqZ6oCtclSQHMbDlfk=/fit-in/200x150/pic1413480.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:06 + numplays: 3 + - objecttype: thing + objectid: 143065 + subtype: boardgame + collid: 50589000 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar – Tribes & Prophecies + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/M03-baQf8J-08Y5_mdilEKhLcZQ=/0x0/pic1758469.png + thumbnail: https://cf.geekdo-images.com/thumb/img/vvVgX9eHFKY0DHnbeEy5XrwpOVg=/fit-in/200x150/pic1758469.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-27 09:17:03 + numplays: 0 + - objecttype: thing + objectid: 191876 + subtype: boardgame + collid: 46067281 + name: + sortindex: 1 + $t: Ulm + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/PiliepruSZkk36HifGsWpqC20CQ=/0x0/pic3193554.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ta7QDno-74jdZ4Jm4-UtJNERBqg=/fit-in/200x150/pic3193554.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:34:13 + numplays: 4 + - objecttype: thing + objectid: 191876 + subtype: boardgame + collid: 49428367 + name: + sortindex: 1 + $t: Ulm + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/PiliepruSZkk36HifGsWpqC20CQ=/0x0/pic3193554.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ta7QDno-74jdZ4Jm4-UtJNERBqg=/fit-in/200x150/pic3193554.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:08 + numplays: 4 + - objecttype: thing + objectid: 225885 + subtype: boardgame + collid: 50785172 + name: + sortindex: 1 + $t: Unbroken + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/q-L8N6B9F0THBz7DvmPep8pxmcQ=/0x0/pic3766231.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zsjLSq0NsnfwAbrCDolxgrz1Kbs=/fit-in/200x150/pic3766231.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-04-19 06:05:23 + numplays: 0 + comment: KS + - objecttype: thing + objectid: 242149 + subtype: boardgame + collid: 51103409 + name: + sortindex: 1 + $t: Vadoran Gardens + image: https://cf.geekdo-images.com/original/img/KadbngOvBYoXnRk0XIxadLWtk70=/0x0/pic3925752.png + thumbnail: https://cf.geekdo-images.com/thumb/img/lgcX8W2UFrPRUS62PidTEtH3ORM=/fit-in/200x150/pic3925752.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-04-19 06:05:20 + numplays: 0 + comment: KS + - objecttype: thing + objectid: 41002 + subtype: boardgame + collid: 46743925 + name: + sortindex: 1 + $t: Vasco da Gama + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/JK_FtcxyGZvQIzoCVytXLIwF7rs=/0x0/pic495883.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3Z7GcnPEK0bMRFSQwMhCmvdeTX8=/fit-in/200x150/pic495883.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:34:25 + numplays: 1 + wishlistcomment: Will be buying this soon. + - objecttype: thing + objectid: 41002 + subtype: boardgame + collid: 49428371 + name: + sortindex: 1 + $t: Vasco da Gama + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/JK_FtcxyGZvQIzoCVytXLIwF7rs=/0x0/pic495883.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3Z7GcnPEK0bMRFSQwMhCmvdeTX8=/fit-in/200x150/pic495883.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:11 + numplays: 1 + - objecttype: thing + objectid: 170416 + subtype: boardgame + collid: 46968685 + name: + sortindex: 1 + $t: >- + Vast: The Crystal Caverns + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/i52oRYMg5KHPNJ0bhFEHycEhUyM=/0x0/pic2962290.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vJWI9DzKpxRdIhPEzrJBXivLTkg=/fit-in/200x150/pic2962290.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-11-28 20:21:31 + numplays: 0 + wishlistcomment: >- + Eventually, this is definitely not a 2 player game &&#35;40;I can + be wrong as I read that it plays with 2player and Harshad also said that + it's really good 2player&&#35;41;. + + Otherwise, to play with a group. + + but wow, what an awesome game. Played it twice till now. Both the times as Dragon. + - objecttype: thing + objectid: 191231 + subtype: boardgame + collid: 42811564 + name: + sortindex: 1 + $t: Via Nebula + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/7COcSNU0RuDc5t8Ijg08ltI_mWE=/0x0/pic2839651.png + thumbnail: https://cf.geekdo-images.com/thumb/img/LYtC9GlbBBDJKqetEeAfvpzbmCw=/fit-in/200x150/pic2839651.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-15 09:36:28 + numplays: 0 + wishlistcomment: Played it once. Loved it - don't need to r&d, getting it when + time is right. + - objecttype: thing + objectid: 157526 + subtype: boardgame + collid: 46970679 + name: + sortindex: 1 + $t: Viceroy + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/FwncKP5GkYJvBmVSYjBOBP28AL0=/0x0/pic2254354.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0W8E-4ZbpzoW45BXrotfKej6Yg0=/fit-in/200x150/pic2254354.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2017-11-17 10:32:40 + numplays: 0 + - objecttype: thing + objectid: 104006 + subtype: boardgame + collid: 46791457 + name: + sortindex: 1 + $t: Village + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/XJ9DcBvOYgoSSNLjx0GP4If8hms=/0x0/pic2760568.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qavzxzdsA436t0AAKpkeM7Wjq4c=/fit-in/200x150/pic2760568.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-11 01:08:16 + numplays: 0 + - objecttype: thing + objectid: 136223 + subtype: boardgame + collid: 46791464 + name: + sortindex: 1 + $t: Village Inn + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/b9loXoWXlwGci_cjQH4gu_sll3s=/0x0/pic2760535.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mR2mu4PIhBo-DQhysNsJMHFm4Gs=/fit-in/200x150/pic2760535.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-11 01:08:32 + numplays: 0 + - objecttype: thing + objectid: 155996 + subtype: boardgame + collid: 46791460 + name: + sortindex: 1 + $t: Village Port + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/W-tV7rAy2rg-Sf3DuyaccvDTnmA=/0x0/pic2760541.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oRKuFTqtLhjSI3TJ0x6N8rHXpsQ=/fit-in/200x150/pic2760541.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2017-11-11 01:08:27 + numplays: 0 + - objecttype: thing + objectid: 175640 + subtype: boardgame + collid: 46776432 + name: + sortindex: 1 + $t: Vinhos Deluxe Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/KZhxG9UxjsDnVhI4zlmPPVKe2jI=/0x0/pic2649446.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TsggAsG0fN837BlRTXzhjuRX2e8=/fit-in/200x150/pic2649446.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:27:46 + numplays: 6 + wishlistcomment: >- + I loved it anyway. Copy-pasting from Renu's wishlist comments. + + Many many aspects of BG mechanics we really like. + + + 1&&#35;41; Visiting expert acts like a special character wherein s/he gives you a special ability that you can perform in your turn. It becomes part of your collection + + 2&&#35;41; Board is interactive as well as tighter than the first edition. + + 3&&#35;41; Region-based wine, that is each region produces different types of wine + + 4&&#35;41; Weather affecting the wine. In short real-life stimulation of vineyard. + + 5&&#35;41; Every factor of the game can be utilized in some or the other form. Even experts can be sold after their use is done to gain more standing in the society. + + 6&&#35;41; Money is tight but can be earned through worker placement. So it is just tight enough to stimulate competition. + - objecttype: thing + objectid: 175640 + subtype: boardgame + collid: 51784624 + name: + sortindex: 1 + $t: Vinhos Deluxe Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/KZhxG9UxjsDnVhI4zlmPPVKe2jI=/0x0/pic2649446.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TsggAsG0fN837BlRTXzhjuRX2e8=/fit-in/200x150/pic2649446.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-28 02:18:08 + numplays: 6 + - objecttype: thing + objectid: 207812 + subtype: boardgame + collid: 51784642 + name: + sortindex: 1 + $t: >- + Vinhos Deluxe Edition: Connoisseur Expansion Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/TgyQn9iiAAFk5BHh80dKECbMiEY=/0x0/pic3279710.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zKsFdrZPJPfq7q03ixf6J1mgz10=/fit-in/200x150/pic3279710.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:47:29 + numplays: 0 + - objecttype: thing + objectid: 207816 + subtype: boardgame + collid: 51784641 + name: + sortindex: 1 + $t: >- + Vinhos Deluxe Edition: Experts Expansion Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/IFa7c0o5_BKsdb6NhT1Xvm8pn3o=/0x0/pic3279712.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aERvQOSuVA-wT9cpr-DWLqbIuTg=/fit-in/200x150/pic3279712.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:47:30 + numplays: 0 + - objecttype: thing + objectid: 207818 + subtype: boardgame + collid: 51784638 + name: + sortindex: 1 + $t: >- + Vinhos Deluxe Edition: Islands Expansion Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0DvzajvHowKGKpEpSeJ3r23Z8dE=/0x0/pic3211216.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-5K6_mIFruuZzxl3kw3bZ5R513s=/fit-in/200x150/pic3211216.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:47:33 + numplays: 0 + - objecttype: thing + objectid: 207820 + subtype: boardgame + collid: 51784636 + name: + sortindex: 1 + $t: >- + Vinhos Deluxe Edition: Tasting Room Expansion Pack + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/kZiSrsy_MhIfhfCYrkMwNC1wAiQ=/0x0/pic3211220.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uQNwMoxD1HTzD-QyJSPOKlfZ0a0=/fit-in/200x150/pic3211220.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-20 21:47:32 + numplays: 0 + - objecttype: thing + objectid: 183394 + subtype: boardgame + collid: 43903029 + name: + sortindex: 1 + $t: Viticulture Essential Edition + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/6KQbzbjV6HlxDZeqPwmrmR3gn6w=/0x0/pic2649952.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sD_qvrzIbvfobJj0ZDAaq-TnQPs=/fit-in/200x150/pic2649952.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:34:36 + numplays: 4 + - objecttype: thing + objectid: 183394 + subtype: boardgame + collid: 49428381 + name: + sortindex: 1 + $t: Viticulture Essential Edition + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/6KQbzbjV6HlxDZeqPwmrmR3gn6w=/0x0/pic2649952.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sD_qvrzIbvfobJj0ZDAaq-TnQPs=/fit-in/200x150/pic2649952.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:14 + numplays: 4 + - objecttype: thing + objectid: 193823 + subtype: boardgame + collid: 44289744 + name: + sortindex: 1 + $t: >- + Viticulture: Moor Visitors Expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/My5z5Ez07hzWMzabQx6e-LevYtg=/0x0/pic2900453.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SX-uWZD3G5U6VHyK1DT_V8xSpko=/fit-in/200x150/pic2900453.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:34:46 + numplays: 0 + - objecttype: thing + objectid: 193823 + subtype: boardgame + collid: 49428387 + name: + sortindex: 1 + $t: >- + Viticulture: Moor Visitors Expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/My5z5Ez07hzWMzabQx6e-LevYtg=/0x0/pic2900453.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SX-uWZD3G5U6VHyK1DT_V8xSpko=/fit-in/200x150/pic2900453.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:34:45 + numplays: 0 + - objecttype: thing + objectid: 248929 + subtype: boardgame + collid: 50627165 + name: + sortindex: 1 + $t: >- + Viticulture: Visit from the Rhine Valley + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/nmzQByILRt9kyt-Oggg9YcxBAvU=/0x0/pic4058914.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HaZvmplVlNNL1XnCCsqTT9rnTR0=/fit-in/200x150/pic4058914.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-03-29 00:10:30 + numplays: 0 + - objecttype: thing + objectid: 171623 + subtype: boardgame + collid: 43903038 + name: + sortindex: 5 + $t: The Voyages of Marco Polo + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/ewdBaa31ROM_gOmpYwp4xszuAHk=/0x0/pic2461346.png + thumbnail: https://cf.geekdo-images.com/thumb/img/HMtPzM7OaJwlKQopC5A1NC3cUUI=/fit-in/200x150/pic2461346.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:03:13 + numplays: 10 + - objecttype: thing + objectid: 232945 + subtype: boardgame + collid: 46084646 + name: + sortindex: 5 + $t: >- + The Voyages of Marco Polo: Agents of Venice + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/s9EIt7Ea6giFAJqrcVJlc-3Pwlw=/0x0/pic3789949.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oIkJ5TqwnHgWp6KyGP0ytcGhOBE=/fit-in/200x150/pic3789949.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:31 + numplays: 0 + wishlistcomment: Expansion to our fav game, getting the day it hits retail. + - objecttype: thing + objectid: 115746 + subtype: boardgame + collid: 42497077 + name: + sortindex: 1 + $t: War of the Ring &&#35;40;Second Edition&&#35;41; + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/sAJOZ0c2_gZqXjn2npRgpFvshKo=/0x0/pic1215633.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ScZ6Zu4wgK9JRqFWUnA89efhT-0=/fit-in/200x150/pic1215633.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:34:57 + numplays: 1 + - objecttype: thing + objectid: 115746 + subtype: boardgame + collid: 49428392 + name: + sortindex: 1 + $t: War of the Ring &&#35;40;Second Edition&&#35;41; + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/sAJOZ0c2_gZqXjn2npRgpFvshKo=/0x0/pic1215633.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ScZ6Zu4wgK9JRqFWUnA89efhT-0=/fit-in/200x150/pic1215633.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:16 + numplays: 1 + - objecttype: thing + objectid: 122328 + subtype: boardgame + collid: 42497094 + name: + sortindex: 1 + $t: >- + War of the Ring: Lords of Middle-earth + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/GI37SIKhccLsQXTrFJi7_yvNXrA=/0x0/pic1450880.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aEw7iqNr1-05v74CWuvWqwYlw2k=/fit-in/200x150/pic1450880.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:35:09 + numplays: 0 + - objecttype: thing + objectid: 122328 + subtype: boardgame + collid: 49428398 + name: + sortindex: 1 + $t: >- + War of the Ring: Lords of Middle-earth + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/OTild8CfeGs6d_bWNTJ9md9Yh8E=/0x0/pic1478849.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7E5xVg5i2ZeBU1KqfRWeV3V9P8c=/fit-in/200x150/pic1478849.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:35:07 + numplays: 0 + - objecttype: thing + objectid: 206803 + subtype: boardgame + collid: 46791356 + name: + sortindex: 1 + $t: >- + Warsaw: City of Ruins + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/CoMKc8qS7TBJLNGUjdMq-JOUTvM=/0x0/pic4155728.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8VtWVaoV6ljsseFBWNvB0elO6Uo=/fit-in/200x150/pic4155728.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-05 22:25:10 + numplays: 0 + - objecttype: thing + objectid: 237179 + subtype: boardgame + collid: 49481005 + name: + sortindex: 1 + $t: Weather Machine + image: https://cf.geekdo-images.com/original/img/tVuHpSamtvVghsA4RviKaTVFJFQ=/0x0/pic3916186.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/evopbw5TAEBcQTgbjiwxpBG-wNw=/fit-in/200x150/pic3916186.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-13 21:36:52 + numplays: 0 + wishlistcomment: Vital's upcoming game - should be reason enough to add it to wishlist. + - objecttype: thing + objectid: 244654 + subtype: boardgame + collid: 49658913 + name: + sortindex: 1 + $t: Wildlands + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/e64yuFbezqgFa40Fp7RnxAjfcC8=/0x0/pic3983952.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/K8g_JuX9HRsg2zx1nKei3aNSXfU=/fit-in/200x150/pic3983952.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-23 03:20:59 + numplays: 0 + wishlistcomment: Since its Martin Wallace and Osprey game, but thinking about it. + Doesn't look like a game to be added to our collection. WOULD LOVE TO + PLAY THOUGH. + - objecttype: thing + objectid: 181670 + subtype: boardgame + collid: 45596536 + name: + sortindex: 1 + $t: Wolf & Hound + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/YpVqlmy6M9Uv2iLcWIE0Rv7lU-4=/0x0/pic2942022.png + thumbnail: https://cf.geekdo-images.com/thumb/img/i8z6DURRkNyxwc68fxZbt5nf7n0=/fit-in/200x150/pic2942022.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:45:26 + numplays: 0 + - objecttype: thing + objectid: 181670 + subtype: boardgame + collid: 49428574 + name: + sortindex: 1 + $t: Wolf & Hound + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/YpVqlmy6M9Uv2iLcWIE0Rv7lU-4=/0x0/pic2942022.png + thumbnail: https://cf.geekdo-images.com/thumb/img/i8z6DURRkNyxwc68fxZbt5nf7n0=/fit-in/200x150/pic2942022.png + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-19 02:47:40 + numplays: 0 + comment: For a kids game the rules were quite a lot. Never played it and the theme + and the game was meh!! So gave it away. + - objecttype: thing + objectid: 168433 + subtype: boardgame + collid: 41213893 + name: + sortindex: 5 + $t: >- + The World of Smog: On Her Majesty's Service + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/GTc7WtHN1l23et3lk0jzLtYX4oA=/0x0/pic2359273.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/u4DP-3xGGBbXA-O3OOUu5JFBQGk=/fit-in/200x150/pic2359273.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:35:18 + numplays: 0 + - objecttype: thing + objectid: 168433 + subtype: boardgame + collid: 49428403 + name: + sortindex: 5 + $t: >- + The World of Smog: On Her Majesty's Service + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/GTc7WtHN1l23et3lk0jzLtYX4oA=/0x0/pic2359273.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/u4DP-3xGGBbXA-O3OOUu5JFBQGk=/fit-in/200x150/pic2359273.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:18 + numplays: 0 + - objecttype: thing + objectid: 132817 + subtype: boardgame + collid: 49453937 + name: + sortindex: 1 + $t: Xanadú + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/l8btDRdBvXHFFBRhH7JSoRznDX4=/0x0/pic2529078.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/k84Vhx8fL4hpm1bY-l45O-5n9C0=/fit-in/200x150/pic2529078.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-02-07 02:03:58 + numplays: 0 + - objecttype: thing + objectid: 117915 + subtype: boardgame + collid: 46286562 + name: + sortindex: 1 + $t: Yedo + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/jbeI1OOMIFeXb3jtMNNjGttLKNw=/0x0/pic1633240.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nIs9mwZpVGk3_Vv7bDDzqrBy3-0=/fit-in/200x150/pic1633240.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:35:48 + numplays: 2 + - objecttype: thing + objectid: 117915 + subtype: boardgame + collid: 49428411 + name: + sortindex: 1 + $t: Yedo + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/D4BQ0iYoUPq7Wby-GxeIg2EgZdI=/0x0/pic1392713.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PLnwsBW5IwUtOKQtWBsf1IGfhrw=/fit-in/200x150/pic1392713.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:20 + numplays: 2 + - objecttype: thing + objectid: 149055 + subtype: boardgame + collid: 46286564 + name: + sortindex: 1 + $t: >- + Yedo: Sakoku + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/FQsbUHcDYQNZE615GrJSL3npBjQ=/0x0/pic1797561.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ig776RhB7ybmCarO3BJwKqIz5FI=/fit-in/200x150/pic1797561.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:35:35 + numplays: 0 + - objecttype: thing + objectid: 196340 + subtype: boardgame + collid: 46888574 + name: + sortindex: 1 + $t: Yokohama + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/De9ZLEfwyXpB7G_k7rkUBfiXixo=/0x0/pic3600984.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/k-aiqHqoHBKG0BiQNIB5gWLTwTk=/fit-in/200x150/pic3600984.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-03-11 12:23:13 + numplays: 0 + - objecttype: thing + objectid: 160495 + subtype: boardgame + collid: 46776423 + name: + sortindex: 1 + $t: ZhanGuo + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XPYnZxdxsllTQvF-oF-LTyRjM4k=/0x0/pic2242246.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Uqqk8GKLf5GbLTWHm0ueMLLAidM=/fit-in/200x150/pic2242246.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 22:23:15 + numplays: 4 + comment: LOVE THE GAME but had to purge the old copy as WYG is coming out with a + new KS and I WANT THAT shiny new ZhanGou + - objecttype: thing + objectid: 160495 + subtype: boardgame + collid: 49428415 + name: + sortindex: 1 + $t: ZhanGuo + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XPYnZxdxsllTQvF-oF-LTyRjM4k=/0x0/pic2242246.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Uqqk8GKLf5GbLTWHm0ueMLLAidM=/fit-in/200x150/pic2242246.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:22 + numplays: 4 + - objecttype: thing + objectid: 176189 + subtype: boardgame + collid: 41471816 + name: + sortindex: 1 + $t: >- + Zombicide: Black Plague + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/vs4UlIiZ1p3k5yIJ_vlvd2N-474=/0x0/pic2482309.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4PbWiS6M4DkRLz0ytCoy6supSr0=/fit-in/200x150/pic2482309.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 22:45:11 + numplays: 4 + - objecttype: thing + objectid: 176189 + subtype: boardgame + collid: 49428572 + name: + sortindex: 1 + $t: >- + Zombicide: Black Plague + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/vs4UlIiZ1p3k5yIJ_vlvd2N-474=/0x0/pic2482309.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4PbWiS6M4DkRLz0ytCoy6supSr0=/fit-in/200x150/pic2482309.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-18 22:54:10 + numplays: 4 + comment: Got boring real quick, realised its just not our kind of game, but then + this is what happens when you get something impulsively. + - objecttype: thing + objectid: 176494 + subtype: boardgame + collid: 49427019 + name: + sortindex: 1 + $t: アイル・オブ・スカイ:æ—é•·ã‹ã‚‰çŽ‹ã¸ æ—¥æœ¬èªžç‰ˆ + originalname: >- + Isle of Skye: From Chieftain to King + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/qIgjwXapvX5c_LULkeOruIbeCqY=/0x0/pic3770722.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vCpY1Z1kVTkCRW_xVGl2jZtwv5Y=/fit-in/200x150/pic3770722.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 22:29:37 + numplays: 3 + - objecttype: thing + objectid: 191862 + subtype: boardgame + collid: 49427094 + name: + sortindex: 1 + $t: イムホテップ + originalname: Imhotep + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Us3GlhSXZ6nwoTXxNyNuAwaKzoU=/0x0/pic3755769.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/GBb8DMzhIMS5uloLWRZU-xZDzAc=/fit-in/200x150/pic3755769.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 22:29:46 + numplays: 1 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 42497102 + name: + sortindex: 1 + $t: カードゲームジャイプル + originalname: Jaipur + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 22:31:07 + numplays: 2 + comment: >- + After playing Jaipur, I realized why it's on the list of + everyone's top 10 for 2 player game. + + + Even though there is a slight luck involved in the game, the game does have a tiny amount of strategy in terms of selecting cards. The camel cards and how it plays is really nice, where you have to take all the camels or none. It might seem like an advantage in the beginning but having a lot of camel herd can be anti-climatic for certain scenarios. + + + It's very simple, easy to teach, well made and I think a peaceful game :&&#35;41; + + + If you want to introduce your spouse to board-gaming slowly, dose-by-dose and ramp up the complexity, then Jaipur is a good start for that. And even then, down the line, you will still take it out to play. + + + Really like the game. + - objecttype: thing + objectid: 216132 + subtype: boardgame + collid: 50401105 + name: + sortindex: 1 + $t: クランズ・オブ・カレドニア + originalname: Clans of Caledonia + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/sH10oToID7-U3tUhMS1jpuPD-oA=/0x0/pic4029738.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nFR5xDCUbv66krFg4ns0IXUr_W4=/fit-in/200x150/pic4029738.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 06:28:28 + numplays: 5 + - objecttype: thing + objectid: 193042 + subtype: boardgame + collid: 52652578 + name: + sortindex: 1 + $t: ジャンクアート + originalname: Junk Art + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/LVHuLTbsY5ksEnODbUW05JTmCfg=/0x0/pic3756093.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/27a4IV9IorGBLHENDN4ydTX8YPc=/fit-in/200x150/pic3756093.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-03 05:50:31 + numplays: 0 + - objecttype: thing + objectid: 171623 + subtype: boardgame + collid: 49427001 + name: + sortindex: 5 + $t: マルコãƒãƒ¼ãƒã®æ—…è·¯ + originalname: The Voyages of Marco Polo + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/t-3njeTx9ac3gXdI6HLZ55jL2x8=/0x0/pic3968224.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3mdDUa0n07ToUa-JfzMjh1BRXQk=/fit-in/200x150/pic3968224.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-08-05 00:39:58 + numplays: 10 + - objecttype: thing + objectid: 248861 + subtype: boardgame + collid: 52331759 + name: + sortindex: 1 + $t: メトãƒãƒƒã‚¯ã‚¹ &&#35;40;MetroX&&#35;41; + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/FSTKB7tbCsPMGYtk54aARtv7kNY=/0x0/pic4046473.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iP-fULPFc8pdX-1rJN53U11dMLw=/fit-in/200x150/pic4046473.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-16 11:41:56 + numplays: 4 + - objecttype: thing + objectid: 155695 + subtype: boardgame + collid: 49426919 + name: + sortindex: 1 + $t: ãƒ©ã‚¤ãƒŠãƒ¼ãƒ»ã‚¯ãƒ‹ãƒ„ã‚£ã‚¢ã®æˆ¦å›½æ™‚代 + originalname: Age of War + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/TtZplFx9jiYUHBDnSITHD02HsOc=/0x0/pic2495316.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Dam3PHxbxrqcRL6vq0uf7tH-WN0=/fit-in/200x150/pic2495316.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-21 21:58:33 + numplays: 3 + comment: >- + - Damn easy to travel with + + - Literally no learning curve + + - Very less table space needed + + - Easy to teach young new gamers + + + Will keep it, simple and even though non-existent theme, I really like the feudal Japanese setting. + - objecttype: thing + objectid: 220653 + subtype: boardgame + collid: 49427368 + name: + sortindex: 1 + $t: å®çŸ³ã®ç…Œã:都市 + originalname: >- + Splendor: Cities of Splendor + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/9fJuaK-dngBcMJwkzLbah92K-Ys=/0x0/pic3770736.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jIZViU6diCz6VScmOK9EZYDCd5s=/fit-in/200x150/pic3770736.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-06 07:29:34 + numplays: 1 + - objecttype: thing + objectid: 158600 + subtype: boardgame + collid: 49427650 + name: + sortindex: 1 + $t: 花見å°è·¯ + originalname: Hanamikoji + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/91Xk0E6tifxeV5ZUFZZh1cgK0Yw=/0x0/pic2992529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-I4RLdipx8Zbh8usTyLMSW7TZYg=/fit-in/200x150/pic2992529.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-05 21:45:55 + numplays: 0 +username: govindk +layout: collection + +---diff --git a/_collections/hashfyre.md b/_collections/hashfyre.md new file mode 100644 index 0000000..ebfaedb 100644 --- /dev/null +++ a/_collections/hashfyre.md @@ -1,0 +1,313 @@ +--- +games: + - objecttype: thing + objectid: 185343 + subtype: boardgame + collid: 40314603 + name: + sortindex: 1 + $t: Anachrony + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/HwoXcAIvX44tc_CDgcQ6I0Rztg8=/0x0/pic3499707.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gXaZPeAGVZUmNEvIaeHeELP2a10=/fit-in/200x150/pic3499707.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-05 07:08:07 + numplays: 0 + - objecttype: thing + objectid: 156373 + subtype: boardgame + collid: 39484359 + name: + sortindex: 1 + $t: Chimera + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/RELocufnud3mJn2hAoVch6ABbt4=/0x0/pic1958140.png + thumbnail: https://cf.geekdo-images.com/thumb/img/akIcnWUHplOROiezP5_kNh5kE5g=/fit-in/200x150/pic1958140.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-04 04:20:18 + numplays: 0 + - objecttype: thing + objectid: 195149 + subtype: boardgame + collid: 39575658 + name: + sortindex: 1 + $t: >- + DETHRONED: The Real-Time Combat Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/x4DQed4ek6b3r0a-5mD49pTyNn0=/0x0/pic2934993.png + thumbnail: https://cf.geekdo-images.com/thumb/img/uBl9_IDDJvdnqKzZ8bMw_91ZV9c=/fit-in/200x150/pic2934993.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-01-07 10:38:24 + numplays: 0 + - objecttype: thing + objectid: 1339 + subtype: boardgame + collid: 39484710 + name: + sortindex: 1 + $t: Dungeon! + yearpublished: 1975 + image: https://cf.geekdo-images.com/original/img/X9Q8mOqv5BHNWhogsAeYbr2_OIM=/0x0/pic1998857.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZLJOrbWqcg73x5Rkdc5qEQDdp3o=/fit-in/200x150/pic1998857.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-04 04:45:19 + numplays: 0 + - objecttype: thing + objectid: 171668 + subtype: boardgame + collid: 42197096 + name: + sortindex: 5 + $t: The Grizzled + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/7_qWC5F5DdSXCpmADUDUsuW9mNg=/0x0/pic3719610.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tFgWvCeFbAKilEzXwie2dsOLkmk=/fit-in/200x150/pic3719610.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-29 01:59:29 + numplays: 0 + - objecttype: thing + objectid: 173805 + subtype: boardgame + collid: 39576629 + name: + sortindex: 1 + $t: Lobotomy + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/bULJcjnzQLk_oJh_dD6O_pDJGt8=/0x0/pic3449059.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HSZwvgauuylpaqJnUGDJZe7yGY8=/fit-in/200x150/pic3449059.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-07 11:19:26 + numplays: 0 + - objecttype: thing + objectid: 192153 + subtype: boardgame + collid: 39380127 + name: + sortindex: 1 + $t: >- + Pandemic: Reign of Cthulhu + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0dIqDhB7veQw2HQ-ecKjcon3IoY=/0x0/pic2866737.png + thumbnail: https://cf.geekdo-images.com/thumb/img/pQ7u1wugC1Ik_LDkc7Qq1GYIwAU=/fit-in/200x150/pic2866737.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-01-01 08:58:46 + numplays: 0 + - objecttype: thing + objectid: 205896 + subtype: boardgame + collid: 39576523 + name: + sortindex: 1 + $t: Rising Sun + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/B_QnVCi18kIQBPNajLjJkpXpW2s=/0x0/pic3880340.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/SJV333FxGVxsOc2XYvtVYx-uMDU=/fit-in/200x150/pic3880340.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-07 11:14:48 + numplays: 0 + - objecttype: thing + objectid: 175549 + subtype: boardgame + collid: 39380774 + name: + sortindex: 1 + $t: Salem 1692 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/RZss57iOjvuKMdXvlSznde-vEec=/0x0/pic4204062.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3v54Mw5X5XU2Jb8ANfjpscedKEw=/fit-in/200x150/pic4204062.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-01-01 09:17:50 + numplays: 0 + - objecttype: thing + objectid: 181523 + subtype: boardgame + collid: 40314595 + name: + sortindex: 1 + $t: >- + Snowblind: Race for the Pole + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ndeUbF8fnVuStEqfv1ACtXClxmM=/0x0/pic3056713.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Hj_mVbNxMl9bLAeTSzcEQvD409s=/fit-in/200x150/pic3056713.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 1 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-05 07:07:29 + numplays: 0 + - objecttype: thing + objectid: 188920 + subtype: boardgame + collid: 40314625 + name: + sortindex: 1 + $t: >- + This War of Mine: The Board Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/VmqDT6K9qJyjmq3oHdJmdrmhdII=/0x0/pic3315915.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IEVkhEdjuUIW9MgUlmqvcuME_3E=/fit-in/200x150/pic3315915.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-05 07:09:07 + numplays: 0 + - objecttype: thing + objectid: 163068 + subtype: boardgame + collid: 40038712 + name: + sortindex: 1 + $t: >- + Trickerion: Legends of Illusion + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/RjRhDwIgGd2HGNkaZXPj29oWGdI=/0x0/pic2585510.png + thumbnail: https://cf.geekdo-images.com/thumb/img/gdC0DzxXC5qUEKSfAGjcnCz1xRo=/fit-in/200x150/pic2585510.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-01-28 13:46:09 + numplays: 0 + comment: Having played the base game thrice in a 2 days, my verdict is definitely + positive. Also, I might be biased as this one debuts my boardgame + collection. + - objecttype: thing + objectid: 163602 + subtype: boardgame + collid: 40417864 + name: + sortindex: 1 + $t: >- + XCOM: The Board Game + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/81qwLR9Qs-w-dEkocyZ32-qQbSs=/0x0/pic2247621.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/C46FRq3vQXPVG9e8kZDprnxkoFE=/fit-in/200x150/pic2247621.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-09 14:58:35 + numplays: 0 + - objecttype: thing + objectid: 94493 + subtype: boardgame + collid: 40150085 + name: + sortindex: 1 + $t: Zaibatsu + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/FXIK62NkF80XXI3sMthciA3_tmg=/0x0/pic939688.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/561YEiADcSPJP2pP2KR9lpbe9Tg=/fit-in/200x150/pic939688.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-01-29 07:35:52 + numplays: 0 +username: hashfyre +layout: collection + +---diff --git a/_collections/inputj.md b/_collections/inputj.md new file mode 100644 index 0000000..065adea 100644 --- /dev/null +++ a/_collections/inputj.md @@ -1,0 +1,1577 @@ +--- +games: + - objecttype: thing + objectid: 31260 + subtype: boardgame + collid: 51026329 + name: + sortindex: 1 + $t: Agricola + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/L-UBO3rBOmvIrZHZLSXOypyAUPw=/0x0/pic259085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zl48oz7IeKlgWJVBLYd0nFJumdA=/fit-in/200x150/pic259085.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:20:05 + numplays: 2 + - objecttype: thing + objectid: 161970 + subtype: boardgame + collid: 51026424 + name: + sortindex: 1 + $t: Alchemists + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/VKBFHqR2xm0EFGWfb1sPJZctMCs=/0x0/pic2241156.png + thumbnail: https://cf.geekdo-images.com/thumb/img/4VjOkEjTXNR4KQMjaOK7JibjPSw=/fit-in/200x150/pic2241156.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:21:11 + numplays: 0 + - objecttype: thing + objectid: 205637 + subtype: boardgame + collid: 47319196 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/EQ0Kl-bH9RCI5aJWVLnAlAfo00E=/0x0/pic3122349.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/66qtunbh0lfNhBrynkLruHyfZeY=/fit-in/200x150/pic3122349.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:48:56 + numplays: 0 + - objecttype: thing + objectid: 235542 + subtype: boardgame + collid: 47896762 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – A Phantom of Truth: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/txcAB8wmakB25FoLRqPqpfVvj1I=/0x0/pic3741697.png + thumbnail: https://cf.geekdo-images.com/thumb/img/c8Xrif_Id-thJCXef_CQrksFuCo=/fit-in/200x150/pic3741697.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-03 09:42:48 + numplays: 0 + - objecttype: thing + objectid: 239330 + subtype: boardgame + collid: 51557907 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – Black Stars Rise: Mythos Pack + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/n1Nbp9AgcgwbdLXCeweq_I3-y3g=/0x0/pic3835070.png + thumbnail: https://cf.geekdo-images.com/thumb/img/hbjuKyWO_V3MnyMNP0MnFUeBm4c=/fit-in/200x150/pic3835070.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-10 01:36:13 + numplays: 0 + - objecttype: thing + objectid: 216556 + subtype: boardgame + collid: 47319208 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – Blood on the Altar: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/T4q3r2YuY61JQg-6z0pA3XgY8cc=/0x0/pic3324822.png + thumbnail: https://cf.geekdo-images.com/thumb/img/JGEnTgYKb9EhaJjfLSKa9Xt0kUA=/fit-in/200x150/pic3324822.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:01 + numplays: 0 + - objecttype: thing + objectid: 242088 + subtype: boardgame + collid: 51557914 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – Dim Carcosa: Mythos Pack + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/1xrKZBWsSGZBX7r74dcqNZ16K7k=/0x0/pic3948883.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Xq8PhX5lLOwHXjvTB_8ME03DsvU=/fit-in/200x150/pic3948883.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-10 01:36:22 + numplays: 0 + - objecttype: thing + objectid: 228778 + subtype: boardgame + collid: 47319212 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – Echoes of the Past: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/rNjVVD6e2N3tvQOfpJRYFJP7tmA=/0x0/pic3742903.png + thumbnail: https://cf.geekdo-images.com/thumb/img/l6JE3EAP1taCjkgCFcqwPiVVLto=/fit-in/200x150/pic3742903.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:05 + numplays: 0 + - objecttype: thing + objectid: 237424 + subtype: boardgame + collid: 48300420 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – Hour of the Huntress Novella with Jenny + Barnes Promo Cards + originalname: >- + Arkham Horror: The Card Game – Jenny Barnes Promo Cards + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/d-lUd3X0yH56k_nOkGhZByVvdNA=/0x0/pic3784794.png + thumbnail: https://cf.geekdo-images.com/thumb/img/fhSCB5fGa2zZD58x8TIUDqNbVKQ=/fit-in/200x150/pic3784794.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-03 09:42:53 + numplays: 0 + - objecttype: thing + objectid: 224363 + subtype: boardgame + collid: 47319213 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – Lost in Time and Space: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/FD204rwU-WPgBIVUhilZmPWR038=/0x0/pic3493370.png + thumbnail: https://cf.geekdo-images.com/thumb/img/-PtRlihqzF_ww1QUZtV98GsoNpM=/fit-in/200x150/pic3493370.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:08 + numplays: 0 + - objecttype: thing + objectid: 208545 + subtype: boardgame + collid: 47319216 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – The Dunwich Legacy: Expansion + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/C6JcFLSKEr77UouxbytquQQkLTA=/0x0/pic3610420.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_2b5eLTO7F0nlZGYcdLXczGUGsA=/fit-in/200x150/pic3610420.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:11 + numplays: 0 + - objecttype: thing + objectid: 212734 + subtype: boardgame + collid: 47319219 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – The Essex County Express: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/v7pmu21w2wKGxOMrUF1KJpUxvLY=/0x0/pic3539831.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Ax85R9Yz2A5uV8lRbwoj5B7W4eI=/fit-in/200x150/pic3539831.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:16 + numplays: 0 + - objecttype: thing + objectid: 210025 + subtype: boardgame + collid: 47319228 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – The Miskatonic Museum: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/8ucdPv-_FAf-z2jb33cW9pd_r9g=/0x0/pic3539880.png + thumbnail: https://cf.geekdo-images.com/thumb/img/NwrmwpNG7qLMAOVwFBBs8iqfoRk=/fit-in/200x150/pic3539880.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:20 + numplays: 0 + - objecttype: thing + objectid: 237234 + subtype: boardgame + collid: 51557905 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – The Pallid Mask: Mythos Pack + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/F7Ri5txBZAsqcMKudPwqrfNPsI4=/0x0/pic3789705.png + thumbnail: https://cf.geekdo-images.com/thumb/img/umNa4mvAP3h-gOHi38AT6X6Jka8=/fit-in/200x150/pic3789705.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-10 01:36:26 + numplays: 0 + - objecttype: thing + objectid: 225563 + subtype: boardgame + collid: 47319232 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – The Path to Carcosa: Expansion + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/IvPDX708ZHCqo-IsrKSHX8JVOGg=/0x0/pic3564115.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Hq3onYzvFcqyJpv-Tcf-nbtBry0=/fit-in/200x150/pic3564115.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:23 + numplays: 0 + - objecttype: thing + objectid: 230510 + subtype: boardgame + collid: 47896742 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – The Unspeakable Oath: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/1W3vRI1hUHx-lxrxrkfh9pAAjKU=/0x0/pic3763067.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Awfn4QRhuNzxTLLIb0h6BRzDnns=/fit-in/200x150/pic3763067.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-03 09:42:58 + numplays: 0 + - objecttype: thing + objectid: 219054 + subtype: boardgame + collid: 47319236 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – Undimensioned and Unseen: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/OhWI2YUw9x4dDk77h6JVdhNSEls=/0x0/pic3539810.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Ql0W8Rw07suCEVx8U12L4C62W1c=/fit-in/200x150/pic3539810.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:27 + numplays: 0 + - objecttype: thing + objectid: 221725 + subtype: boardgame + collid: 47319237 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Card Game – Where Doom Awaits: Mythos Pack + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/aA1D-vGZ2HHM7L8jSRqYK5WQLW0=/0x0/pic3459711.png + thumbnail: https://cf.geekdo-images.com/thumb/img/IOa3uDq2US6tVv9sxD8IdZzt4mo=/fit-in/200x150/pic3459711.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:49:31 + numplays: 0 + - objecttype: thing + objectid: 230802 + subtype: boardgame + collid: 47856298 + name: + sortindex: 1 + $t: Azul + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/9-SR48jyfxs4At6255sjHoly2sw=/0x0/pic3718275.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_ed_JktpgFwTr2WjEQgYMzHBvOQ=/fit-in/200x150/pic3718275.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-06 13:42:54 + numplays: 5 + - objecttype: thing + objectid: 143741 + subtype: boardgame + collid: 41197601 + name: + sortindex: 1 + $t: BANG! The Dice Game + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/FV0kpzyWF-7AQCFI8TuQlRRIhNo=/0x0/pic2909713.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3xvZe7fHZdreM0Zt_eINI0F2V-A=/fit-in/200x150/pic2909713.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-15 06:38:56 + numplays: 19 + - objecttype: thing + objectid: 193614 + subtype: boardgame + collid: 47544202 + name: + sortindex: 1 + $t: >- + BANG! The Dice Game: Old Saloon + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/6vp0rF-n156lxAGCzc04LtKjSJY=/0x0/pic3068557.png + thumbnail: https://cf.geekdo-images.com/thumb/img/cUa1fxPsam5BiHdQY8_Qrxe2ke8=/fit-in/200x150/pic3068557.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:48:45 + numplays: 0 + - objecttype: thing + objectid: 201808 + subtype: boardgame + collid: 47319322 + name: + sortindex: 1 + $t: Clank! + originalname: >- + Clank!: A Deck-Building Adventure + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/MfZd82Kty4dFb6_hWj_OR03fzZI=/0x0/pic3056966.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pnE-JXfh_sjWxn6MTI19f6TBcKo=/fit-in/200x150/pic3056966.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:48:39 + numplays: 0 + - objecttype: thing + objectid: 218103 + subtype: boardgame + collid: 47319324 + name: + sortindex: 1 + $t: >- + Clank!: Sunken Treasures + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/tl34Zmkrkjgbfh0Zvxvo-wECr0I=/0x0/pic3489154.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/otfXeH_ecim-K6ar97i5UplcXHI=/fit-in/200x150/pic3489154.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:48:35 + numplays: 2 + - objecttype: thing + objectid: 129736 + subtype: boardgame + collid: 51965319 + name: + sortindex: 1 + $t: Cockroach Poker Royal + originalname: Kakerlakenpoker Royal + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/23HgQpFhxH8Xhr5d3PFnlW66Pc4=/0x0/pic2906512.png + thumbnail: https://cf.geekdo-images.com/thumb/img/8jL2G8EW46VjQ39tdEj2n9U9e90=/fit-in/200x150/pic2906512.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-29 14:51:30 + numplays: 0 + - objecttype: thing + objectid: 198773 + subtype: boardgame + collid: 47736482 + name: + sortindex: 1 + $t: >- + Codenames: Pictures + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/3eKT0zKPngjPLWx2aIr2Mgv1IMI=/0x0/pic3476592.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aFloSnsyUz2lGVj3gzUpcV7EAWM=/fit-in/200x150/pic3476592.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-23 04:14:13 + numplays: 0 + - objecttype: thing + objectid: 5782 + subtype: boardgame + collid: 53051514 + name: + sortindex: 1 + $t: >- + Coloretto: 10 Jahre Jubiläumsausgabe + originalname: Coloretto + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/_R4pkgcfsyAw-H-R8YfVk_m07Gc=/0x0/pic1550195.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/2jiIaz8tINIOWtXfcdO6UNFT6_E=/fit-in/200x150/pic1550195.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-23 04:12:41 + numplays: 0 + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 41643979 + name: + sortindex: 1 + $t: Coup + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Y6xUry0rOO97HDJMUmYY1jLLB2A=/0x0/pic2830023.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WVysMsX2d5FIlTog24q801JykYU=/fit-in/200x150/pic2830023.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:13:51 + numplays: 10 + - objecttype: thing + objectid: 173075 + subtype: boardgame + collid: 41643977 + name: + sortindex: 1 + $t: Disturbed Friends + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/pvbyWiHTdYPaOx05hW7STEfy5vo=/0x0/pic3749711.png + thumbnail: https://cf.geekdo-images.com/thumb/img/v3Pez9yvCYIKF9UvvAikpOfkDlU=/fit-in/200x150/pic3749711.png + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:13:58 + numplays: 3 + - objecttype: thing + objectid: 97207 + subtype: boardgame + collid: 50205335 + name: + sortindex: 1 + $t: Dungeon Petz + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/-TNJy1F0iAwf9CGIO4rXus9G9F0=/0x0/pic1216375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/o8eUfGtvut3nW-GOskIn85TWI3k=/fit-in/200x150/pic1216375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-29 14:49:56 + numplays: 0 + - objecttype: thing + objectid: 206718 + subtype: boardgame + collid: 47856254 + name: + sortindex: 1 + $t: Ethnos + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/l3bgYwqwolui5dk6nYKmirbAHC4=/0x0/pic3304124.png + thumbnail: https://cf.geekdo-images.com/thumb/img/mfHtxAO_GD7f58WVdLr6GdAzK3I=/fit-in/200x150/pic3304124.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-22 23:23:37 + numplays: 0 + - objecttype: thing + objectid: 172242 + subtype: boardgame + collid: 41643928 + name: + sortindex: 1 + $t: >- + Exploding Kittens: NSFW Deck + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/jOlEGT4WWuCOaUtvyz0jNrVhni0=/0x0/pic2815278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TxEigL5CVkmx1abe9ZKkugChMCU=/fit-in/200x150/pic2815278.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:15:04 + numplays: 25 + - objecttype: thing + objectid: 172 + subtype: boardgame + collid: 41197596 + name: + sortindex: 1 + $t: For Sale + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/vw0xKvS_ZIxGKFVSDtvPnebUI9A=/0x0/pic1513085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/F2K71-jsnipHghuOl2dUbnBQlm4=/fit-in/200x150/pic1513085.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:15:10 + numplays: 13 + - objecttype: thing + objectid: 136063 + subtype: boardgame + collid: 41197554 + name: + sortindex: 1 + $t: Forbidden Desert + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/wYvf6LExNhb3rflp_QYmCK_NhMc=/0x0/pic1528722.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gm5d7sO006n-WTSG2ynzyLz169A=/fit-in/200x150/pic1528722.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:15:18 + numplays: 8 + - objecttype: thing + objectid: 221965 + subtype: boardgame + collid: 50205325 + name: + sortindex: 5 + $t: The Fox in the Forest + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/2_TEdfnMI1Rc8F2qlsZ7rq8vLWg=/0x0/pic3496085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xfK539vD-ov94YZLwa9nfn48qWg=/fit-in/200x150/pic3496085.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-29 14:51:12 + numplays: 0 + - objecttype: thing + objectid: 37046 + subtype: boardgame + collid: 47856270 + name: + sortindex: 1 + $t: Ghost Stories + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/OzITH_QG-7vV3GFE2VwsowrDheI=/0x0/pic2775821.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gKnYTdMx8TM2ENugDswFLqze-nE=/fit-in/200x150/pic2775821.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-03 09:43:22 + numplays: 0 + - objecttype: thing + objectid: 98778 + subtype: boardgame + collid: 48850348 + name: + sortindex: 1 + $t: Hanabi + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/FzOzTwBG9eudGbZ1OKd31eKxlvg=/0x0/pic3801091.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/czQEKzO7KWPTsAm6O08MiCJ2iPo=/fit-in/200x150/pic3801091.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-29 14:51:04 + numplays: 0 + - objecttype: thing + objectid: 2655 + subtype: boardgame + collid: 47319261 + name: + sortindex: 1 + $t: Hive + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/AoweXAv3rMtUb3sfiWQjjGMGVNM=/0x0/pic1605189.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ov1AkwCMQVNOgFY4Z6eDjzrngVs=/fit-in/200x150/pic1605189.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:51:32 + numplays: 0 + - objecttype: thing + objectid: 207336 + subtype: boardgame + collid: 47319320 + name: + sortindex: 1 + $t: HonshÅ« + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/u_r0EjXXYRqeHnctU9Nwz6i1qfM=/0x0/pic3311364.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/C0SrPTeIWjtwJfVRvKmXmC9Z9h8=/fit-in/200x150/pic3311364.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:51:42 + numplays: 0 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 41643994 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:15:24 + numplays: 9 + - objecttype: thing + objectid: 2452 + subtype: boardgame + collid: 47319492 + name: + sortindex: 1 + $t: Jenga + yearpublished: 1983 + image: https://cf.geekdo-images.com/original/img/4zJnRX_hgbqUERAlIlxT0psqoyY=/0x0/pic275096.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YtKddEt4Wba3QWxPMTM0oIoLG8c=/fit-in/200x150/pic275096.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-30 13:43:15 + numplays: 0 + - objecttype: thing + objectid: 193621 + subtype: boardgame + collid: 41643965 + name: + sortindex: 1 + $t: Joking Hazard + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/c5ZKHgR0yxXJiyV49GRp-uni2gA=/0x0/pic3218812.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Uf6WJ09hj3pIi3Bpy03Zf6ckUd0=/fit-in/200x150/pic3218812.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:15:34 + numplays: 3 + - objecttype: thing + objectid: 204583 + subtype: boardgame + collid: 42738756 + name: + sortindex: 1 + $t: Kingdomino + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/iDSCIiCAd9SQHv3WoYX0QdvDE_0=/0x0/pic3132685.png + thumbnail: https://cf.geekdo-images.com/thumb/img/gE7UpZsOyGWZrENKvoEA9ovTVqc=/fit-in/200x150/pic3132685.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-20 05:24:54 + numplays: 25 + - objecttype: thing + objectid: 50 + subtype: boardgame + collid: 41197541 + name: + sortindex: 1 + $t: Lost Cities + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/BUAACWD26gVVBxey8n4s-G15slw=/0x0/pic2606107.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/azshD1M11e0Z4nMe34T98zpbIz4=/fit-in/200x150/pic2606107.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:15:40 + numplays: 7 + - objecttype: thing + objectid: 129622 + subtype: boardgame + collid: 41197513 + name: + sortindex: 1 + $t: Love Letter + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/lLvsryv79bVIEPGJTbzJCxNKyos=/0x0/pic1951161.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/11OEQpwyhaFNuCg2L-H1eggLKO0=/fit-in/200x150/pic1951161.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-27 14:41:34 + numplays: 40 + - objecttype: thing + objectid: 176558 + subtype: boardgame + collid: 47856260 + name: + sortindex: 1 + $t: Mafia de Cuba + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/IEs6eQ3fnK3y_syC2vgVSjY3aIU=/0x0/pic2519675.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U29i4nKDXYIZY0ueiVXUtSA4W0Y=/fit-in/200x150/pic2519675.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-22 23:23:54 + numplays: 0 + - objecttype: thing + objectid: 10660 + subtype: boardgame + collid: 52250770 + name: + sortindex: 1 + $t: Micropul + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/0IpuDFu1TDDW_Shwl1hieg1A17o=/0x0/pic43668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FWo7fAxFGbbLOiFDa0VyPW0nCDA=/fit-in/200x150/pic43668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-06-12 03:49:38 + numplays: 0 + - objecttype: thing + objectid: 118 + subtype: boardgame + collid: 47319265 + name: + sortindex: 1 + $t: Modern Art + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/V6gWtm8yHD-7A5F3mQshxGW1zuc=/0x0/pic3458036.png + thumbnail: https://cf.geekdo-images.com/thumb/img/1wWSnKeIq0m_GkX48GThnbNjlU8=/fit-in/200x150/pic3458036.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:51:51 + numplays: 0 + - objecttype: thing + objectid: 156336 + subtype: boardgame + collid: 47319309 + name: + sortindex: 1 + $t: Onirim &&#35;40;second edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Q4HHJhMaZxukjypUS81otdLU8cE=/0x0/pic2257657.png + thumbnail: https://cf.geekdo-images.com/thumb/img/VwTLfDwKbKMKppRPMzyfFDPC6FE=/fit-in/200x150/pic2257657.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:51:57 + numplays: 0 + - objecttype: thing + objectid: 160477 + subtype: boardgame + collid: 47319292 + name: + sortindex: 1 + $t: Onitama + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Z1Cr_AvOTXmshbEqBaZ8C9f8_Gc=/0x0/pic2904046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/faDIdb9tWLzn86KsV2PjrTwBXKg=/fit-in/200x150/pic2904046.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:52:09 + numplays: 0 + - objecttype: thing + objectid: 219326 + subtype: boardgame + collid: 47319296 + name: + sortindex: 1 + $t: >- + Onitama: Sensei's Path + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/BFuAbZkYRZck6g3YyHU08sJ6NyI=/0x0/pic3408624.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uyACXOMeX6rXwARHEMooWeNCwZc=/fit-in/200x150/pic3408624.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:46:48 + numplays: 0 + - objecttype: thing + objectid: 129948 + subtype: boardgame + collid: 44521644 + name: + sortindex: 5 + $t: Die Paläste von Carrara + originalname: The Palaces of Carrara + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/J4Ig-P9Mqz4d0lVpHTNfJ7PCD4g=/0x0/pic3057081.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/n1w6RnLYlXj8E60Ewm_ltkzOzPs=/fit-in/200x150/pic3057081.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:15:02 + numplays: 0 + - objecttype: thing + objectid: 161936 + subtype: boardgame + collid: 41197531 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 1 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/RGtI2c2n0rWnSfMyI6r3D9Wr9hY=/0x0/pic2452830.png + thumbnail: https://cf.geekdo-images.com/thumb/img/xM9gppCkNbZ9OmcotAnULT3xdVM=/fit-in/200x150/pic2452830.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:52:24 + numplays: 12 + - objecttype: thing + objectid: 198928 + subtype: boardgame + collid: 47319330 + name: + sortindex: 1 + $t: >- + Pandemic: Iberia + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/vYAscF7RlOs3QXs-oGWBlgYBSUc=/0x0/pic3385868.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kLvhxOoLpE1efmOUCdomNyrj6Ss=/fit-in/200x150/pic3385868.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:46:27 + numplays: 0 + - objecttype: thing + objectid: 56692 + subtype: boardgame + collid: 47319384 + name: + sortindex: 1 + $t: Parade + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/TwPBF1APRC4L7dbgXIk6Hy-gGmw=/0x0/pic1645553.png + thumbnail: https://cf.geekdo-images.com/thumb/img/n5by_xtM-y0oZvNKkBrEpeYa8VQ=/fit-in/200x150/pic1645553.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:52:35 + numplays: 0 + - objecttype: thing + objectid: 140 + subtype: boardgame + collid: 41644005 + name: + sortindex: 1 + $t: Pit + yearpublished: 1903 + image: https://cf.geekdo-images.com/original/img/6Bk_0RHFu1863OEWAa27XBmv1-Y=/0x0/pic423644.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FqCwVugUO3tJHAjUX-709PWXI5I=/fit-in/200x150/pic423644.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:16:08 + numplays: 0 + - objecttype: thing + objectid: 232043 + subtype: boardgame + collid: 47319278 + name: + sortindex: 1 + $t: Queendomino + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/7iJggCgPERAUdyJvM-eJhBvzCUk=/0x0/pic3672901.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2UQpZoyE0_OrRigezrcpXsTIh8s=/fit-in/200x150/pic3672901.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:52:43 + numplays: 0 + - objecttype: thing + objectid: 161417 + subtype: boardgame + collid: 51965305 + name: + sortindex: 1 + $t: Red7 + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/BlQg-C_qu02XAyIXZICX9znzfF0=/0x0/pic2247258.png + thumbnail: https://cf.geekdo-images.com/thumb/img/JM0RKIsQGjrSVn-OJY42BYWl42I=/fit-in/200x150/pic2247258.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-29 14:52:30 + numplays: 0 + - objecttype: thing + objectid: 194232 + subtype: boardgame + collid: 47319269 + name: + sortindex: 1 + $t: >- + Rick and Morty: Total Rickall Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/I5HfhtaOD0h7DEEHnGEw_QEtsLY=/0x0/pic2989428.png + thumbnail: https://cf.geekdo-images.com/thumb/img/k5cJRvnHYINwTDsnBDYynUV1TnI=/fit-in/200x150/pic2989428.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-30 13:45:02 + numplays: 0 + - objecttype: thing + objectid: 9220 + subtype: boardgame + collid: 41197516 + name: + sortindex: 1 + $t: Saboteur + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/jhL_ucB9VxMroXQc5Zx0oGstH2U=/0x0/pic3989824.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G3hBcPutljcUb7_JSG9sNDJ4ZRY=/fit-in/200x150/pic3989824.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:16:18 + numplays: 2 + - objecttype: thing + objectid: 199561 + subtype: boardgame + collid: 48708850 + name: + sortindex: 1 + $t: Sagrada + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/yGK7HGO1zN-EEuMlkgDj07PYAE4=/0x0/pic3101613.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zfEZ9g709iRmIezdL4Q_u9I1e78=/fit-in/200x150/pic3101613.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:16:39 + numplays: 0 + - objecttype: thing + objectid: 194655 + subtype: boardgame + collid: 47736349 + name: + sortindex: 1 + $t: Santorini + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Zgir5hHPDhYgTt5Q4AxcqVfoNKw=/0x0/pic3700285.png + thumbnail: https://cf.geekdo-images.com/thumb/img/It6pmw1HxcB1eChuJuEV644Ssm0=/fit-in/200x150/pic3700285.png + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:16:50 + numplays: 2 + - objecttype: thing + objectid: 102652 + subtype: boardgame + collid: 47856246 + name: + sortindex: 1 + $t: Sentinels of the Multiverse + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/8iUgi62Jau7TF00eudHL_n_zxuA=/0x0/pic1296144.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6siAiU5wG1NN8NFckD0N8LjGLUE=/fit-in/200x150/pic1296144.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:16:04 + numplays: 0 + - objecttype: thing + objectid: 153527 + subtype: boardgame + collid: 47896725 + name: + sortindex: 1 + $t: >- + Sentinels of the Multiverse: Rook City & Infernal Relics Expansion + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/4HyQcNCgIV-WNi5k3BWZl8tF-sk=/0x0/pic1905414.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/r_T6Y0AewWm5qrvM-S5QJk33rRA=/fit-in/200x150/pic1905414.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:16:09 + numplays: 0 + - objecttype: thing + objectid: 147020 + subtype: boardgame + collid: 47736614 + name: + sortindex: 1 + $t: Star Realms + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XRgMJVv4YweLlANgVvxeZsQ4lm0=/0x0/pic1903816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/457OeNXcnwr4r_5KPj3xyltK0QI=/fit-in/200x150/pic1903816.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:56:02 + numplays: 30 + - objecttype: thing + objectid: 182631 + subtype: boardgame + collid: 47736624 + name: + sortindex: 1 + $t: >- + Star Realms: Colony Wars + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Cj8EqOMEuAMKQE_ojoKjTPnYsHA=/0x0/pic2971899.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YdGodWNOkgEVDP5olnTSXVo_uJA=/fit-in/200x150/pic2971899.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:56:08 + numplays: 0 + - objecttype: thing + objectid: 166707 + subtype: boardgame + collid: 48300526 + name: + sortindex: 1 + $t: >- + Star Realms: Crisis – Events + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/NiH0HM6lZLmBoHGUeeXgRZS22ts=/0x0/pic2255575.png + thumbnail: https://cf.geekdo-images.com/thumb/img/p7Te4NJYZ8f4x9MuiSxqUJfgtg8=/fit-in/200x150/pic2255575.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-29 14:52:39 + numplays: 0 + - objecttype: thing + objectid: 123260 + subtype: boardgame + collid: 41643926 + name: + sortindex: 1 + $t: Suburbia + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/v2kosqFeCkidrDEnKQYZSk-qH_k=/0x0/pic1418335.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ErmY_grQAOtH4zy2Hxg2AIeiAf8=/fit-in/200x150/pic1418335.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:16:28 + numplays: 10 + - objecttype: thing + objectid: 197405 + subtype: boardgame + collid: 47319337 + name: + sortindex: 1 + $t: Tak + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/MS-uDBD3lbYPCv1WPIstmamHMhA=/0x0/pic2975977.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/p-lulFmlk98qzDSnK5LSA8asCIw=/fit-in/200x150/pic2975977.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-30 13:44:56 + numplays: 0 + - objecttype: thing + objectid: 54 + subtype: boardgame + collid: 51026448 + name: + sortindex: 1 + $t: Tikal + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/UJyjEaRsNe1KVZuc845dlhMC4Z0=/0x0/pic696622.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/EOcBjSrIQbw38klV4GlSKkWEjKI=/fit-in/200x150/pic696622.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-15 15:21:46 + numplays: 0 + - objecttype: thing + objectid: 24827 + subtype: boardgame + collid: 47319304 + name: + sortindex: 1 + $t: Traders of Osaka + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/McdLliocFFJ5CjlLcWg3B8E7oWI=/0x0/pic2375943.png + thumbnail: https://cf.geekdo-images.com/thumb/img/CYAyFyp1vrrMjWzHsAfwtK1H82I=/fit-in/200x150/pic2375943.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:45:52 + numplays: 0 + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 41197546 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/nKX9pJjJFZ8y42sQ9aAARiUwY0k=/0x0/pic3404728.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/JLV7KMeFy17XXnhMfsuEX2MIo4g=/fit-in/200x150/pic3404728.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-06 13:42:23 + numplays: 5 + - objecttype: thing + objectid: 126163 + subtype: boardgame + collid: 41197525 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/b_3SHZiUpcmrIT5hU8wVF0SDX8k=/0x0/pic1413480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RFxQzKDZgLqZ6oCtclSQHMbDlfk=/fit-in/200x150/pic1413480.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-09 04:16:38 + numplays: 20 + - objecttype: thing + objectid: 143065 + subtype: boardgame + collid: 42554920 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar – Tribes & Prophecies + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/M03-baQf8J-08Y5_mdilEKhLcZQ=/0x0/pic1758469.png + thumbnail: https://cf.geekdo-images.com/thumb/img/vvVgX9eHFKY0DHnbeEy5XrwpOVg=/fit-in/200x150/pic1758469.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-12-17 20:46:02 + numplays: 0 +username: inputj +layout: collection + +---diff --git a/_collections/karthikb351.md b/_collections/karthikb351.md new file mode 100644 index 0000000..e660fbf 100644 --- /dev/null +++ a/_collections/karthikb351.md @@ -1,0 +1,743 @@ +--- +games: + - objecttype: thing + objectid: 233390 + subtype: boardgame + collid: 47963053 + name: + sortindex: 1 + $t: Arranged! + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/8K8f58IbIMmELxBwx9hAIaEBg78=/0x0/pic4096509.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Nzw1Jo3d_v583wpy0DfMuPQKszI=/fit-in/200x150/pic4096509.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-26 02:47:04 + numplays: 0 + - objecttype: thing + objectid: 10547 + subtype: boardgame + collid: 38437742 + name: + sortindex: 1 + $t: Betrayal at House on the Hill + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/0Rb-Vnb2ImPLxv0jBU2dmUolbOU=/0x0/pic828598.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-5KCQJ0PvzUWVSV96rQkzxa8aNY=/fit-in/200x150/pic828598.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-23 02:17:46 + numplays: 0 + - objecttype: thing + objectid: 170216 + subtype: boardgame + collid: 36175267 + name: + sortindex: 1 + $t: Blood Rage + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/p4IovYzLVXqxY40lbGUu92VxaIQ=/0x0/pic2439223.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/JPo2K0kSzYwCSqgEFdJbCzXFaTA=/fit-in/200x150/pic2439223.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-12 09:05:52 + numplays: 0 + - objecttype: thing + objectid: 155362 + subtype: boardgame + collid: 36175497 + name: + sortindex: 1 + $t: Ca$h 'n Guns &&#35;40;Second Edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/8KLIxTYLxC6CTzJZfMLxlm9f8B4=/0x0/pic2907864.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7xupWQbyCBFchLyKNzR8axA9K5Q=/fit-in/200x150/pic2907864.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-26 07:51:55 + numplays: 0 + comment: Missing O.o + - objecttype: thing + objectid: 171131 + subtype: boardgame + collid: 36872085 + name: + sortindex: 1 + $t: Captain Sonar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/rVAq1lKg98oU6tvLjERL-ZNiMfc=/0x0/pic3013621.png + thumbnail: https://cf.geekdo-images.com/thumb/img/GU81dh5VyVWiy1mHI028ALT3Gsw=/fit-in/200x150/pic3013621.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-03 13:44:59 + numplays: 0 + - objecttype: thing + objectid: 164127 + subtype: boardgame + collid: 43797935 + name: + sortindex: 1 + $t: Carcassonne Big Box 5 + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/IPDP4A2zHTVtKXvK7CirgaZ-eJw=/0x0/pic2231793.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6B3cYbuej1YvQLNa8M9W8Gsq03E=/fit-in/200x150/pic2231793.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-14 01:18:29 + numplays: 0 + - objecttype: thing + objectid: 478 + subtype: boardgame + collid: 36175469 + name: + sortindex: 1 + $t: Citadels + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/URnubCk0xqx2UN9dW10JO22V4qg=/0x0/pic3239104.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8WHy1HRwSF8DAf7Dg-wdGIHFXKE=/fit-in/200x150/pic3239104.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-10 08:03:50 + numplays: 0 + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 36175345 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-10 07:59:07 + numplays: 0 + - objecttype: thing + objectid: 148943 + subtype: boardgame + collid: 36982989 + name: + sortindex: 1 + $t: >- + Coup: Rebellion G54 + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/LFRterTw0e5R8jW9pyONLHyebqE=/0x0/pic2809076.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/upDwYccWnduMpDdEzuZuXTcavjI=/fit-in/200x150/pic2809076.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-09-19 13:18:09 + numplays: 0 + - objecttype: thing + objectid: 150376 + subtype: boardgame + collid: 36175263 + name: + sortindex: 1 + $t: >- + Dead of Winter: A Crossroads Game + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/pOYQOSR1CnXcN6pEPx3yFDjKFaA=/0x0/pic3016500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/da35zyUhqdAVUoYNFvTdvp_MsnY=/fit-in/200x150/pic3016500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-10 07:56:14 + numplays: 0 + - objecttype: thing + objectid: 193037 + subtype: boardgame + collid: 36175416 + name: + sortindex: 1 + $t: >- + Dead of Winter: The Long Night + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ZLQYXI0DERFPJ1xC8PuJY__RY28=/0x0/pic2906832.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x1m6AT2DUI7Q74AkY4PhpdxCjMQ=/fit-in/200x150/pic2906832.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-26 07:52:11 + numplays: 0 + comment: Missing O.o + wishlistcomment: Dead of Winter is such an amazing game, but we've grown a bit tired + of it after several plays. The addition of new characters, locations and + class of enemies looks really exciting + - objecttype: thing + objectid: 173200 + subtype: boardgame + collid: 37928581 + name: + sortindex: 1 + $t: >- + Epic Spell Wars of the Battle Wizards: Rumble at Castle Tentakill + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/CpT6FZklZRNcUMrwG006KcbStL4=/0x0/pic2453925.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Xu73ppQxS56OWmP9aHxPKLObtlc=/fit-in/200x150/pic2453925.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-01 12:48:35 + numplays: 0 + - objecttype: thing + objectid: 169255 + subtype: boardgame + collid: 36982995 + name: + sortindex: 3 + $t: >- + A Game of Thrones: The Card Game &&#35;40;Second + Edition&&#35;41; + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/LKPXmtLhB_XdzlpS0KBbjCkPWB0=/0x0/pic2783386.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pvN8nsQrHjQfp2mc_W4D_gsi-no=/fit-in/200x150/pic2783386.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-09-19 13:18:31 + numplays: 0 + - objecttype: thing + objectid: 12692 + subtype: boardgame + collid: 37546613 + name: + sortindex: 1 + $t: Gloom + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/mBpZsdBwyyDbsX6NFegQ-ol68P8=/0x0/pic2080481.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZCeiYgRQENcekXglJLLxM70ZL5s=/fit-in/200x150/pic2080481.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-01 12:48:09 + numplays: 0 + - objecttype: thing + objectid: 174430 + subtype: boardgame + collid: 49468181 + name: + sortindex: 1 + $t: Gloomhaven + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/lDN358RgcYvQfYYN6Oy2TXpifyM=/0x0/pic2437871.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/e7GyV4PaNtwmalU-EQAGecwoBSI=/fit-in/200x150/pic2437871.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-02-07 15:37:42 + numplays: 0 + - objecttype: thing + objectid: 158340 + subtype: boardgame + collid: 53120367 + name: + sortindex: 1 + $t: >- + Lost Legacy: Flying Garden + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/JNoQfv0Iqj2nmnFfs3Wwk0oddP4=/0x0/pic1998163.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Xf7XBslyoDUYZL0MFWQFtjT6pE4=/fit-in/200x150/pic1998163.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-26 07:53:30 + numplays: 0 + - objecttype: thing + objectid: 129622 + subtype: boardgame + collid: 36622588 + name: + sortindex: 1 + $t: Love Letter + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/GuLL8qnP2Kv6cJatUQskLg9Ad0s=/0x0/pic1401448.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5UWTReXVz1-gn2t0eiFzeosvfWs=/fit-in/200x150/pic1401448.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-09-13 17:45:42 + numplays: 0 + - objecttype: thing + objectid: 196326 + subtype: boardgame + collid: 43568359 + name: + sortindex: 1 + $t: Love Letter Premium + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/YCgP7brquS66LOcg6Bky8lp1kl8=/0x0/pic3124998.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Wp5xtwKYy2fC3Q36LUUJk37lfHY=/fit-in/200x150/pic3124998.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-03 03:24:50 + numplays: 0 + - objecttype: thing + objectid: 205059 + subtype: boardgame + collid: 49674491 + name: + sortindex: 1 + $t: >- + Mansions of Madness: Second Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0jncNnMHVZqa4u3oMwVm2Zn84q8=/0x0/pic3118622.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qsLtD7DnKVi5AZG206MTRah6CUU=/fit-in/200x150/pic3118622.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-16 00:16:33 + numplays: 0 + - objecttype: thing + objectid: 1927 + subtype: boardgame + collid: 36175315 + name: + sortindex: 1 + $t: Munchkin + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/vp7LtUmBZgIRMwa8qwRpVkHIFnU=/0x0/pic1871016.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/saJlX2v5E2boJNNAU-QPq12DHXs=/fit-in/200x150/pic1871016.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-10 07:58:17 + numplays: 0 + - objecttype: thing + objectid: 181304 + subtype: boardgame + collid: 41960501 + name: + sortindex: 1 + $t: Mysterium + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/0Roco0dhRvVW8QUZjUl2N-Yn9bg=/0x0/pic2601683.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/J6CuMx6ErFJcgrQtqziiwTgviZI=/fit-in/200x150/pic2601683.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-23 11:18:34 + numplays: 0 + - objecttype: thing + objectid: 30549 + subtype: boardgame + collid: 36175330 + name: + sortindex: 1 + $t: Pandemic + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/j-pfXZ_0GmOowohzD_T6NDAWGSA=/0x0/pic1534148.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HEKrtpTC1y1amXh5cKnVvowyE5Y=/fit-in/200x150/pic1534148.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-10 07:58:35 + numplays: 0 + - objecttype: thing + objectid: 161936 + subtype: boardgame + collid: 36175859 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 1 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/P_SwsOtPLqgk2ScCgI2YrI9Rg6I=/0x0/pic2452831.png + thumbnail: https://cf.geekdo-images.com/thumb/img/WI5NmPd9C3PpRvHKoP4a0Ettlao=/fit-in/200x150/pic2452831.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2016-08-10 08:26:50 + numplays: 0 + - objecttype: thing + objectid: 128882 + subtype: boardgame + collid: 36175339 + name: + sortindex: 5 + $t: >- + The Resistance: Avalon + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/kFDTpCfe476T1bzZUtNAbGyIjNg=/0x0/pic1398895.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rSivtcma94IGqMyHgzgfhjcyYDs=/fit-in/200x150/pic1398895.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-10 07:58:54 + numplays: 0 + - objecttype: thing + objectid: 194232 + subtype: boardgame + collid: 49674498 + name: + sortindex: 1 + $t: >- + Rick and Morty: Total Rickall Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/d0PD9d_gMhYE_ZISqxACKntREkc=/0x0/pic3979905.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/D3XNsDN1PMJPMmOxlRf9rqqsH-g=/fit-in/200x150/pic3979905.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-16 00:16:50 + numplays: 0 + - objecttype: thing + objectid: 188834 + subtype: boardgame + collid: 43207030 + name: + sortindex: 1 + $t: Secret Hitler + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/pgc-IHtFYJSsHEhBt_pFixeQf1I=/0x0/pic2771488.png + thumbnail: https://cf.geekdo-images.com/thumb/img/VD5sW-DorLo_YBjyXrhaXHwZT_4=/fit-in/200x150/pic2771488.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-15 07:22:48 + numplays: 0 + - objecttype: thing + objectid: 40692 + subtype: boardgame + collid: 36175847 + name: + sortindex: 1 + $t: Small World + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/WvXe0YG-Mj2KBtyRSBNtRw4DIx0=/0x0/pic428828.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/w1PBg6RSkhkQVHgUMeVeDWIjbrs=/fit-in/200x150/pic428828.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-10 08:26:26 + numplays: 0 + - objecttype: thing + objectid: 184491 + subtype: boardgame + collid: 36175830 + name: + sortindex: 1 + $t: Spaceteam + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Hv567JuhL7eHPCO7qeGcrld1giQ=/0x0/pic2722498.png + thumbnail: https://cf.geekdo-images.com/thumb/img/QNMhuKIdYjRSi_Aibr8tpGWjqWA=/fit-in/200x150/pic2722498.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-08-10 08:25:47 + numplays: 0 + - objecttype: thing + objectid: 147020 + subtype: boardgame + collid: 43571583 + name: + sortindex: 1 + $t: Star Realms + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XRgMJVv4YweLlANgVvxeZsQ4lm0=/0x0/pic1903816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/457OeNXcnwr4r_5KPj3xyltK0QI=/fit-in/200x150/pic1903816.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-03 08:14:44 + numplays: 0 + - objecttype: thing + objectid: 182631 + subtype: boardgame + collid: 43571585 + name: + sortindex: 1 + $t: >- + Star Realms: Colony Wars + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Cj8EqOMEuAMKQE_ojoKjTPnYsHA=/0x0/pic2971899.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YdGodWNOkgEVDP5olnTSXVo_uJA=/fit-in/200x150/pic2971899.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-03 08:14:49 + numplays: 0 + - objecttype: thing + objectid: 70919 + subtype: boardgame + collid: 36175873 + name: + sortindex: 1 + $t: Takenoko + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/7SDbClO-4sN6LICvfySB3jrFUhU=/0x0/pic1912529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6KTmKEfbsPgEFnMnHlYL5DIHHmU=/fit-in/200x150/pic1912529.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2016-08-10 08:27:18 + numplays: 0 + - objecttype: thing + objectid: 14996 + subtype: boardgame + collid: 36175669 + name: + sortindex: 1 + $t: >- + Ticket to Ride: Europe + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/lN5ivSfgaJwEMXgyLijCtyKVUBs=/0x0/pic66668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eXshcW5A7ryFnyb3VwlSc8IxIgc=/fit-in/200x150/pic66668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-26 07:52:26 + numplays: 0 + comment: Missing O.o + - objecttype: thing + objectid: 124172 + subtype: boardgame + collid: 37928547 + name: + sortindex: 1 + $t: Tsuro of the Seas + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/tkptGaTBsPGiqR96AxYMeaOU0EY=/0x0/pic1301853.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/BFBz8HCIBVDQLBNEzkac2sMNCXo=/fit-in/200x150/pic1301853.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-01 12:47:33 + numplays: 0 + - objecttype: thing + objectid: 137837 + subtype: boardgame + collid: 37928555 + name: + sortindex: 1 + $t: >- + Tsuro of the Seas: Veterans of the Seas + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/hz6ZgjgqgAF22NoFLqhfzXIaOQI=/0x0/pic1656477.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/VsZzL-SbB9vM1MgnOURe5ctjGE4=/fit-in/200x150/pic1656477.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-11-01 12:47:46 + numplays: 0 +username: karthikb351 +layout: collection + +---diff --git a/_collections/max8945.md b/_collections/max8945.md new file mode 100644 index 0000000..8fe894f 100644 --- /dev/null +++ a/_collections/max8945.md @@ -1,0 +1,4564 @@ +--- +games: + - objecttype: thing + objectid: 207830 + subtype: boardgame + collid: 50802537 + name: + sortindex: 1 + $t: 5-Minute Dungeon + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/qmIKAcdaUMX4skrH8pX0qBMxijg=/0x0/pic3370214.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ARZr8-iwv0GPlRiJHbseSwvXtKk=/fit-in/200x150/pic3370214.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-05 19:45:08 + numplays: 0 + - objecttype: thing + objectid: 192458 + subtype: boardgame + collid: 51061787 + name: + sortindex: 1 + $t: >- + 51st State: Master Set + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/FikdHVDtGfaFsStTcuw0LwiFTqo=/0x0/pic2945432.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bxYLwIIAg9qhq9BSCcODWN94SR4=/fit-in/200x150/pic2945432.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-17 04:51:57 + numplays: 0 + - objecttype: thing + objectid: 68448 + subtype: boardgame + collid: 50406164 + name: + sortindex: 1 + $t: 7 Wonders + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/3DP_RW5lTX0WrV67s8qi8CsiXoQ=/0x0/pic860217.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Grz-qM9xwxlvQGK7B-MiljtO9pQ=/fit-in/200x150/pic860217.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-29 12:32:34 + numplays: 0 + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 50406121 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 07:20:47 + numplays: 0 + - objecttype: thing + objectid: 180263 + subtype: boardgame + collid: 50870458 + name: + sortindex: 5 + $t: The 7th Continent + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/iQDBaRJ2LxJba_M7gPZj24eHwBc=/0x0/pic2648303.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zj6guxkAq2hrtEbLGFrIPCh4jv0=/fit-in/200x150/pic2648303.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:21:00 + numplays: 0 + - objecttype: thing + objectid: 202408 + subtype: boardgame + collid: 50979097 + name: + sortindex: 1 + $t: Adrenaline + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/F2PPn7emp4Uo8lX6GP8KreZZ8OE=/0x0/pic3476604.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gBL35uOFX1Ng0g7x6rCei0Nxu6k=/fit-in/200x150/pic3476604.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-13 12:10:00 + numplays: 0 + - objecttype: thing + objectid: 230085 + subtype: boardgame + collid: 51485729 + name: + sortindex: 1 + $t: Agra + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/SKGMjesCBZc-o_My_RPRbeNbtM0=/0x0/pic3621105.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Aoyo-ZcONd_VEFiY56x3EYFaQ4U=/fit-in/200x150/pic3621105.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:37:36 + numplays: 0 + comment: >- + &#35;5 on Strategic Planning + + https://www.youtube.com/watch?v=veUW0Ut58gU + - objecttype: thing + objectid: 31260 + subtype: boardgame + collid: 50406072 + name: + sortindex: 1 + $t: Agricola + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/L-UBO3rBOmvIrZHZLSXOypyAUPw=/0x0/pic259085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zl48oz7IeKlgWJVBLYd0nFJumdA=/fit-in/200x150/pic259085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-11 17:49:33 + numplays: 0 + - objecttype: thing + objectid: 90419 + subtype: boardgame + collid: 50887727 + name: + sortindex: 1 + $t: Airlines Europe + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/HH_5BT-uHxn4uifXaf8XStJ5OLc=/0x0/pic975416.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uRI0Jrl7AwvhZdId_xoYNNAHDEc=/fit-in/200x150/pic975416.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-09 12:53:57 + numplays: 0 + - objecttype: thing + objectid: 161970 + subtype: boardgame + collid: 50908626 + name: + sortindex: 1 + $t: Alchemists + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/VKBFHqR2xm0EFGWfb1sPJZctMCs=/0x0/pic2241156.png + thumbnail: https://cf.geekdo-images.com/thumb/img/4VjOkEjTXNR4KQMjaOK7JibjPSw=/fit-in/200x150/pic2241156.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-25 12:45:54 + numplays: 0 + - objecttype: thing + objectid: 48726 + subtype: boardgame + collid: 51242122 + name: + sortindex: 1 + $t: Alien Frontiers + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/aTQJOrXHU-GtDW6WRkfGz_Zc93s=/0x0/pic3360924.png + thumbnail: https://cf.geekdo-images.com/thumb/img/fgrCpjnoHfbnQHbr6xoAQ0mojsc=/fit-in/200x150/pic3360924.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-25 12:23:39 + numplays: 0 + - objecttype: thing + objectid: 137408 + subtype: boardgame + collid: 50772633 + name: + sortindex: 1 + $t: Amerigo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/vzcc8nJVW0mWV75ip9dNZwRcogs=/0x0/pic1824151.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eblMz2Rs7UNWsUpUOL2hKe1y2kM=/fit-in/200x150/pic1824151.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 14:00:45 + numplays: 0 + - objecttype: thing + objectid: 185343 + subtype: boardgame + collid: 50908581 + name: + sortindex: 1 + $t: Anachrony + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/HwoXcAIvX44tc_CDgcQ6I0Rztg8=/0x0/pic3499707.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gXaZPeAGVZUmNEvIaeHeELP2a10=/fit-in/200x150/pic3499707.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-10 10:36:12 + numplays: 0 + - objecttype: thing + objectid: 105551 + subtype: boardgame + collid: 50958389 + name: + sortindex: 1 + $t: Archipelago + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/HVQX0i0uD_sozpHSUgpQwjuMNhg=/0x0/pic1640388.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yZ-rJ-QuWNKV5vbxBjdOAnu9P4Y=/fit-in/200x150/pic1640388.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-12 15:42:28 + numplays: 0 + - objecttype: thing + objectid: 168435 + subtype: boardgame + collid: 50870392 + name: + sortindex: 1 + $t: Between Two Cities + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Su50y56tW7OpjmkxtJSobo5-U-0=/0x0/pic2326114.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kJa-1qQZiIzeiCWYhxYJQeSeiaE=/fit-in/200x150/pic2326114.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:19:40 + numplays: 0 + - objecttype: thing + objectid: 34219 + subtype: boardgame + collid: 50641942 + name: + sortindex: 1 + $t: Biblios + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/LHYQeLvH4_mQLFBoei4Ns5k8hms=/0x0/pic759154.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/s0zypGMGSHdfwG7tAu5Zfj2KiBw=/fit-in/200x150/pic759154.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-30 11:20:31 + numplays: 0 + - objecttype: thing + objectid: 221769 + subtype: boardgame + collid: 51232402 + name: + sortindex: 1 + $t: >- + Bios: Megafauna &&#35;40;Second Edition&&#35;41; + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/jdSKoYp-NnO8IGTmJm0HLEWdSxY=/0x0/pic4095180.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6ymlH5X4d_8bpgW7YQPkJcfbYYg=/fit-in/200x150/pic4095180.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-25 01:41:53 + numplays: 0 + - objecttype: thing + objectid: 170216 + subtype: boardgame + collid: 50957810 + name: + sortindex: 1 + $t: Blood Rage + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/p4IovYzLVXqxY40lbGUu92VxaIQ=/0x0/pic2439223.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/JPo2K0kSzYwCSqgEFdJbCzXFaTA=/fit-in/200x150/pic2439223.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-25 16:21:17 + numplays: 0 + - objecttype: thing + objectid: 127060 + subtype: boardgame + collid: 50771954 + name: + sortindex: 1 + $t: Bora Bora + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/ci9eoyqBBeM8fG7IvfoqHAAOdJw=/0x0/pic1542342.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mW-GwpOLOKdZ9b34EHDaUAQJfc4=/fit-in/200x150/pic1542342.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 13:25:54 + numplays: 0 + - objecttype: thing + objectid: 28720 + subtype: boardgame + collid: 50324840 + name: + sortindex: 1 + $t: >- + Brass: Lancashire + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/l4dwCcl4Vz0r4TD-2RgQ_uoHvWM=/0x0/pic3469216.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bY3T4SYX6lAhtfkUGJkC1laqnVw=/fit-in/200x150/pic3469216.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 07:42:19 + numplays: 0 + - objecttype: thing + objectid: 136888 + subtype: boardgame + collid: 51486489 + name: + sortindex: 1 + $t: Bruges + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/G_0u37fgId8_hqzPrpQaJZSR5bU=/0x0/pic1652004.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vCOD5SwOQA0dxJ9-bkQUQ6aNb0w=/fit-in/200x150/pic1652004.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-05-06 17:04:23 + numplays: 0 + wishlistcomment: >- + &#35;7 on tactical list + + https://www.youtube.com/watch?v=uSHgWNqjXok + - objecttype: thing + objectid: 184921 + subtype: boardgame + collid: 51486437 + name: + sortindex: 1 + $t: Bunny Kingdom + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/qv2IEWr29QajjGllpYyowPb_R8c=/0x0/pic3613444.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/KGSshgTwYFd4EcdbK62J030cFew=/fit-in/200x150/pic3613444.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-05-06 17:01:00 + numplays: 0 + wishlistcomment: >- + Note to self: &#35;9 on top tactical games + https://www.youtube.com/watch?v=uSHgWNqjXok + - objecttype: thing + objectid: 172081 + subtype: boardgame + collid: 50738873 + name: + sortindex: 1 + $t: Burgle Bros. + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/EZzi2Jvp8pY5SWfOG5gD0eTabdM=/0x0/pic2439102.png + thumbnail: https://cf.geekdo-images.com/thumb/img/65D2PWIsWhlv67M-HS5lAJtfmfE=/fit-in/200x150/pic2439102.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-03 07:26:12 + numplays: 0 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 50640540 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 09:08:51 + numplays: 0 + comment: Another popular game that I don't like much. It's not a bad + game. Just that, there are better ones out there. + - objecttype: thing + objectid: 39938 + subtype: boardgame + collid: 50882780 + name: + sortindex: 1 + $t: Carson City + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/5ReSQc2DpThzmhL3maVEwfkpjmM=/0x0/pic577030.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YZgwJ5kEKTQAIUGBKtgBEzDBLQc=/fit-in/200x150/pic577030.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 08:58:51 + numplays: 0 + - objecttype: thing + objectid: 84876 + subtype: boardgame + collid: 50406116 + name: + sortindex: 5 + $t: The Castles of Burgundy + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/w3EsrbF6-Gvr5_qBeF7YL1Rslnk=/0x0/pic1176894.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQrgUYzyNADux66REz6_rfF26HU=/fit-in/200x150/pic1176894.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-06 13:12:03 + numplays: 0 + - objecttype: thing + objectid: 191977 + subtype: boardgame + collid: 51264975 + name: + sortindex: 5 + $t: >- + The Castles of Burgundy: The Card Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/r7Bo_2KyKECNrqQ67G-BsSTbhcQ=/0x0/pic2844943.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P3gJ3Gu7XPAURpIsQK99_6iTS5w=/fit-in/200x150/pic2844943.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-26 14:17:26 + numplays: 0 + - objecttype: thing + objectid: 155426 + subtype: boardgame + collid: 50711950 + name: + sortindex: 1 + $t: Castles of Mad King Ludwig + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/fmSwPPkAioUPtMDVzmo48zHYvxI=/0x0/pic1961827.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eOGAGUEr07-WE0APc1STPB8veKg=/fit-in/200x150/pic1961827.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-12 12:20:12 + numplays: 0 + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 50406199 + name: + sortindex: 1 + $t: Catan + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/A-0yDJkve0avEicYQ4HoNO-HkK8=/0x0/pic2419375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/g8LvJsd2oLAub6AEKN_Xpdoi8Sw=/fit-in/200x150/pic2419375.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 05:42:39 + numplays: 0 + comment: >- + This is a controversial one for obvious reasons. For me the game just + doesn't click. I like games that lets you do things on your turn. + Even losing at such games feels like an accomplishment because, hey, maybe + I wasn't able to accomplish as much as the winner, but I was still + able to build these and these things. Such games leave me with a sense of + accomplishment, a sense of having done something. + + + + On the other hand Catan leaves me frustrated irrespective of whether I am winning or losing. It is so restricting. It's not fun when you don't get to do stuff on your turn. I need resources to build, but the only way I can get resources if the dice tells me I get resources. There is nothing I can do. "anyone wanna give me brick? No? Okay. So I guess just sit this turn out." No, I wanna build things.I don't want to be dependent on the dice to be able to build. If that wasn't bad enough, the robber just makes things absolutely horrendous. + + + Anyway, I don't mean to go on a rant. Just that, I don't wanna play this game ever again. + - objecttype: thing + objectid: 102794 + subtype: boardgame + collid: 50882372 + name: + sortindex: 1 + $t: >- + Caverna: The Cave Farmers + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/xLuIh5VNsD57GXfcBox_ZF1jH4o=/0x0/pic1790789.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/00FpWk6IN889ypSvLAo6ILUGZXw=/fit-in/200x150/pic1790789.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-12 17:01:44 + numplays: 0 + - objecttype: thing + objectid: 18602 + subtype: boardgame + collid: 50939876 + name: + sortindex: 1 + $t: Caylus + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/90BzC8_Dgc9uDswnZsu7Qa3oHvI=/0x0/pic1638795.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_oLgT5QRIiBJsUqDxJvjB5p4O6U=/fit-in/200x150/pic1638795.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-11 18:13:19 + numplays: 0 + - objecttype: thing + objectid: 209685 + subtype: boardgame + collid: 50650689 + name: + sortindex: 1 + $t: >- + Century: Spice Road + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/kF-vMNTT5iY7Ui3UPhjbtMX6YAk=/0x0/pic3339551.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/OLP83FLrJVFLHMfmCpKhUQYX7pg=/fit-in/200x150/pic3339551.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-03-30 04:01:33 + numplays: 0 + - objecttype: thing + objectid: 172287 + subtype: boardgame + collid: 50657686 + name: + sortindex: 1 + $t: Champions of Midgard + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/c1gxRcNaDdjeH8zpLYJEkDEYA5g=/0x0/pic2869714.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DkcfHm6xpdMa8-Bi1t7qEZsdeu4=/fit-in/200x150/pic2869714.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 07:42:25 + numplays: 0 + - objecttype: thing + objectid: 219788 + subtype: boardgame + collid: 51213979 + name: + sortindex: 1 + $t: >- + Champions of Midgard: Valhalla + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RQus7RUfsqh7ttshqlYqx4jWzL8=/0x0/pic3509834.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7RbHDtO0sjxY0DWq_5VgUacqhmY=/fit-in/200x150/pic3509834.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-24 07:53:14 + numplays: 0 + - objecttype: thing + objectid: 43111 + subtype: boardgame + collid: 50908635 + name: + sortindex: 1 + $t: Chaos in the Old World + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/zFu27DT2SQdHj1IzLv-n7yTfa_s=/0x0/pic1318481.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DB1gPPqF33aG34UT-3qCRt7A6IA=/fit-in/200x150/pic1318481.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-10 10:38:28 + numplays: 0 + - objecttype: thing + objectid: 171 + subtype: boardgame + collid: 51479012 + name: + sortindex: 1 + $t: Chess + yearpublished: 1475 + image: https://cf.geekdo-images.com/original/img/kjE_203UAzAopd1voyWKAvXqFHw=/0x0/pic260745.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/v4iQ22pft-lihR4m0D9aid05qLE=/fit-in/200x150/pic260745.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 11:31:51 + numplays: 0 + - objecttype: thing + objectid: 2386 + subtype: boardgame + collid: 50406386 + name: + sortindex: 1 + $t: Chinese Checkers + yearpublished: 1893 + image: https://cf.geekdo-images.com/original/img/WSm7Es8pOB1y560l5aiJpR96Ryk=/0x0/pic113974.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/q4q6P3viQQSXlARfAM82tdAYh7Y=/fit-in/200x150/pic113974.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:03:11 + numplays: 0 + comment: One of the bad abstract strategy games. I used to like it when I was a kid. + - objecttype: thing + objectid: 5432 + subtype: boardgame + collid: 50949397 + name: + sortindex: 1 + $t: Chutes and Ladders + yearpublished: -200 + image: https://cf.geekdo-images.com/original/img/HrK6IpHV90jcPb4xujsSXR9pAFc=/0x0/pic3767044.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aDn3a5UAsN6eCDTui1muDJ0dDKg=/fit-in/200x150/pic3767044.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-12 07:37:31 + numplays: 0 + - objecttype: thing + objectid: 201808 + subtype: boardgame + collid: 50429013 + name: + sortindex: 1 + $t: >- + Clank!: A Deck-Building Adventure + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/MfZd82Kty4dFb6_hWj_OR03fzZI=/0x0/pic3056966.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pnE-JXfh_sjWxn6MTI19f6TBcKo=/fit-in/200x150/pic3056966.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-11 18:11:31 + numplays: 0 + - objecttype: thing + objectid: 216132 + subtype: boardgame + collid: 51170523 + name: + sortindex: 1 + $t: Clans of Caledonia + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/wMBrwd-ZnHVV_XvVT3Tc6LtD0Ng=/0x0/pic3511783.png + thumbnail: https://cf.geekdo-images.com/thumb/img/__sPHWUZPKNOYeLZWsS_c18Exrw=/fit-in/200x150/pic3511783.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-22 12:34:29 + numplays: 0 + - objecttype: thing + objectid: 40765 + subtype: boardgame + collid: 50740979 + name: + sortindex: 1 + $t: Clash of Cultures + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/0LpHb0FlftqsqMUDxB2x6nOJW9w=/0x0/pic1351042.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Qa8n2JZC66aCEX61nRGeDGPXUWg=/fit-in/200x150/pic1351042.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 05:39:16 + numplays: 0 + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 50406168 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-12 06:09:03 + numplays: 0 + - objecttype: thing + objectid: 224037 + subtype: boardgame + collid: 50763558 + name: + sortindex: 1 + $t: Codenames Duet + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/2_ZxcqriVqf3AzVwzfibM6iGzG4=/0x0/pic3596681.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-8Q28KTPuyxLa9jTUSxITYsCdbI=/fit-in/200x150/pic3596681.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-05 19:22:33 + numplays: 0 + - objecttype: thing + objectid: 198773 + subtype: boardgame + collid: 50948282 + name: + sortindex: 1 + $t: >- + Codenames: Pictures + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/3eKT0zKPngjPLWx2aIr2Mgv1IMI=/0x0/pic3476592.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aFloSnsyUz2lGVj3gzUpcV7EAWM=/fit-in/200x150/pic3476592.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 11:34:26 + numplays: 0 + - objecttype: thing + objectid: 158899 + subtype: boardgame + collid: 50949439 + name: + sortindex: 1 + $t: Colt Express + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/n9uCTxxSSZXPVnXRPSgGl6uZQ2w=/0x0/pic2869710.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6188rcXHtB6GG-uhVKycacjIzuQ=/fit-in/200x150/pic2869710.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:18:32 + numplays: 0 + comment: At first I played on my PC and the game was just not enjoyable. But I got + a chance to play in real life and it's so much better! It's + really fun. Playing against AI sucks &&#35;40;unlike games like + Splendor or Ticket To Ride which are fun to play both in the digital form + or physical form&&#35;41;. + - objecttype: thing + objectid: 124361 + subtype: boardgame + collid: 50939496 + name: + sortindex: 1 + $t: Concordia + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/abKLQBfHHaouqsLx7GGiIzqXBu8=/0x0/pic3453267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ap4Vj-Gb0Z64bxDUf7ulr52rFMw=/fit-in/200x150/pic3453267.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:44:23 + numplays: 0 + comment: Strategic Planning &#35;3 on list + - objecttype: thing + objectid: 39463 + subtype: boardgame + collid: 50738905 + name: + sortindex: 1 + $t: Cosmic Encounter + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/gOe4HfaLyDfqDaCD38dTIalHUBk=/0x0/pic4243113.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LSbrqwhmlw1S55of3_Mu9bM0lss=/fit-in/200x150/pic4243113.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-03 12:31:48 + numplays: 0 + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 50406397 + name: + sortindex: 1 + $t: Coup + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/4zmqrQ4v-rufRQM_oinFDQ6HykI=/0x0/pic2016054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZsRtgIExTwWphMDZPH1hG-CR8os=/fit-in/200x150/pic2016054.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:15:07 + numplays: 0 + comment: Really fun social deduction game. This game doesn't need a large + group like The Resistance and so it's easier to get it out on the + table. + - objecttype: thing + objectid: 192457 + subtype: boardgame + collid: 50831992 + name: + sortindex: 1 + $t: Cry Havoc + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ME73s_0dstlA4qLpLEBvPyvq8gE=/0x0/pic3090929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7X5vG9KruQ9CmSMVZ3rmiSSqTCM=/fit-in/200x150/pic3090929.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-07 07:54:20 + numplays: 0 + wishlistcomment: Toycra has it on Prime + - objecttype: thing + objectid: 150376 + subtype: boardgame + collid: 50406339 + name: + sortindex: 1 + $t: >- + Dead of Winter: A Crossroads Game + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/pOYQOSR1CnXcN6pEPx3yFDjKFaA=/0x0/pic3016500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/da35zyUhqdAVUoYNFvTdvp_MsnY=/fit-in/200x150/pic3016500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-23 07:27:56 + numplays: 0 + comment: Compared to other Zombie games this definitely is one of the better ones. + I am not big on Ameritrash and would rather play Eurogames. I tend to + prefer strategy over luck. So I don't enjoy this game as much as I + would like. But still, it's a great game. + - objecttype: thing + objectid: 156129 + subtype: boardgame + collid: 50406709 + name: + sortindex: 1 + $t: >- + Deception: Murder in Hong Kong + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/UpyQCjOdFAl8Gxtdk75AXy9Nt28=/0x0/pic2568916.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/xTN14RsajBT28yRF_GdY1lsTuIE=/fit-in/200x150/pic2568916.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-30 11:16:36 + numplays: 0 + - objecttype: thing + objectid: 104162 + subtype: boardgame + collid: 50809382 + name: + sortindex: 1 + $t: >- + Descent: Journeys in the Dark &&#35;40;Second + Edition&&#35;41; + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/jGVm6aG5Ek-qxTIaWyzN67jjylc=/0x0/pic1180640.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YMafq3Rqu5uutkDc95nT_xZZzE8=/fit-in/200x150/pic1180640.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-06 04:55:15 + numplays: 0 + - objecttype: thing + objectid: 62219 + subtype: boardgame + collid: 50429288 + name: + sortindex: 1 + $t: Dominant Species + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dpHznpiPiv8biNvE_P9RCkXaOx4=/0x0/pic784193.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/30e0HaXojGXIv3Opr__gaqLu2s0=/fit-in/200x150/pic784193.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-25 10:34:59 + numplays: 0 + - objecttype: thing + objectid: 36218 + subtype: boardgame + collid: 50406187 + name: + sortindex: 1 + $t: Dominion + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/oN8CHUZ8CF6P1dFnhMCJXvE8SOk=/0x0/pic394356.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iPlTR5cXFGrDuhupUgWGPjFjDPo=/fit-in/200x150/pic394356.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-16 05:32:09 + numplays: 0 + - objecttype: thing + objectid: 205317 + subtype: boardgame + collid: 52766706 + name: + sortindex: 1 + $t: >- + DOOM: The Board Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/cjKZNyi_0E7GR1zZpWiz9odtgvo=/0x0/pic3116318.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/OvgUoiB_jWcnlsIGtj5WaLxZ_MU=/fit-in/200x150/pic3116318.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-07-09 09:30:22 + numplays: 0 + - objecttype: thing + objectid: 181345 + subtype: boardgame + collid: 50712248 + name: + sortindex: 1 + $t: Dr. Eureka + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/31A6ji32CpPo7wATlyFEG-Qpi_0=/0x0/pic3157173.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3Nny5W15qkfC7S5_G2goARdN7xY=/fit-in/200x150/pic3157173.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-02 02:34:25 + numplays: 0 + - objecttype: thing + objectid: 45315 + subtype: boardgame + collid: 50832661 + name: + sortindex: 1 + $t: Dungeon Lords + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/9mRy3799HYRbJBawNp1a5rJeLXc=/0x0/pic569340.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9YaIeZc1Nbl4sN3V-JGp1umjTuk=/fit-in/200x150/pic569340.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-07 08:38:02 + numplays: 0 + - objecttype: thing + objectid: 2346 + subtype: boardgame + collid: 50727117 + name: + sortindex: 1 + $t: DVONN + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/HJJatfLYRnVmlP3dk5tIGy-Y9XA=/0x0/pic3324136.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9ZVc2hcRYBLQvKNUtkIqqpja3Wg=/fit-in/200x150/pic3324136.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-02 15:32:21 + numplays: 0 + - objecttype: thing + objectid: 58421 + subtype: boardgame + collid: 50766342 + name: + sortindex: 1 + $t: Egizia + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/pFdRvk3itpJpkKIlRGs7n8BGwZs=/0x0/pic1651950.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qrzXZD6wu0P1AptL81snwt7XQW8=/fit-in/200x150/pic1651950.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 08:15:22 + numplays: 0 + - objecttype: thing + objectid: 146021 + subtype: boardgame + collid: 50428627 + name: + sortindex: 1 + $t: Eldritch Horror + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/i0zxc-H4TlTFB-yE1v4gcLy3XfY=/0x0/pic1872452.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/V_13CBO7zMMfQsUhF6jUAy_nAeg=/fit-in/200x150/pic1872452.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-03-20 02:19:53 + numplays: 0 + - objecttype: thing + objectid: 177736 + subtype: boardgame + collid: 50886516 + name: + sortindex: 3 + $t: A Feast for Odin + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/h0P5NRuVBu0GuDrJo7CHAiSJo3U=/0x0/pic3146943.png + thumbnail: https://cf.geekdo-images.com/thumb/img/TlonnY76oPh37-oHKDOcL2pifBE=/fit-in/200x150/pic3146943.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:20:26 + numplays: 0 + - objecttype: thing + objectid: 40628 + subtype: boardgame + collid: 51485478 + name: + sortindex: 1 + $t: Finca + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/KeoVAINZb1SoAAryxKfNGbcramc=/0x0/pic433784.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_swFDvbbcTj9CtRpIFu8ActgGTs=/fit-in/200x150/pic433784.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:24:32 + numplays: 0 + comment: https://www.youtube.com/watch?v=veUW0Ut58gU + + + Strategic Planning &#35;8 + - objecttype: thing + objectid: 157354 + subtype: boardgame + collid: 50429319 + name: + sortindex: 1 + $t: Five Tribes + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/ysxyEQPPbio1xvtx56l_8P8BkYs=/0x0/pic2055255.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/j7n3RouVn6V-oVhyjU5NmhEOTzU=/fit-in/200x150/pic2055255.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-03 12:28:55 + numplays: 0 + - objecttype: thing + objectid: 100901 + subtype: boardgame + collid: 50593637 + name: + sortindex: 1 + $t: >- + Flash Point: Fire Rescue + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/iYoZCeHO5Zyd7kkEMK2e-KHAuDU=/0x0/pic1129370.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/U3IWrvKrFjj-LD1j7QLQgv5afXw=/fit-in/200x150/pic1129370.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-27 12:42:43 + numplays: 0 + - objecttype: thing + objectid: 175155 + subtype: boardgame + collid: 51213627 + name: + sortindex: 1 + $t: Forbidden Stars + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/DWTv4PxEDiHHmgnv09t4k2WmNh8=/0x0/pic2471359.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eiPKhuWWez9gyN7BItPpVC94_fs=/fit-in/200x150/pic2471359.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-24 07:40:48 + numplays: 0 + - objecttype: thing + objectid: 66188 + subtype: boardgame + collid: 50653025 + name: + sortindex: 1 + $t: Fresco + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/nECd0Z9PQwvCLhFz5mXYpWYT1B4=/0x0/pic714398.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mIYaVBQ8EMeB9MPljJEMNBITySA=/fit-in/200x150/pic714398.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-03 12:29:42 + numplays: 0 + - objecttype: thing + objectid: 197443 + subtype: boardgame + collid: 50655809 + name: + sortindex: 1 + $t: Fugitive + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k6c_XNW0gY8U1kmy_TU_iVCLVjE=/0x0/pic3481216.png + thumbnail: https://cf.geekdo-images.com/thumb/img/h4r6ne4jodzKaMbQ-fy9e3qWbPg=/fit-in/200x150/pic3481216.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 12:12:08 + numplays: 0 + - objecttype: thing + objectid: 220308 + subtype: boardgame + collid: 50656424 + name: + sortindex: 1 + $t: Gaia Project + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/FpQ2ODFHSgDGfEpskL0Uu2xyYMA=/0x0/pic3763556.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5P9XdMqgHu8f56SlenLalqSK_GU=/fit-in/200x150/pic3763556.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:47:42 + numplays: 0 + comment: https://www.youtube.com/watch?v=veUW0Ut58gU + + + &#35;2 on Strategic planning list + - objecttype: thing + objectid: 125153 + subtype: boardgame + collid: 50885535 + name: + sortindex: 5 + $t: The Gallerist + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Ye9XSo3Ozz93R3ofXYHWfC_pMFg=/0x0/pic2503200.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tPHIAIqKX1X3Ycl_PxiT2iBtY8E=/fit-in/200x150/pic2503200.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-09 10:53:22 + numplays: 0 + - objecttype: thing + objectid: 37046 + subtype: boardgame + collid: 50769581 + name: + sortindex: 1 + $t: Ghost Stories + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/Bq2ZwuE3S3RHZ4YA5yHmnrYn96Q=/0x0/pic1790243.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Zhc1tQmHnjoQEk6H51Th0LOKs7c=/fit-in/200x150/pic1790243.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 11:13:42 + numplays: 0 + - objecttype: thing + objectid: 174430 + subtype: boardgame + collid: 50809571 + name: + sortindex: 1 + $t: Gloomhaven + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/lDN358RgcYvQfYYN6Oy2TXpifyM=/0x0/pic2437871.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/e7GyV4PaNtwmalU-EQAGecwoBSI=/fit-in/200x150/pic2437871.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-05-06 17:03:19 + numplays: 0 + wishlistcomment: >- + &#35;8 on Tactical games + + https://www.youtube.com/watch?v=uSHgWNqjXok + - objecttype: thing + objectid: 195539 + subtype: boardgame + collid: 51124714 + name: + sortindex: 5 + $t: >- + The Godfather: Corleone's Empire + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/qtuwWoplmGvRwuPXeXmb-oPfj8E=/0x0/pic3364797.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aJERq11sjQAcGiHRSKDye8W5MDk=/fit-in/200x150/pic3364797.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-20 05:29:30 + numplays: 0 + - objecttype: thing + objectid: 182874 + subtype: boardgame + collid: 50772744 + name: + sortindex: 1 + $t: Grand Austria Hotel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/4d_XZzAStbyODa6p8xhLyOpIMh8=/0x0/pic2728138.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NOZr-fKBWO7WqdrEIObnGu5aPIo=/fit-in/200x150/pic2728138.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-04 14:07:34 + numplays: 0 + - objecttype: thing + objectid: 93 + subtype: boardgame + collid: 50683287 + name: + sortindex: 4 + $t: El Grande + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/M3EB6PPPhdhwXaEZyr1335o_3lQ=/0x0/pic180538.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bbuF9LOZzxsmodE1ykRcEehzzl8=/fit-in/200x150/pic180538.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-25 10:36:20 + numplays: 0 + - objecttype: thing + objectid: 193738 + subtype: boardgame + collid: 50886506 + name: + sortindex: 1 + $t: Great Western Trail + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/U3RnjWjCHNkm4LVps_HNDHeuUI4=/0x0/pic3113247.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ojTMe48mgDcQdcrHJ1d_CSLtc7w=/fit-in/200x150/pic3113247.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-18 14:22:26 + numplays: 0 + - objecttype: thing + objectid: 168054 + subtype: boardgame + collid: 50832523 + name: + sortindex: 1 + $t: Grifters + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/d-1XuIg8G_3TJ7BQangcchjnlb8=/0x0/pic2922294.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/k1Plq7HI2Mie88cc-LhPxU9kPoc=/fit-in/200x150/pic2922294.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-07 08:30:18 + numplays: 0 + - objecttype: thing + objectid: 43015 + subtype: boardgame + collid: 51485562 + name: + sortindex: 1 + $t: Hansa Teutonica + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/Y7bW8H1htsE2xOv87qIuPTsjiTo=/0x0/pic839090.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-EMu8uE9XbVsA5oaczzRu0E85VQ=/fit-in/200x150/pic839090.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:28:17 + numplays: 0 + comment: https://www.youtube.com/watch?v=veUW0Ut58gU + + + Strategic Planning &#35;7 + - objecttype: thing + objectid: 35677 + subtype: boardgame + collid: 50428934 + name: + sortindex: 4 + $t: Le Havre + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/Fs2MqRUBPQzORmEZbiVqSnBvHDg=/0x0/pic3330230.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/CstPYOK5l3W7LutBfbOQR4WAJX4=/fit-in/200x150/pic3330230.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 06:00:13 + numplays: 0 + - objecttype: thing + objectid: 227789 + subtype: boardgame + collid: 51496822 + name: + sortindex: 1 + $t: Heaven & Ale + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CgF039HAcnv8hrIJ6y-wEULtKt8=/0x0/pic3563904.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fvT8SCnvREMfANjaG6T_HsLasCQ=/fit-in/200x150/pic3563904.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-07 06:45:13 + numplays: 0 + - objecttype: thing + objectid: 2655 + subtype: boardgame + collid: 50429379 + name: + sortindex: 1 + $t: Hive + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/_EUpzmJKbLkOwYMZA_sOmyjGnlI=/0x0/pic791151.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/QRIjEgV1_HH5x27_MAK_--oWSLU=/fit-in/200x150/pic791151.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-04-05 11:21:14 + numplays: 0 + - objecttype: thing + objectid: 154597 + subtype: boardgame + collid: 50792791 + name: + sortindex: 1 + $t: Hive Pocket + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/bcz58Z91B9WLK56AXyEjW2imfMk=/0x0/pic1299877.png + thumbnail: https://cf.geekdo-images.com/thumb/img/qSK-lUliVDfRb5fu8esx_2cEv_E=/fit-in/200x150/pic1299877.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-23 07:38:53 + numplays: 0 + comment: This is a really clever Abstract strategy game for those who are put off + by the heavier games of that category. The games are quick and the rules + aren't that difficult to learn. You can adapt with each game you play + and come up with better tactics. Love it! + - objecttype: thing + objectid: 54138 + subtype: boardgame + collid: 50772249 + name: + sortindex: 1 + $t: Imperial 2030 + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/Cc9-dWijiEkRAu7di4LSXJ0FNvU=/0x0/pic586346.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sZxCedbywWqYSYpra3f9KnENukU=/fit-in/200x150/pic586346.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 13:38:37 + numplays: 0 + - objecttype: thing + objectid: 155821 + subtype: boardgame + collid: 50652396 + name: + sortindex: 1 + $t: Inis + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/FC7YIs478p6YO07t3dciSgWITXE=/0x0/pic3112623.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/M8kRZfsxIaSnkUn-zEybwzfmfGE=/fit-in/200x150/pic3112623.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-04 04:18:54 + numplays: 0 + - objecttype: thing + objectid: 63888 + subtype: boardgame + collid: 50870499 + name: + sortindex: 1 + $t: Innovation + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/YHDTCAKpEQRiteHDT8iA6rhFaW4=/0x0/pic2966859.png + thumbnail: https://cf.geekdo-images.com/thumb/img/OREMtj2eBuAekzgPxVFovcyL6qM=/fit-in/200x150/pic2966859.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:24:32 + numplays: 0 + - objecttype: thing + objectid: 176494 + subtype: boardgame + collid: 50711871 + name: + sortindex: 1 + $t: >- + Isle of Skye: From Chieftain to King + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/xMh08V_SQZ1K67mjIdLGe25Opxg=/0x0/pic2524838.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/d2koeZYCEWAwbHJM5vLPLAibB5U=/fit-in/200x150/pic2524838.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 13:54:58 + numplays: 0 + - objecttype: thing + objectid: 148949 + subtype: boardgame + collid: 50429337 + name: + sortindex: 1 + $t: Istanbul + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/mJdCiWN7ePw8Q73GDhXupvKfOnE=/0x0/pic1885326.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ruG3shsJXCfvy_pdu1AWflBjorM=/fit-in/200x150/pic1885326.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 11:43:55 + numplays: 0 + comment: Have played it only once and loved it! There are many paths to victory. + Gotta explore more. + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 50429365 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-03 07:54:11 + numplays: 0 + - objecttype: thing + objectid: 180901 + subtype: boardgame + collid: 51213640 + name: + sortindex: 1 + $t: Joraku + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/7rDQLdrm4U1_SVr5VvELtfQeWzE=/0x0/pic3578075.png + thumbnail: https://cf.geekdo-images.com/thumb/img/L6ghzZqdKgnQak1AWtNOnW81myQ=/fit-in/200x150/pic3578075.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-24 07:41:24 + numplays: 0 + - objecttype: thing + objectid: 127023 + subtype: boardgame + collid: 50723483 + name: + sortindex: 1 + $t: Kemet + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/rjuKOHsH4_EayHV5jflH0LMpwqI=/0x0/pic3979527.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_7ADXwUAZ59PuJbKoXOD5a146vE=/fit-in/200x150/pic3979527.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-03 12:28:49 + numplays: 0 + - objecttype: thing + objectid: 122515 + subtype: boardgame + collid: 50429286 + name: + sortindex: 1 + $t: Keyflower + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/t6AnEi2l5tiHgWRjglwSfRsYy6E=/0x0/pic2278942.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-W-BQbgQw5bUQzJ8-Qm7pL5WKiw=/fit-in/200x150/pic2278942.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-02 13:04:58 + numplays: 0 + - objecttype: thing + objectid: 212516 + subtype: boardgame + collid: 51485645 + name: + sortindex: 1 + $t: Keyper + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/5YxEB9VGSdrSdMWj_McCkS1sG44=/0x0/pic3690708.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XBO_b9yXft1s3UXpTVraQfZkSlA=/fit-in/200x150/pic3690708.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:32:54 + numplays: 0 + comment: >- + &#35;6 on Strategic planning list + https://www.youtube.com/watch?v=veUW0Ut58gU + - objecttype: thing + objectid: 70323 + subtype: boardgame + collid: 50406198 + name: + sortindex: 1 + $t: King of Tokyo + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/ajEqmO5djVibsC72Ek1citOCJNA=/0x0/pic3043734.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iEQpTdf7xHrGznRhdNBMiKy_mIM=/fit-in/200x150/pic3043734.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 06:00:41 + numplays: 0 + - objecttype: thing + objectid: 107529 + subtype: boardgame + collid: 50657341 + name: + sortindex: 1 + $t: Kingdom Builder + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/y_ztUjzGGoO4TwnmTFNDLnOxz90=/0x0/pic1152359.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4rlb3ozPuUFBkziJg-hv2zQD8BU=/fit-in/200x150/pic1152359.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 06:01:01 + numplays: 0 + - objecttype: thing + objectid: 204583 + subtype: boardgame + collid: 50406424 + name: + sortindex: 1 + $t: Kingdomino + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/iDSCIiCAd9SQHv3WoYX0QdvDE_0=/0x0/pic3132685.png + thumbnail: https://cf.geekdo-images.com/thumb/img/gE7UpZsOyGWZrENKvoEA9ovTVqc=/fit-in/200x150/pic3132685.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-03 07:36:17 + numplays: 0 + - objecttype: thing + objectid: 127398 + subtype: boardgame + collid: 50928353 + name: + sortindex: 1 + $t: Legends of Andor + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/mIYkOMtGopRZ52JU0lzMq5jKO_o=/0x0/pic2606106.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nBtLDLh0zJP6_AIl5IShB3wx9S4=/fit-in/200x150/pic2606106.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-11 08:53:15 + numplays: 0 + - objecttype: thing + objectid: 59959 + subtype: boardgame + collid: 50569030 + name: + sortindex: 1 + $t: Letters from Whitechapel + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/aplDuDGjSKmneJ-Df5OFZjBNdZ4=/0x0/pic1545654.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3nSujBgMsp6ZizyPeil1wUCDFlk=/fit-in/200x150/pic1545654.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-03 07:54:24 + numplays: 0 + - objecttype: thing + objectid: 137649 + subtype: boardgame + collid: 50885165 + name: + sortindex: 1 + $t: Level 7 [Omega Protocol] + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/XtP9NQ5gh1vDUhhu79iBePTWN2o=/0x0/pic1689192.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PIG-7VFQddOLInF6vMPRBa47Meg=/fit-in/200x150/pic1689192.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 10:34:40 + numplays: 0 + - objecttype: thing + objectid: 140620 + subtype: boardgame + collid: 50861258 + name: + sortindex: 1 + $t: Lewis & Clark + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/1gM5SVa6TXk5uLYoxgaY6oCzlc4=/0x0/pic1902092.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/uVfqE1LPgE_ZWfvyPRkPVgDPodA=/fit-in/200x150/pic1902092.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-04-08 12:38:39 + numplays: 0 + - objecttype: thing + objectid: 161533 + subtype: boardgame + collid: 51232464 + name: + sortindex: 1 + $t: Lisboa + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k4JCDnjnu5YRn5QA8njFeRMbulk=/0x0/pic3209553.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TEdRetBxKyHnXpbQFmafKQqvQa4=/fit-in/200x150/pic3209553.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-25 01:53:18 + numplays: 0 + - objecttype: thing + objectid: 110327 + subtype: boardgame + collid: 50406183 + name: + sortindex: 1 + $t: Lords of Waterdeep + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/PTVnjG9ersdKq6feZTpq5SkiPPw=/0x0/pic1116080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/26Ef_y4lLwV5qhRgZUAEpkno55g=/fit-in/200x150/pic1116080.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-16 05:29:46 + numplays: 0 + - objecttype: thing + objectid: 203993 + subtype: boardgame + collid: 51497731 + name: + sortindex: 1 + $t: Lorenzo il Magnifico + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/yoCGxA_YHrJnlBGRdpOjLFxcnsQ=/0x0/pic3175535.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eMoXCQnrIlaVtapNXVyLhFTZ660=/fit-in/200x150/pic3175535.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-05-07 08:02:58 + numplays: 0 + wishlistcomment: >- + Engine Building + + https://www.youtube.com/watch?v=KLn021EPXNc + - objecttype: thing + objectid: 50 + subtype: boardgame + collid: 50593125 + name: + sortindex: 1 + $t: Lost Cities + yearpublished: 1999 + image: https://cf.geekdo-images.com/original/img/BUAACWD26gVVBxey8n4s-G15slw=/0x0/pic2606107.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/azshD1M11e0Z4nMe34T98zpbIz4=/fit-in/200x150/pic2606107.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-03 07:54:34 + numplays: 0 + - objecttype: thing + objectid: 129622 + subtype: boardgame + collid: 50406197 + name: + sortindex: 1 + $t: Love Letter + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/GuLL8qnP2Kv6cJatUQskLg9Ad0s=/0x0/pic1401448.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5UWTReXVz1-gn2t0eiFzeosvfWs=/fit-in/200x150/pic1401448.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-06 19:05:29 + numplays: 0 + comment: I got it because of all the good reviews. But it fell flat. The rounds are + way too short to be enjoyable. Given that your hand size is two + &&#35;40;when it's your turn&&#35;41; and you are + forced to discard one of the two cards leaves little to no room for + strategy. We are new to board games and yet my friends and I found this + boring. + - objecttype: thing + objectid: 96848 + subtype: boardgame + collid: 51216095 + name: + sortindex: 1 + $t: Mage Knight Board Game + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/AGyvx6NYd6Kq4HUztAObQVLEFWY=/0x0/pic1083380.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/H1uPmDmOdUnsnylMEwBILm_n_S0=/fit-in/200x150/pic1083380.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-25 16:47:24 + numplays: 0 + - objecttype: thing + objectid: 176734 + subtype: boardgame + collid: 50972582 + name: + sortindex: 5 + $t: >- + The Manhattan Project: Energy Empire + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/GSHyEtCfCyEkTnFPxkUqUQnY4-U=/0x0/pic3048617.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zVheB-lQha3828-e2kTkpdR6PBo=/fit-in/200x150/pic3048617.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-13 06:45:32 + numplays: 0 + - objecttype: thing + objectid: 205059 + subtype: boardgame + collid: 50324852 + name: + sortindex: 1 + $t: >- + Mansions of Madness: Second Edition + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0jncNnMHVZqa4u3oMwVm2Zn84q8=/0x0/pic3118622.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qsLtD7DnKVi5AZG206MTRah6CUU=/fit-in/200x150/pic3118622.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-19 14:39:58 + numplays: 0 + - objecttype: thing + objectid: 209010 + subtype: boardgame + collid: 50324877 + name: + sortindex: 1 + $t: Mechs vs. Minions + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/WhHdMb8GiMY-RhHddEByDyPkrWo=/0x0/pic3184103.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qRm6x5id_myJ0U9aHr9yfPuX3aU=/fit-in/200x150/pic3184103.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 07:42:44 + numplays: 0 + - objecttype: thing + objectid: 154386 + subtype: boardgame + collid: 51215125 + name: + sortindex: 1 + $t: Medieval Academy + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/ZhD67FIHwixiZ5RltP2ls7FlCeU=/0x0/pic1919164.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P5jPRZIcj2EPa23-O4coIIh7QXM=/fit-in/200x150/pic1919164.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-24 08:38:17 + numplays: 0 + - objecttype: thing + objectid: 25292 + subtype: boardgame + collid: 51242092 + name: + sortindex: 1 + $t: Merchants & Marauders + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/mNWaseFj2eSJP6VdhsIs9GdeYSs=/0x0/pic738119.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/frmqzXc01uvqO6usycue7Tnz8xI=/fit-in/200x150/pic738119.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-25 12:21:40 + numplays: 0 + - objecttype: thing + objectid: 151347 + subtype: boardgame + collid: 50870453 + name: + sortindex: 1 + $t: Millennium Blades + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/TWnjacQUXsFasgimixAHI8dxqxg=/0x0/pic2468179.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qQXmV9FJLh8Py0oXfU7biKzDC3I=/fit-in/200x150/pic2468179.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:20:33 + numplays: 0 + - objecttype: thing + objectid: 244992 + subtype: boardgame + collid: 50870471 + name: + sortindex: 5 + $t: The Mind + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/-6UV1oIzR-DqAyewaSImVThz6ZU=/0x0/pic3979766.png + thumbnail: https://cf.geekdo-images.com/thumb/img/e8cgrpzLqovSRPtHw5aLwgckHkc=/fit-in/200x150/pic3979766.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:22:02 + numplays: 0 + - objecttype: thing + objectid: 230251 + subtype: boardgame + collid: 50656219 + name: + sortindex: 1 + $t: Mint Delivery + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/NaQ6_h0KcQ6MRbGs7_Ix0vH7YCM=/0x0/pic3634430.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2s3v7W5cBqk6mw9UxZHeWT1IGsY=/fit-in/200x150/pic3634430.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 1 + lastmodified: 2018-03-30 10:00:40 + numplays: 0 + - objecttype: thing + objectid: 200077 + subtype: boardgame + collid: 50655814 + name: + sortindex: 1 + $t: Mint Works + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/CaoF1gDthH_0iNJDG5-7-r56FPc=/0x0/pic3418969.png + thumbnail: https://cf.geekdo-images.com/thumb/img/NThqD2v5sf_hQs_ur7OtliJ_PdE=/fit-in/200x150/pic3418969.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 1 + lastmodified: 2018-04-03 07:42:50 + numplays: 0 + - objecttype: thing + objectid: 176920 + subtype: boardgame + collid: 50882419 + name: + sortindex: 1 + $t: >- + Mission: Red Planet &&#35;40;Second Edition&&#35;41; + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/qEoLUDBpnVb0Zc4FGDqqZH9hp4s=/0x0/pic2499748.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/J_F3ROKXx4CGj7rG5sC_nLyUW9o=/fit-in/200x150/pic2499748.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 08:48:16 + numplays: 0 + - objecttype: thing + objectid: 172386 + subtype: boardgame + collid: 50653046 + name: + sortindex: 1 + $t: Mombasa + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/7JDxzN4LbAeslZGBU1G7Ccqutx0=/0x0/pic2611318.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G-_djHkm5LFZuqSokCvGt22VY4E=/fit-in/200x150/pic2611318.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 1 + preordered: 0 + lastmodified: 2018-04-09 12:25:23 + numplays: 0 + - objecttype: thing + objectid: 1406 + subtype: boardgame + collid: 50406379 + name: + sortindex: 1 + $t: Monopoly + yearpublished: 1933 + image: https://cf.geekdo-images.com/original/img/u0oP0ZEeRX9_68feLPafIGU0pcw=/0x0/pic3640835.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/XDq3S7BWb25Q2Ekw2WyAg_f_C00=/fit-in/200x150/pic3640835.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:01:37 + numplays: 0 + comment: I still remember the time when I liked playing this game back when I was a + boardgame-virgin. + - objecttype: thing + objectid: 40398 + subtype: boardgame + collid: 50406359 + name: + sortindex: 1 + $t: Monopoly Deal Card Game + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/sExC40CylWBJvonJeXubmblKTfc=/0x0/pic716758.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/frV7YS_u3XYVNZhswxatq9ZI3-I=/fit-in/200x150/pic716758.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 11:48:41 + numplays: 0 + comment: It's better than UNO and Love Letter. It's good as a filler game. + - objecttype: thing + objectid: 126042 + subtype: boardgame + collid: 51216025 + name: + sortindex: 1 + $t: Nations + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/6Zne9rNVAxgEzMmf4WmcEtH_xsc=/0x0/pic1591406.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2a-6_ihKoPWUe8yEUpz3Vi1UiX0=/fit-in/200x150/pic1591406.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-24 09:15:15 + numplays: 0 + - objecttype: thing + objectid: 21241 + subtype: boardgame + collid: 50651659 + name: + sortindex: 1 + $t: Neuroshima Hex! 3.0 + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/_73K35_KU-f6ve0x80RSvbBMpDQ=/0x0/pic1844819.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5nZbktmvQLYZIbReB6wkRXaP-A0=/fit-in/200x150/pic1844819.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:16:38 + numplays: 0 + - objecttype: thing + objectid: 174660 + subtype: boardgame + collid: 50767282 + name: + sortindex: 1 + $t: New York 1901 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/siRufj8DhAyAq4FrBbhxvbnh8hA=/0x0/pic2515532.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0FslhJTclmv38d3I5fRnImM7l8E=/fit-in/200x150/pic2515532.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-04 09:16:46 + numplays: 0 + - objecttype: thing + objectid: 12942 + subtype: boardgame + collid: 50595484 + name: + sortindex: 1 + $t: No Thanks! + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/HJwrx8rbN5FNNAoo79EzhKVaqMU=/0x0/pic3989551.png + thumbnail: https://cf.geekdo-images.com/thumb/img/xW4bCDVJmW3ioJGG6q6JmDC-xDk=/fit-in/200x150/pic3989551.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-29 02:33:32 + numplays: 0 + - objecttype: thing + objectid: 194879 + subtype: boardgame + collid: 50749005 + name: + sortindex: 1 + $t: Not Alone + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/9I633kKUJ_VH00BGKNlgl9cDyTg=/0x0/pic3118416.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TsE-uTAaSPSo5sttNe6f7ojtS7o=/fit-in/200x150/pic3118416.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-03 12:55:42 + numplays: 0 + - objecttype: thing + objectid: 147949 + subtype: boardgame + collid: 50406349 + name: + sortindex: 1 + $t: One Night Ultimate Werewolf + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/r7HeuJg7g-g4gEIeIZv6x0gVL9E=/0x0/pic1809823.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/E1Aka3dgRRi0d_yg3LpZi4948iY=/fit-in/200x150/pic1809823.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-19 06:56:46 + numplays: 0 + - objecttype: thing + objectid: 160477 + subtype: boardgame + collid: 50610598 + name: + sortindex: 1 + $t: Onitama + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z1Cr_AvOTXmshbEqBaZ8C9f8_Gc=/0x0/pic2904046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/faDIdb9tWLzn86KsV2PjrTwBXKg=/fit-in/200x150/pic2904046.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 07:43:06 + numplays: 0 + - objecttype: thing + objectid: 193558 + subtype: boardgame + collid: 51214483 + name: + sortindex: 5 + $t: The Oracle of Delphi + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/jkM-MuAKuQtkg489B71ySMyM_vE=/0x0/pic3126511.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6w3WN4WMNL2SUAgzRNOYKzJ89-0=/fit-in/200x150/pic3126511.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 17:12:16 + numplays: 0 + comment: >- + Note to self: &#35;1 tactical strategy games + + https://www.youtube.com/watch?v=uSHgWNqjXok + - objecttype: thing + objectid: 164928 + subtype: boardgame + collid: 50939499 + name: + sortindex: 1 + $t: Orléans + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/RLjWKyzXimMFiQOa8uwo9ZWWOGM=/0x0/pic2578828.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tUSvchXqRtwRDMxcqfwoRoUlpAE=/fit-in/200x150/pic2578828.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-11 17:50:40 + numplays: 0 + - objecttype: thing + objectid: 2389 + subtype: boardgame + collid: 50406389 + name: + sortindex: 1 + $t: Othello + yearpublished: 1883 + image: https://cf.geekdo-images.com/original/img/OUtNwqIq2aO6rpySfJCOHPazmmU=/0x0/pic243834.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/em2T4WCwlgX-GqvkGcI0qCWxsGM=/fit-in/200x150/pic243834.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-19 06:58:23 + numplays: 0 + - objecttype: thing + objectid: 145206 + subtype: boardgame + collid: 51302607 + name: + sortindex: 5 + $t: The Other Hat Trick + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/LJmJQNv1LMnZjH_NyvSIMDteKX0=/0x0/pic1720438.png + thumbnail: https://cf.geekdo-images.com/thumb/img/aVDTm1-UO5ALfr3CpyX3MTguJCk=/fit-in/200x150/pic1720438.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-28 12:13:01 + numplays: 0 + - objecttype: thing + objectid: 2136 + subtype: boardgame + collid: 50949382 + name: + sortindex: 1 + $t: Pachisi + yearpublished: 400 + image: https://cf.geekdo-images.com/original/img/qzluXZ2oloACgfZbj1M5_wcF1Bo=/0x0/pic516869.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FJiS0gIQFiYNh7ieErSZDocYX94=/fit-in/200x150/pic516869.jpg + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-12 07:36:52 + numplays: 0 + - objecttype: thing + objectid: 30549 + subtype: boardgame + collid: 50345208 + name: + sortindex: 1 + $t: Pandemic + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/j-pfXZ_0GmOowohzD_T6NDAWGSA=/0x0/pic1534148.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HEKrtpTC1y1amXh5cKnVvowyE5Y=/fit-in/200x150/pic1534148.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-21 09:50:26 + numplays: 0 + - objecttype: thing + objectid: 192153 + subtype: boardgame + collid: 50403246 + name: + sortindex: 1 + $t: >- + Pandemic: Reign of Cthulhu + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0dIqDhB7veQw2HQ-ecKjcon3IoY=/0x0/pic2866737.png + thumbnail: https://cf.geekdo-images.com/thumb/img/pQ7u1wugC1Ik_LDkc7Qq1GYIwAU=/fit-in/200x150/pic2866737.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-30 11:09:21 + numplays: 0 + - objecttype: thing + objectid: 141572 + subtype: boardgame + collid: 51479453 + name: + sortindex: 1 + $t: Paperback + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/UzrdvNP-zb27P9xS_PD2IIozcLg=/0x0/pic1991455.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qpI06yrY6cnlKqqdMHMfJywXXCU=/fit-in/200x150/pic1991455.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 11:54:25 + numplays: 0 + comment: Not a big fan of word games. Mostly because my level of English isn't + good enough to play them. + - objecttype: thing + objectid: 163412 + subtype: boardgame + collid: 50429323 + name: + sortindex: 1 + $t: Patchwork + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z8MYZktgvGTtIikMv9HSpD_ERAI=/0x0/pic2270442.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3KaofJ_Nl0a7lOFXS9PveSmQ7vE=/fit-in/200x150/pic2270442.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-11 08:50:26 + numplays: 0 + comment: This game felt just too random for my taste and leaves me unsatisfied. I + want to be able to strategize and some strategies might be possible but + it's more of "let me try this and hope it works". The score + is based on left over buttons which simply doesn't make sense. And + there is no penalty for leaving holes inside your stitched patch versus + leaving regions outside the patch un-stitched. + - objecttype: thing + objectid: 133038 + subtype: boardgame + collid: 50838620 + name: + sortindex: 1 + $t: >- + Pathfinder Adventure Card Game: Rise of the Runelords – Base Set + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/kmjGiGM06MDh-BmO1_KrmDEPW5Y=/0x0/pic1775517.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ViNWig-wMOZF-p7pWAx86PeyNYU=/fit-in/200x150/pic1775517.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-07 13:34:28 + numplays: 0 + - objecttype: thing + objectid: 1115 + subtype: boardgame + collid: 50912164 + name: + sortindex: 1 + $t: Poker + yearpublished: 1810 + image: https://cf.geekdo-images.com/original/img/Z87dKNf_VtJMvqoF6ejjHcbBfIk=/0x0/pic186610.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vwy7z2qT7CRqQo32WrNrtNyJq98=/fit-in/200x150/pic186610.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-12 07:38:38 + numplays: 0 + comment: Way too much luck involved. + - objecttype: thing + objectid: 155873 + subtype: boardgame + collid: 50428701 + name: + sortindex: 1 + $t: >- + Power Grid Deluxe: Europe/North America + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PTaOBy_4sTD_5FA60rINuFnFIW0=/0x0/pic2056160.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aUdDXAOd_ohVEOuJ_MO34rUrrSk=/fit-in/200x150/pic2056160.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 07:43:12 + numplays: 0 + - objecttype: thing + objectid: 3076 + subtype: boardgame + collid: 50406110 + name: + sortindex: 1 + $t: Puerto Rico + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/RvdWBkmDks7AN8sodR4PyVcponA=/0x0/pic158548.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pYFq1WbW-LIQCvWCFxjQuDC-nho=/fit-in/200x150/pic158548.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-19 06:41:26 + numplays: 0 + - objecttype: thing + objectid: 176396 + subtype: boardgame + collid: 51239752 + name: + sortindex: 1 + $t: Quadropolis + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/0zD0P3JssKs0DRFSeR-7VQs1Z1E=/0x0/pic2840020.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/m9uWiYufHeYbiuSLNFdM6jQBDYo=/fit-in/200x150/pic2840020.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-25 10:21:46 + numplays: 0 + - objecttype: thing + objectid: 232043 + subtype: boardgame + collid: 50695890 + name: + sortindex: 1 + $t: Queendomino + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/7iJggCgPERAUdyJvM-eJhBvzCUk=/0x0/pic3672901.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2UQpZoyE0_OrRigezrcpXsTIh8s=/fit-in/200x150/pic3672901.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 12:11:03 + numplays: 0 + - objecttype: thing + objectid: 17133 + subtype: boardgame + collid: 50908632 + name: + sortindex: 1 + $t: Railways of the World + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/xeEMH5X0jBoXeY48Q5pE0JDOHP8=/0x0/pic3869603.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kxjFY0569Y0-JEDkwa1MEkI012U=/fit-in/200x150/pic3869603.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-10 10:38:18 + numplays: 0 + - objecttype: thing + objectid: 177639 + subtype: boardgame + collid: 50712237 + name: + sortindex: 1 + $t: Raptor + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/kzuA4XOQI94oq7hdFESznGnCSuU=/0x0/pic2520016.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7JXpUQzSIQIVxmZNoiFvdpQTxeg=/fit-in/200x150/pic2520016.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-02 02:33:30 + numplays: 0 + - objecttype: thing + objectid: 41114 + subtype: boardgame + collid: 50406403 + name: + sortindex: 5 + $t: The Resistance + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/VDXFwn8wDc4yObdS5kUABZK6nhI=/0x0/pic2576459.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TiLJY5V47pk3vvidXcfMoeUcRd8=/fit-in/200x150/pic2576459.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 11:57:07 + numplays: 0 + - objecttype: thing + objectid: 128882 + subtype: boardgame + collid: 50429334 + name: + sortindex: 5 + $t: >- + The Resistance: Avalon + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/kFDTpCfe476T1bzZUtNAbGyIjNg=/0x0/pic1398895.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rSivtcma94IGqMyHgzgfhjcyYDs=/fit-in/200x150/pic1398895.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-20 03:48:48 + numplays: 0 + - objecttype: thing + objectid: 121921 + subtype: boardgame + collid: 50428075 + name: + sortindex: 1 + $t: >- + Robinson Crusoe: Adventures on the Cursed Island + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/i1d3Zbbw5iYJ5_Bd0unqwgM8CI0=/0x0/pic3165731.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kvMhOuVRtAcCK7nXPcOr8RwWvYg=/fit-in/200x150/pic3165731.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-12 15:47:43 + numplays: 0 + - objecttype: thing + objectid: 144344 + subtype: boardgame + collid: 50957895 + name: + sortindex: 1 + $t: Rococo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/h4juFKZn1M56dsCtVnNsRYyvCs0=/0x0/pic1795272.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ANayrLTpLZ6YwzPLLsKjXP8z7s=/fit-in/200x150/pic1795272.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-12 13:32:39 + numplays: 0 + - objecttype: thing + objectid: 165986 + subtype: boardgame + collid: 50833584 + name: + sortindex: 1 + $t: Royals + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/LbL3z9R0tiqqZufNrQ3NgT_JAig=/0x0/pic3021582.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/fOuUI0x0dOzfNFoOAYVdry9J3UM=/fit-in/200x150/pic3021582.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-07 09:20:27 + numplays: 0 + - objecttype: thing + objectid: 144733 + subtype: boardgame + collid: 50939893 + name: + sortindex: 1 + $t: Russian Railroads + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/QgRFOE3J6RK3ZfJk2qa3Xbgl0GY=/0x0/pic1772936.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gQy2n70lajyjsXzaBY6vWrK4z8c=/fit-in/200x150/pic1772936.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-11 18:14:51 + numplays: 0 + - objecttype: thing + objectid: 156943 + subtype: boardgame + collid: 50981750 + name: + sortindex: 1 + $t: Saint Petersburg &&#35;40;second edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/5gKOjYrsa1c8OJ5Q8AArcAFnNp0=/0x0/pic2298046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/r5-jhKmwSl-KPqOGNe2DLifXu4Y=/fit-in/200x150/pic2298046.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-13 14:16:30 + numplays: 0 + - objecttype: thing + objectid: 194655 + subtype: boardgame + collid: 50741171 + name: + sortindex: 1 + $t: Santorini + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/2EnN8vsGamxMA1xNG5LcjVTxuiM=/0x0/pic3283110.png + thumbnail: https://cf.geekdo-images.com/thumb/img/rQjxEM5tXcxTEpZOP2sWh6lfrKc=/fit-in/200x150/pic3283110.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-21 13:58:13 + numplays: 0 + comment: Even though the rules are simple, this game is a brain burner. Although I + am not big on abstract strategy game, I love this one! The game looks + beautiful with all the blocks and domes and buildings. It was a hit in my + group. + - objecttype: thing + objectid: 438 + subtype: boardgame + collid: 50433511 + name: + sortindex: 1 + $t: Scotland Yard + yearpublished: 1983 + image: https://cf.geekdo-images.com/original/img/UxRORfo_KmTKet2Col5djNPrIq4=/0x0/pic172295.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5E9R_4Ju8pcrsc8QrJc6n9F2Ocg=/fit-in/200x150/pic172295.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-23 07:37:05 + numplays: 0 + comment: I used to play this before I was introduced to the vast world of board + games. And I always had lots of fun playing it. I haven't played this + recently. Having played many more games now, I don't know whether I + will still enjoy this game as much. + - objecttype: thing + objectid: 320 + subtype: boardgame + collid: 51479585 + name: + sortindex: 1 + $t: Scrabble + yearpublished: 1948 + image: https://cf.geekdo-images.com/original/img/lVqLm3lRviB_an3_gAqhvSJ6riA=/0x0/pic404651.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ND1lWJtIymBjl3YzfSV3q3MB1Xk=/fit-in/200x150/pic404651.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:00:44 + numplays: 0 + comment: It's an okay game. There are so many variety of games available + nowadays, this seems a little outdated. Even there are better word games + available. + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 50324847 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-03 07:43:25 + numplays: 0 + - objecttype: thing + objectid: 108745 + subtype: boardgame + collid: 51233061 + name: + sortindex: 1 + $t: Seasons + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/KIQ10GbCcfxPNQKUOMWEMVKA9Ao=/0x0/pic1299390.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TC3PSimD_9eYhEhQ-fNzAy6Xdpo=/fit-in/200x150/pic1299390.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-25 02:56:59 + numplays: 0 + - objecttype: thing + objectid: 15062 + subtype: boardgame + collid: 50711357 + name: + sortindex: 1 + $t: Shadows over Camelot + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/qXAmMBPotbufchHTuIsGz59B010=/0x0/pic70547.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/j69YtQ286qbIC7myOV6n6v-FPy4=/fit-in/200x150/pic70547.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-02 01:04:32 + numplays: 0 + - objecttype: thing + objectid: 157969 + subtype: boardgame + collid: 50595106 + name: + sortindex: 1 + $t: Sheriff of Nottingham + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/LhRnbdwJ77VnRI_yQg2ZFiwEq1E=/0x0/pic2075830.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/18ToCY0hvajoDtgqXaB6T7inL8Y=/fit-in/200x150/pic2075830.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 06:01:28 + numplays: 0 + - objecttype: thing + objectid: 2511 + subtype: boardgame + collid: 50870251 + name: + sortindex: 1 + $t: >- + Sherlock Holmes Consulting Detective: The Thames Murders & Other + Cases + yearpublished: 1981 + image: https://cf.geekdo-images.com/original/img/e0abWKqZdzwxb0Keyxjf-Y5sZsw=/0x0/pic3514298.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/wbBjlSJodaCuoGAiQAsmnkDEuQA=/fit-in/200x150/pic3514298.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:08:13 + numplays: 0 + - objecttype: thing + objectid: 20551 + subtype: boardgame + collid: 50882330 + name: + sortindex: 1 + $t: Shogun + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/_fUYQKTjUVUovOrnbBNOfTCzC18=/0x0/pic145843.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/IVcc5VZmrSn714QHSGrskoxKFpU=/fit-in/200x150/pic145843.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 08:44:13 + numplays: 0 + - objecttype: thing + objectid: 202426 + subtype: boardgame + collid: 50875033 + name: + sortindex: 1 + $t: >- + Sidereal Confluence: Trading and Negotiation in the Elysian Quadrant + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/DBny7THqTBYJKk6qwiqavch5fWw=/0x0/pic3476762.png + thumbnail: https://cf.geekdo-images.com/thumb/img/hZCLPi4pylp8-mUHj8vEO0widnM=/fit-in/200x150/pic3476762.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 01:13:13 + numplays: 0 + - objecttype: thing + objectid: 40692 + subtype: boardgame + collid: 50406193 + name: + sortindex: 1 + $t: Small World + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/WvXe0YG-Mj2KBtyRSBNtRw4DIx0=/0x0/pic428828.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/w1PBg6RSkhkQVHgUMeVeDWIjbrs=/fit-in/200x150/pic428828.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-05 11:20:38 + numplays: 0 + - objecttype: thing + objectid: 174837 + subtype: boardgame + collid: 50870361 + name: + sortindex: 1 + $t: >- + Sol: Last Days of a Star + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/c2rPsmslpEAg91iYPJHQrWUXiuc=/0x0/pic2656553.png + thumbnail: https://cf.geekdo-images.com/thumb/img/kU5S_JvfgUkUXE_ZjRzQma0r2JU=/fit-in/200x150/pic2656553.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:13:17 + numplays: 0 + - objecttype: thing + objectid: 38453 + subtype: boardgame + collid: 50817577 + name: + sortindex: 1 + $t: Space Alert + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/bASSKEPd4V_exZ73z4EG0pg9ZrI=/0x0/pic384313.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jeviWowUhmLLFnohiRJtG022flc=/fit-in/200x150/pic384313.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-06 12:56:41 + numplays: 0 + - objecttype: thing + objectid: 155624 + subtype: boardgame + collid: 50611113 + name: + sortindex: 1 + $t: Specter Ops + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/I8uKpWeTie1PFULzVd2WYzDu8gc=/0x0/pic2486481.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/q9KuTkipYvCGj9S0XVDP0Dyu7OA=/fit-in/200x150/pic2486481.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-26 14:49:03 + numplays: 0 + - objecttype: thing + objectid: 162886 + subtype: boardgame + collid: 50723613 + name: + sortindex: 1 + $t: Spirit Island + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RmP2yBDA0LE-ZFWrEXAkgRuYjn0=/0x0/pic3615739.png + thumbnail: https://cf.geekdo-images.com/thumb/img/t9mRnhW6swyL2nPSScv9iroCyZQ=/fit-in/200x150/pic3615739.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:41:38 + numplays: 0 + comment: https://www.youtube.com/watch?v=veUW0Ut58gU + + + &#35;4 Strategic Planning + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 50358759 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PgaVULm0QKeFV2zTro4hJEb70Yk=/0x0/pic1904079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x-l6MKgcj-wBZfgX1ttvO5MRcJ4=/fit-in/200x150/pic1904079.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-06 19:00:35 + numplays: 0 + comment: My friends and I are new to the world of board games. Got Splendor. + It's really easy to get into. The rules are not overly complicated, + and yet it does require a bit of strategy to keep us engaged throughout + the game. We can't get enough of it. + - objecttype: thing + objectid: 166384 + subtype: boardgame + collid: 50832039 + name: + sortindex: 1 + $t: Spyfall + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/yiOudtz0yeRa8axxBWr94WuCwbM=/0x0/pic2453926.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6TauOkp3QbGx6V2m924QgMBc858=/fit-in/200x150/pic2453926.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-07 07:58:39 + numplays: 0 + - objecttype: thing + objectid: 166226 + subtype: boardgame + collid: 51485350 + name: + sortindex: 5 + $t: The Staufer Dynasty + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/6hFXR1wiAIDJ1hvL5T8bv4Ml1Ic=/0x0/pic2256945.png + thumbnail: https://cf.geekdo-images.com/thumb/img/kXjMZK6EyK3FX4_aVjdo7GkroqY=/fit-in/200x150/pic2256945.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:16:30 + numplays: 0 + comment: >- + Note to self: Strategic Planning &#35;10 on the list + + https://www.youtube.com/watch?v=veUW0Ut58gU + - objecttype: thing + objectid: 162007 + subtype: boardgame + collid: 51061755 + name: + sortindex: 1 + $t: Steampunk Rally + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/IES-u9aBUVz1mPixKeQv5df3V6Y=/0x0/pic2073821.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zCHrtk5frNP7BIqnMklVReL9BP4=/fit-in/200x150/pic2073821.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-17 04:46:22 + numplays: 0 + - objecttype: thing + objectid: 161614 + subtype: boardgame + collid: 51214244 + name: + sortindex: 1 + $t: Stockpile + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/8cAEMIcbIiJtdiUh8xVzWFteO3M=/0x0/pic2537618.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/QWe7CSk58qXmLJt8zWBgmvEcHw8=/fit-in/200x150/pic2537618.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-24 08:04:17 + numplays: 0 + - objecttype: thing + objectid: 34635 + subtype: boardgame + collid: 50429342 + name: + sortindex: 1 + $t: Stone Age + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/Dt2tBgnvuWww89kSQqOW0vvEJr4=/0x0/pic1632539.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/59G6_Csm5HEfb3xik6W-_6sihuQ=/fit-in/200x150/pic1632539.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-11 18:17:03 + numplays: 0 + - objecttype: thing + objectid: 123260 + subtype: boardgame + collid: 50740601 + name: + sortindex: 1 + $t: Suburbia + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/v2kosqFeCkidrDEnKQYZSk-qH_k=/0x0/pic1418335.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ErmY_grQAOtH4zy2Hxg2AIeiAf8=/fit-in/200x150/pic1418335.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 07:37:52 + numplays: 0 + - objecttype: thing + objectid: 58281 + subtype: boardgame + collid: 50772421 + name: + sortindex: 1 + $t: Summoner Wars + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/1cfLD-e4_bfT9z2RdIV4APAs0rM=/0x0/pic2407328.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/St3dgqgaK02kUmlOuinVXN75KzI=/fit-in/200x150/pic2407328.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 13:48:03 + numplays: 0 + - objecttype: thing + objectid: 133473 + subtype: boardgame + collid: 50795939 + name: + sortindex: 1 + $t: Sushi Go! + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/IlYW00i351ucPwf_aHiE0v-HNdM=/0x0/pic1900075.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0y6Je0vh3QP_BhYHNxn6w8TafHk=/fit-in/200x150/pic1900075.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-05 13:50:45 + numplays: 0 + - objecttype: thing + objectid: 146508 + subtype: boardgame + collid: 50928423 + name: + sortindex: 1 + $t: T.I.M.E Stories + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/HgvRM7737qYJn6nFvfZ5IlSf800=/0x0/pic2617634.png + thumbnail: https://cf.geekdo-images.com/thumb/img/LKZSyC93AhCvIKSrJH4jLGPqfNY=/fit-in/200x150/pic2617634.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-11 08:56:12 + numplays: 0 + - objecttype: thing + objectid: 120677 + subtype: boardgame + collid: 50406129 + name: + sortindex: 1 + $t: Terra Mystica + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/CynjY3GgwPTg34abNIv8eLX1pXs=/0x0/pic1356616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P-H2xOKpbkVCoDTGOZL_B8jLdgc=/fit-in/200x150/pic1356616.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-04-19 14:40:03 + numplays: 0 + - objecttype: thing + objectid: 167791 + subtype: boardgame + collid: 50324858 + name: + sortindex: 1 + $t: Terraforming Mars + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/o8z_levBVArPUKI7ZrIysZEs1A0=/0x0/pic3536616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yFqQ569DfL8NSTGTUw0vF9SCR7k=/fit-in/200x150/pic3536616.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-07 07:47:32 + numplays: 0 + - objecttype: thing + objectid: 182028 + subtype: boardgame + collid: 50656473 + name: + sortindex: 1 + $t: >- + Through the Ages: A New Story of Civilization + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1d2h-kr4r_9xsss2Br6iMvjR9q0=/0x0/pic2663291.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ohqc2KTYdureA4PNjMqLXP4mUlU=/fit-in/200x150/pic2663291.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 1 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 16:51:07 + numplays: 0 + comment: https://www.youtube.com/watch?v=veUW0Ut58gU + + + &#35;1 on strategic planning + - objecttype: thing + objectid: 503 + subtype: boardgame + collid: 50748509 + name: + sortindex: 1 + $t: Through the Desert + yearpublished: 1998 + image: https://cf.geekdo-images.com/original/img/qMspa3GI2sMHCvTvRvJQ5uxIw2E=/0x0/pic3764263.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mi2LHZK0LnatLJvGE0ViICyRsCo=/fit-in/200x150/pic3764263.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 07:40:57 + numplays: 0 + - objecttype: thing + objectid: 215 + subtype: boardgame + collid: 51215363 + name: + sortindex: 1 + $t: Tichu + yearpublished: 1991 + image: https://cf.geekdo-images.com/original/img/4mtym39nvO7r5AkNoYVxdvPbyOc=/0x0/pic169494.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UELRoFpEMscpyLPf7Sh7m6LamY4=/fit-in/200x150/pic169494.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-05-06 17:10:25 + numplays: 0 + wishlistcomment: >- + &#35;2 in tactical game https://www.youtube.com/watch?v=uSHgWNqjXok + - objecttype: thing + objectid: 14996 + subtype: boardgame + collid: 50406190 + name: + sortindex: 1 + $t: >- + Ticket to Ride: Europe + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/lN5ivSfgaJwEMXgyLijCtyKVUBs=/0x0/pic66668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eXshcW5A7ryFnyb3VwlSc8IxIgc=/fit-in/200x150/pic66668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:09:59 + numplays: 0 + comment: Splendor and TTR are arguably the best gateway games. The rules are easy + to teach to/learn for new players and involves enough strategy to keep + players engaged. Right now my friends and I absolutely love this game. + - objecttype: thing + objectid: 42 + subtype: boardgame + collid: 50723534 + name: + sortindex: 1 + $t: Tigris & Euphrates + yearpublished: 1997 + image: https://cf.geekdo-images.com/original/img/vd6LHDJ-u-TkAAWafD2yG9-U974=/0x0/pic2338267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DNfURmGP1yPr-9H4UEFgyoxd1qA=/fit-in/200x150/pic2338267.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-02 13:06:00 + numplays: 0 + - objecttype: thing + objectid: 54 + subtype: boardgame + collid: 50831494 + name: + sortindex: 1 + $t: Tikal + yearpublished: 1999 + image: https://cf.geekdo-images.com/original/img/n8xE7FmOcpoH8s3bhC4Tsd1Y0PE=/0x0/pic3328391.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/2b3ZiBEaSuT1HZBzn_sh1CczMtY=/fit-in/200x150/pic3328391.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-07 07:15:55 + numplays: 0 + - objecttype: thing + objectid: 42215 + subtype: boardgame + collid: 50870196 + name: + sortindex: 1 + $t: Tobago + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/Ao7x7lkwA_GExCLsNV4eZ_sQyDE=/0x0/pic596625.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HJOs7vu283v8m5v3SWBjZgvGBYw=/fit-in/200x150/pic596625.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:05:15 + numplays: 0 + - objecttype: thing + objectid: 88 + subtype: boardgame + collid: 50888831 + name: + sortindex: 1 + $t: Torres + yearpublished: 1999 + image: https://cf.geekdo-images.com/original/img/GoIChVlzO2W0RNOBv9SM0sp-1qg=/0x0/pic3515154.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G2PVi1FAfsPf72WEoYpyDmJu9sM=/fit-in/200x150/pic3515154.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 13:30:17 + numplays: 0 + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 50637881 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/cEaycXgp7DqVD2lORAUJ2IzgozU=/0x0/pic1054375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nKAeuNIMoyIyzMilVurhLTU9Qq4=/fit-in/200x150/pic1054375.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-03 12:32:01 + numplays: 0 + - objecttype: thing + objectid: 163068 + subtype: boardgame + collid: 50886641 + name: + sortindex: 1 + $t: >- + Trickerion: Legends of Illusion + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/RjRhDwIgGd2HGNkaZXPj29oWGdI=/0x0/pic2585510.png + thumbnail: https://cf.geekdo-images.com/thumb/img/gdC0DzxXC5qUEKSfAGjcnCz1xRo=/fit-in/200x150/pic2585510.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 11:52:30 + numplays: 0 + - objecttype: thing + objectid: 73439 + subtype: boardgame + collid: 50726032 + name: + sortindex: 1 + $t: Troyes + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/jgHgQKbmvFx2xDL1MdtYB2-jRek=/0x0/pic750583.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sM2lpUBjW79Ue2TM9NICXJJdnao=/fit-in/200x150/pic750583.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-25 12:03:13 + numplays: 0 + - objecttype: thing + objectid: 233078 + subtype: boardgame + collid: 50429021 + name: + sortindex: 1 + $t: >- + Twilight Imperium: Fourth Edition + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/Xe0YAmobS_L0Nlo4YJgyFwOW9EM=/0x0/pic3727516.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UOV5jJadzHc6ebYd5CfZXGbOWsc=/fit-in/200x150/pic3727516.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-03-20 03:02:21 + numplays: 0 + - objecttype: thing + objectid: 31999 + subtype: boardgame + collid: 50727133 + name: + sortindex: 1 + $t: TZAAR + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/lBP6yhkEhpouznqcaZl-hVGT68o=/0x0/pic3607816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WvpFtlZ8Vtb-lUlOrDm0JcX0M8E=/fit-in/200x150/pic3607816.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-02 15:33:10 + numplays: 0 + - objecttype: thing + objectid: 126163 + subtype: boardgame + collid: 50428556 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/b_3SHZiUpcmrIT5hU8wVF0SDX8k=/0x0/pic1413480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RFxQzKDZgLqZ6oCtclSQHMbDlfk=/fit-in/200x150/pic1413480.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-24 08:00:33 + numplays: 0 + - objecttype: thing + objectid: 2223 + subtype: boardgame + collid: 50406368 + name: + sortindex: 1 + $t: UNO + yearpublished: 1971 + image: https://cf.geekdo-images.com/original/img/z3OFp3362X0ZPf5CIc5vfxzwDsg=/0x0/pic981505.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Vqkf_w4oaY__07ZiwrpofsIxHNQ=/fit-in/200x150/pic981505.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 11:49:27 + numplays: 0 + comment: Not even good as a filler game. There are many better options available. + - objecttype: thing + objectid: 170416 + subtype: boardgame + collid: 50870297 + name: + sortindex: 1 + $t: >- + Vast: The Crystal Caverns + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/i52oRYMg5KHPNJ0bhFEHycEhUyM=/0x0/pic2962290.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vJWI9DzKpxRdIhPEzrJBXivLTkg=/fit-in/200x150/pic2962290.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-08 19:10:14 + numplays: 0 + - objecttype: thing + objectid: 104006 + subtype: boardgame + collid: 50832923 + name: + sortindex: 1 + $t: Village + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/XJ9DcBvOYgoSSNLjx0GP4If8hms=/0x0/pic2760568.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qavzxzdsA436t0AAKpkeM7Wjq4c=/fit-in/200x150/pic2760568.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 5 + preordered: 0 + lastmodified: 2018-04-11 18:18:54 + numplays: 0 + - objecttype: thing + objectid: 42052 + subtype: boardgame + collid: 50741167 + name: + sortindex: 1 + $t: Vinhos + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/oyCZW3drcK9lqObzMCeu_Ye9buM=/0x0/pic815592.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/wXPjnTiIGaO1Uw7pSu57SXfPuVU=/fit-in/200x150/pic815592.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 07:41:46 + numplays: 0 + - objecttype: thing + objectid: 183394 + subtype: boardgame + collid: 50406135 + name: + sortindex: 1 + $t: Viticulture Essential Edition + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/6KQbzbjV6HlxDZeqPwmrmR3gn6w=/0x0/pic2649952.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sD_qvrzIbvfobJj0ZDAaq-TnQPs=/fit-in/200x150/pic2649952.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:11:46 + numplays: 0 + - objecttype: thing + objectid: 171623 + subtype: boardgame + collid: 50428477 + name: + sortindex: 5 + $t: The Voyages of Marco Polo + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/ewdBaa31ROM_gOmpYwp4xszuAHk=/0x0/pic2461346.png + thumbnail: https://cf.geekdo-images.com/thumb/img/HMtPzM7OaJwlKQopC5A1NC3cUUI=/fit-in/200x150/pic2461346.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-24 09:15:34 + numplays: 0 + comment: >- + Note to self: The Great Western Trail and Concordia are worth checking out + before deciding to buy this according to SU&SD. + + https://www.youtube.com/watch?v=cwVVMkjPkq4 + - objecttype: thing + objectid: 3307 + subtype: boardgame + collid: 50886655 + name: + sortindex: 1 + $t: Wallenstein &&#35;40;first edition&&#35;41; + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/ocorm2MOhZsk29sXpLkN6KhZC7k=/0x0/pic358092.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zNsJIh7MgoOX46WVA56oON2aYFY=/fit-in/200x150/pic358092.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 11:52:57 + numplays: 0 + - objecttype: thing + objectid: 109125 + subtype: boardgame + collid: 50882323 + name: + sortindex: 1 + $t: Wallenstein &&#35;40;second edition&&#35;41; + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/OyyzDY99FIHSyx-vGwmJOCq-qEc=/0x0/pic1102879.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kf5FRmiTLkK80kLoFXfNafxmJJo=/fit-in/200x150/pic1102879.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-09 08:44:05 + numplays: 0 + - objecttype: thing + objectid: 115746 + subtype: boardgame + collid: 50723563 + name: + sortindex: 1 + $t: War of the Ring &&#35;40;Second Edition&&#35;41; + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/sAJOZ0c2_gZqXjn2npRgpFvshKo=/0x0/pic1215633.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ScZ6Zu4wgK9JRqFWUnA89efhT-0=/fit-in/200x150/pic1215633.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-02 13:07:21 + numplays: 0 + - objecttype: thing + objectid: 190082 + subtype: boardgame + collid: 50569032 + name: + sortindex: 1 + $t: Whitehall Mystery + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/bhtGBLdNkAVUlx4EwklG9GCO3Nw=/0x0/pic3360633.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HF5KbvhoTJcag4ucIm-TMS3GxpQ=/fit-in/200x150/pic3360633.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-04 09:04:11 + numplays: 0 + - objecttype: thing + objectid: 43528 + subtype: boardgame + collid: 50833446 + name: + sortindex: 1 + $t: World Without End + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/-BUYVcFbqvMPmqhh2pbuwZxFs4c=/0x0/pic583088.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/CwfcGCtVr-EGspibuP2QgUfNV6w=/fit-in/200x150/pic583088.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-07 09:15:51 + numplays: 0 + - objecttype: thing + objectid: 82222 + subtype: boardgame + collid: 50908603 + name: + sortindex: 1 + $t: >- + Xia: Legends of a Drift System + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/2sw3pLQ1eo9wpGLIbCQMOCb-XKA=/0x0/pic1807124.png + thumbnail: https://cf.geekdo-images.com/thumb/img/anJLsXNxY87u4s04bF5OcafGeME=/fit-in/200x150/pic1807124.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 4 + preordered: 0 + lastmodified: 2018-04-10 10:37:19 + numplays: 0 + - objecttype: thing + objectid: 213893 + subtype: boardgame + collid: 50739802 + name: + sortindex: 1 + $t: Yamataï + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/ej-k4uwwZ5lPDLk26Om9QDMzOzU=/0x0/pic3357724.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6hOM_W9qGskcN0QG36KbBkBzesE=/fit-in/200x150/pic3357724.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2018-04-03 07:55:08 + numplays: 0 + - objecttype: thing + objectid: 7854 + subtype: boardgame + collid: 50727099 + name: + sortindex: 1 + $t: YINSH + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/r6HwrW73OhVv9TshlnWoQ96b-d8=/0x0/pic2844830.png + thumbnail: https://cf.geekdo-images.com/thumb/img/BMqpxfkNPKyCnxkdeXlkXfTxNmU=/fit-in/200x150/pic2844830.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 2 + preordered: 0 + lastmodified: 2018-04-03 12:30:24 + numplays: 0 +username: max8945 +layout: collection + +---diff --git a/_collections/neenaoffline.md b/_collections/neenaoffline.md new file mode 100644 index 0000000..648fa1b 100644 --- /dev/null +++ a/_collections/neenaoffline.md @@ -1,0 +1,649 @@ +--- +games: + - objecttype: thing + objectid: 15987 + subtype: boardgame + collid: 41656708 + name: + sortindex: 1 + $t: Arkham Horror + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/oArWMFiDP2tYbJvCY52jeLwlCyU=/0x0/pic175966.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iYGd4Rb34uNe6HRPUu9AWJzePtc=/fit-in/200x150/pic175966.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 14:13:07 + numplays: 0 + - objecttype: thing + objectid: 40776 + subtype: boardgame + collid: 41656710 + name: + sortindex: 1 + $t: >- + Arkham Horror: Innsmouth Horror Expansion + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/t-sAB7D1ZeL-qDyQA98QYXX7URU=/0x0/pic443909.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZUG6-bxU6aI06R4GFf2ZSmIEAVM=/fit-in/200x150/pic443909.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-20 02:15:58 + numplays: 0 + - objecttype: thing + objectid: 37008 + subtype: boardgame + collid: 46311320 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Black Goat of the Woods Expansion + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/l0P4cHYNUxtLrkWXbMfQeTm7vm8=/0x0/pic353159.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/tbPUKWzg-uAU83AO6y_-OHmohOU=/fit-in/200x150/pic353159.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-26 08:16:59 + numplays: 0 + - objecttype: thing + objectid: 25945 + subtype: boardgame + collid: 41656720 + name: + sortindex: 1 + $t: >- + Arkham Horror: The King in Yellow Expansion + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/CLbjJ7CtuiEF1SJGU9ncbv0g92E=/0x0/pic222480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/67EtkK6F2P_z5AsCe-iYvDJZG48=/fit-in/200x150/pic222480.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 14:13:56 + numplays: 0 + - objecttype: thing + objectid: 67208 + subtype: boardgame + collid: 41656715 + name: + sortindex: 1 + $t: >- + Arkham Horror: The Lurker at the Threshold Expansion + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/KDwrVXln4yVx64I4PjnlCxviH_4=/0x0/pic782540.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aPTRy4_ICA1WK_vDkBVAflTQKt8=/fit-in/200x150/pic782540.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 14:13:43 + numplays: 0 + - objecttype: thing + objectid: 37919 + subtype: boardgame + collid: 41656737 + name: + sortindex: 1 + $t: Ascending Empires + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/0za5SL_AI6dtTF-yLny5qSsfRuw=/0x0/pic785921.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/a6HKsMAVWM-yjeekxmMQJVQqWow=/fit-in/200x150/pic785921.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 14:15:33 + numplays: 0 + - objecttype: thing + objectid: 224517 + subtype: boardgame + collid: 45435324 + name: + sortindex: 1 + $t: >- + Brass: Birmingham + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/SED341dmM5mGVVbLvwcvTjvUbIA=/0x0/pic3490053.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PER_53OQ2Y0i82FLMMo3qPQBzR0=/fit-in/200x150/pic3490053.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 04:36:40 + numplays: 0 + - objecttype: thing + objectid: 28720 + subtype: boardgame + collid: 45435327 + name: + sortindex: 1 + $t: >- + Brass: Lancashire + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/l4dwCcl4Vz0r4TD-2RgQ_uoHvWM=/0x0/pic3469216.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/bY3T4SYX6lAhtfkUGJkC1laqnVw=/fit-in/200x150/pic3469216.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 04:36:52 + numplays: 0 + - objecttype: thing + objectid: 144592 + subtype: boardgame + collid: 45435308 + name: + sortindex: 1 + $t: Bruxelles 1893 + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/g-sRalMdRYQ6vL99M6J5fEpNSrc=/0x0/pic1726346.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/D3WxQJyTEgEXgRZHzo5Qo57x4O0=/fit-in/200x150/pic1726346.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 04:35:31 + numplays: 0 + - objecttype: thing + objectid: 220520 + subtype: boardgame + collid: 46311350 + name: + sortindex: 1 + $t: >- + Caverna: Cave vs Cave + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/oGKFOw3YPxGlwVH443K830K2-Do=/0x0/pic3505750.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/mwn_lel-k4E_KAIdizM0LtzJe9k=/fit-in/200x150/pic3505750.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-26 08:18:04 + numplays: 0 + - objecttype: thing + objectid: 18602 + subtype: boardgame + collid: 45435319 + name: + sortindex: 1 + $t: Caylus + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/90BzC8_Dgc9uDswnZsu7Qa3oHvI=/0x0/pic1638795.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_oLgT5QRIiBJsUqDxJvjB5p4O6U=/fit-in/200x150/pic1638795.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 04:36:21 + numplays: 0 + - objecttype: thing + objectid: 39463 + subtype: boardgame + collid: 41656733 + name: + sortindex: 1 + $t: Cosmic Encounter + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/gOe4HfaLyDfqDaCD38dTIalHUBk=/0x0/pic4243113.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LSbrqwhmlw1S55of3_Mu9bM0lss=/fit-in/200x150/pic4243113.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 14:15:08 + numplays: 0 + - objecttype: thing + objectid: 177736 + subtype: boardgame + collid: 46311342 + name: + sortindex: 3 + $t: A Feast for Odin + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/h0P5NRuVBu0GuDrJo7CHAiSJo3U=/0x0/pic3146943.png + thumbnail: https://cf.geekdo-images.com/thumb/img/TlonnY76oPh37-oHKDOcL2pifBE=/fit-in/200x150/pic3146943.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-26 08:17:51 + numplays: 0 + - objecttype: thing + objectid: 125153 + subtype: boardgame + collid: 46311327 + name: + sortindex: 5 + $t: The Gallerist + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Ye9XSo3Ozz93R3ofXYHWfC_pMFg=/0x0/pic2503200.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tPHIAIqKX1X3Ycl_PxiT2iBtY8E=/fit-in/200x150/pic2503200.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-26 08:17:14 + numplays: 0 + - objecttype: thing + objectid: 195528 + subtype: boardgame + collid: 45435306 + name: + sortindex: 4 + $t: >- + La Granja: No Siesta + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/szgclayx18gbyU05eBMcxOto_6s=/0x0/pic3051552.png + thumbnail: https://cf.geekdo-images.com/thumb/img/luZiJcI4BMSvnv_WICDvgBHTzOw=/fit-in/200x150/pic3051552.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 04:35:19 + numplays: 0 + - objecttype: thing + objectid: 98778 + subtype: boardgame + collid: 45435332 + name: + sortindex: 1 + $t: Hanabi + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/Wkrf8z3pMlOFKwxafbw9-Ob404s=/0x0/pic2007286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/43_iOPRGbt6KUK1iwH4T38-4XYY=/fit-in/200x150/pic2007286.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 04:37:11 + numplays: 0 + - objecttype: thing + objectid: 176734 + subtype: boardgame + collid: 46311334 + name: + sortindex: 5 + $t: >- + The Manhattan Project: Energy Empire + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/GSHyEtCfCyEkTnFPxkUqUQnY4-U=/0x0/pic3048617.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zVheB-lQha3828-e2kTkpdR6PBo=/fit-in/200x150/pic3048617.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-26 08:17:26 + numplays: 0 + - objecttype: thing + objectid: 209010 + subtype: boardgame + collid: 51480443 + name: + sortindex: 1 + $t: Mechs vs. Minions + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/WhHdMb8GiMY-RhHddEByDyPkrWo=/0x0/pic3184103.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/qRm6x5id_myJ0U9aHr9yfPuX3aU=/fit-in/200x150/pic3184103.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-05-06 12:36:57 + numplays: 0 + - objecttype: thing + objectid: 124708 + subtype: boardgame + collid: 42335316 + name: + sortindex: 1 + $t: Mice and Mystics + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/wdy7-YpSjOhHVnTSlMnkfk6JLCs=/0x0/pic1312072.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8WuMrzEKo_PGwiDUJVyiiw6Xl9E=/fit-in/200x150/pic1312072.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-04 17:36:16 + numplays: 0 + - objecttype: thing + objectid: 144777 + subtype: boardgame + collid: 42335320 + name: + sortindex: 1 + $t: >- + Mice and Mystics: Heart of Glorm + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/zdwA_wygopWET-f966ovAxqsny4=/0x0/pic1709639.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/oEYJK1SyRJr8QUVHIrtdpyLB4zQ=/fit-in/200x150/pic1709639.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-04 17:36:25 + numplays: 0 + - objecttype: thing + objectid: 126792 + subtype: boardgame + collid: 46311356 + name: + sortindex: 1 + $t: Myrmes + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/8iCII-zjIU4T6nPpOVu3dW8Skm4=/0x0/pic1370050.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/2lGX1e3Z9FKjaSI5mB9Tgo5MwVk=/fit-in/200x150/pic1370050.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-26 08:18:26 + numplays: 0 + - objecttype: thing + objectid: 205716 + subtype: boardgame + collid: 44683397 + name: + sortindex: 1 + $t: New Angeles + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/SnDhlvKMHEYb6Pi1QfGM_65FirA=/0x0/pic3123155.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/PM3AEMDswzfzCpl3NrdDhDlDmz4=/fit-in/200x150/pic3123155.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-20 01:45:53 + numplays: 0 + - objecttype: thing + objectid: 163166 + subtype: boardgame + collid: 42339616 + name: + sortindex: 1 + $t: One Night Ultimate Werewolf Daybreak + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/7CB2n5DttYL0VT4aQm0pj9ZQLos=/0x0/pic2225958.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Eanbyzhr7UKIu2k-rg9Nah4ebrs=/fit-in/200x150/pic2225958.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-05 00:37:20 + numplays: 0 + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 42335304 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-04 17:35:41 + numplays: 0 + - objecttype: thing + objectid: 199727 + subtype: boardgame + collid: 42335306 + name: + sortindex: 1 + $t: >- + Scythe: Invaders from Afar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/miZjG4UUl5ZFL8LlLFIcKC-rXn8=/0x0/pic3037396.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/BwQFlTp6XwLc-SypZi_J36S8a-Y=/fit-in/200x150/pic3037396.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-04 17:35:57 + numplays: 0 + - objecttype: thing + objectid: 184491 + subtype: boardgame + collid: 41656728 + name: + sortindex: 1 + $t: Spaceteam + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Hv567JuhL7eHPCO7qeGcrld1giQ=/0x0/pic2722498.png + thumbnail: https://cf.geekdo-images.com/thumb/img/QNMhuKIdYjRSi_Aibr8tpGWjqWA=/fit-in/200x150/pic2722498.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 14:14:31 + numplays: 0 + - objecttype: thing + objectid: 191676 + subtype: boardgame + collid: 41656731 + name: + sortindex: 1 + $t: >- + Spaceteam: NSFS Expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/h4nVDH66QcA2itRBVadIKC2oxx4=/0x0/pic2847134.png + thumbnail: https://cf.geekdo-images.com/thumb/img/u2BeXIdijZOdQfH-Zhg8PCunH6k=/fit-in/200x150/pic2847134.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 14:14:41 + numplays: 0 + - objecttype: thing + objectid: 191679 + subtype: boardgame + collid: 46311373 + name: + sortindex: 1 + $t: >- + Spaceteam: Triangulum Expansion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/9E1mBzZ5VMp8ZjV-xigkh0kmsYk=/0x0/pic2845516.png + thumbnail: https://cf.geekdo-images.com/thumb/img/qR8IJnqNBhVwPJ5NUJi4cEOsmgE=/fit-in/200x150/pic2845516.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-26 08:19:25 + numplays: 0 + - objecttype: thing + objectid: 42 + subtype: boardgame + collid: 45435301 + name: + sortindex: 1 + $t: Tigris & Euphrates + yearpublished: 1997 + image: https://cf.geekdo-images.com/original/img/vd6LHDJ-u-TkAAWafD2yG9-U974=/0x0/pic2338267.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DNfURmGP1yPr-9H4UEFgyoxd1qA=/fit-in/200x150/pic2338267.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 04:35:07 + numplays: 0 + - objecttype: thing + objectid: 183394 + subtype: boardgame + collid: 45435317 + name: + sortindex: 1 + $t: Viticulture Essential Edition + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/6KQbzbjV6HlxDZeqPwmrmR3gn6w=/0x0/pic2649952.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sD_qvrzIbvfobJj0ZDAaq-TnQPs=/fit-in/200x150/pic2649952.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-09-19 04:36:12 + numplays: 0 +username: neenaoffline +layout: collection + +---diff --git a/_collections/nj3478.md b/_collections/nj3478.md new file mode 100644 index 0000000..b6baee7 100644 --- /dev/null +++ a/_collections/nj3478.md @@ -1,0 +1,297 @@ +--- +games: + - objecttype: thing + objectid: 171131 + subtype: boardgame + collid: 41705111 + name: + sortindex: 1 + $t: Captain Sonar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/rVAq1lKg98oU6tvLjERL-ZNiMfc=/0x0/pic3013621.png + thumbnail: https://cf.geekdo-images.com/thumb/img/GU81dh5VyVWiy1mHI028ALT3Gsw=/fit-in/200x150/pic3013621.png + status: + own: 0 + prevowned: 1 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-07 01:09:07 + numplays: 0 + comment: Played it but didn't enjoy it. I guess depending on the role you + get, it may be more exciting. Overall, it felt as if two players took + control and did the majority of the leg work, while others just sat + waiting for the next turn or for the game to end. + - objecttype: thing + objectid: 169654 + subtype: boardgame + collid: 41705178 + name: + sortindex: 1 + $t: Deep Sea Adventure + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/BWeLxC-0-wJc06kTFf0fOMa9BuQ=/0x0/pic3169827.png + thumbnail: https://cf.geekdo-images.com/thumb/img/k5R4a5mNxN6RY3cfBt5KD17RuQI=/fit-in/200x150/pic3169827.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-07 01:15:44 + numplays: 0 + comment: >- + Fun little game! Played it with different number of players. With 6, it + becomes very difficult to score points as soon as that first player picks + up a treasure. It then becomes a scramble to get up to the submarine. It + created a think tension as players scrambled to get back + :&&#35;41;. + + With 2 or 3, the game runs smoothly and doesn't feel as tense. + + Overall, a great filler game to play between those long intense games. Highly recommend + - objecttype: thing + objectid: 158600 + subtype: boardgame + collid: 43226561 + name: + sortindex: 1 + $t: Hanamikoji + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/91Xk0E6tifxeV5ZUFZZh1cgK0Yw=/0x0/pic2992529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-I4RLdipx8Zbh8usTyLMSW7TZYg=/fit-in/200x150/pic2992529.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:57:25 + numplays: 0 + - objecttype: thing + objectid: 191862 + subtype: boardgame + collid: 43226570 + name: + sortindex: 1 + $t: Imhotep + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ysq8dLR9HQtx-79ugVIW-1ALHnQ=/0x0/pic3029488.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FzwEQsXEQC_ZnbzKQY7tX6YlmtQ=/fit-in/200x150/pic3029488.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:58:03 + numplays: 0 + - objecttype: thing + objectid: 110327 + subtype: boardgame + collid: 43226587 + name: + sortindex: 1 + $t: Lords of Waterdeep + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/PTVnjG9ersdKq6feZTpq5SkiPPw=/0x0/pic1116080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/26Ef_y4lLwV5qhRgZUAEpkno55g=/fit-in/200x150/pic1116080.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:59:02 + numplays: 0 + - objecttype: thing + objectid: 134342 + subtype: boardgame + collid: 43226590 + name: + sortindex: 1 + $t: >- + Lords of Waterdeep: Scoundrels of Skullport + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/d7g42N7gm1JlZrJOxWfK36BN73A=/0x0/pic1590236.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-6PRMaXnsSC8ekhyJ9PurvYXm7E=/fit-in/200x150/pic1590236.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:59:12 + numplays: 0 + - objecttype: thing + objectid: 161936 + subtype: boardgame + collid: 43226535 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 1 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/P_SwsOtPLqgk2ScCgI2YrI9Rg6I=/0x0/pic2452831.png + thumbnail: https://cf.geekdo-images.com/thumb/img/WI5NmPd9C3PpRvHKoP4a0Ettlao=/fit-in/200x150/pic2452831.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:55:31 + numplays: 0 + - objecttype: thing + objectid: 200454 + subtype: boardgame + collid: 43226583 + name: + sortindex: 1 + $t: Planetarium + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/RHrRT0WMCJtskc13DJr9WAfe-mM=/0x0/pic3224251.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/S4HYAqPn5oew8aMgmSysRW5mvsI=/fit-in/200x150/pic3224251.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:58:31 + numplays: 0 + - objecttype: thing + objectid: 40692 + subtype: boardgame + collid: 43226524 + name: + sortindex: 1 + $t: Small World + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/WvXe0YG-Mj2KBtyRSBNtRw4DIx0=/0x0/pic428828.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/w1PBg6RSkhkQVHgUMeVeDWIjbrs=/fit-in/200x150/pic428828.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:54:52 + numplays: 0 + - objecttype: thing + objectid: 147020 + subtype: boardgame + collid: 43226528 + name: + sortindex: 1 + $t: Star Realms + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/XRgMJVv4YweLlANgVvxeZsQ4lm0=/0x0/pic1903816.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/457OeNXcnwr4r_5KPj3xyltK0QI=/fit-in/200x150/pic1903816.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:55:04 + numplays: 0 + - objecttype: thing + objectid: 103885 + subtype: boardgame + collid: 43226517 + name: + sortindex: 1 + $t: >- + Star Wars: X-Wing Miniatures Game + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/6GthoJMvWgSpxVoWF1TEbMtXWd4=/0x0/pic1603292.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/tyXamGukP4rH_si0avYBsAqqxzE=/fit-in/200x150/pic1603292.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:54:33 + numplays: 0 + - objecttype: thing + objectid: 70919 + subtype: boardgame + collid: 43226540 + name: + sortindex: 1 + $t: Takenoko + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/7SDbClO-4sN6LICvfySB3jrFUhU=/0x0/pic1912529.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6KTmKEfbsPgEFnMnHlYL5DIHHmU=/fit-in/200x150/pic1912529.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:56:11 + numplays: 0 + - objecttype: thing + objectid: 176189 + subtype: boardgame + collid: 43226520 + name: + sortindex: 1 + $t: >- + Zombicide: Black Plague + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/vs4UlIiZ1p3k5yIJ_vlvd2N-474=/0x0/pic2482309.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4PbWiS6M4DkRLz0ytCoy6supSr0=/fit-in/200x150/pic2482309.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-16 07:54:43 + numplays: 0 +username: nj3478 +layout: collection + +---diff --git a/_collections/sandygrains.md b/_collections/sandygrains.md new file mode 100644 index 0000000..ccc2e3c 100644 --- /dev/null +++ a/_collections/sandygrains.md @@ -1,0 +1,6 @@ +--- +games: null +username: sandygrains +layout: collection + +---diff --git a/_collections/shanky0o.md b/_collections/shanky0o.md new file mode 100644 index 0000000..80fd626 100644 --- /dev/null +++ a/_collections/shanky0o.md @@ -1,0 +1,2260 @@ +--- +games: + - objecttype: thing + objectid: 432 + subtype: boardgame + collid: 42454127 + name: + sortindex: 1 + $t: 6 nimmt! + yearpublished: 1994 + image: https://cf.geekdo-images.com/original/img/3Gg4GrqJwbhQHSYcw1TJJQDMsw8=/0x0/pic2602138.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/X51KVi_wJEP3x7i65tQUBNOmR3g=/fit-in/200x150/pic2602138.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-10 09:18:57 + numplays: 0 + - objecttype: thing + objectid: 68448 + subtype: boardgame + collid: 37722150 + name: + sortindex: 1 + $t: 7 Wonders + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/3DP_RW5lTX0WrV67s8qi8CsiXoQ=/0x0/pic860217.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Grz-qM9xwxlvQGK7B-MiljtO9pQ=/fit-in/200x150/pic860217.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-10-23 15:40:50 + numplays: 0 + - objecttype: thing + objectid: 173346 + subtype: boardgame + collid: 46212861 + name: + sortindex: 1 + $t: 7 Wonders Duel + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/M6wL1YFgW-PsdtJ328m2QiJf1K8=/0x0/pic3376065.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/cwWMq5feF7O4O82HJOK3WE5IZ6o=/fit-in/200x150/pic3376065.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:47:51 + numplays: 0 + - objecttype: thing + objectid: 180263 + subtype: boardgame + collid: 46212325 + name: + sortindex: 5 + $t: The 7th Continent + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/iQDBaRJ2LxJba_M7gPZj24eHwBc=/0x0/pic2648303.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zj6guxkAq2hrtEbLGFrIPCh4jv0=/fit-in/200x150/pic2648303.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:24:51 + numplays: 0 + - objecttype: thing + objectid: 5 + subtype: boardgame + collid: 46212981 + name: + sortindex: 1 + $t: Acquire + yearpublished: 1964 + image: https://cf.geekdo-images.com/original/img/Bz4tTHNpq6gUKFkJs0fJdVIGR1s=/0x0/pic3299296.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZODhu5g13HRQEcOgMP8oiRooQQc=/fit-in/200x150/pic3299296.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:51:13 + numplays: 0 + - objecttype: thing + objectid: 31260 + subtype: boardgame + collid: 46212865 + name: + sortindex: 1 + $t: Agricola + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/L-UBO3rBOmvIrZHZLSXOypyAUPw=/0x0/pic259085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zl48oz7IeKlgWJVBLYd0nFJumdA=/fit-in/200x150/pic259085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:45:26 + numplays: 0 + - objecttype: thing + objectid: 200680 + subtype: boardgame + collid: 46212717 + name: + sortindex: 1 + $t: Agricola &&#35;40;Revised Edition&&#35;41; + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/oQorPaOofq9lmHTOgjNpi8kDWAQ=/0x0/pic3029377.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3V5ljFZ9nCkiRrv9jobGMMsMBSA=/fit-in/200x150/pic3029377.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:38:31 + numplays: 0 + - objecttype: thing + objectid: 119890 + subtype: boardgame + collid: 46212947 + name: + sortindex: 1 + $t: >- + Agricola: All Creatures Big and Small + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/jeB8MXXENLZyEfwdcM5yD6OmUYw=/0x0/pic1514252.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Vt9igzurW29IDvWChj7AXzl8Fxs=/fit-in/200x150/pic1514252.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:49:43 + numplays: 0 + - objecttype: thing + objectid: 161970 + subtype: boardgame + collid: 41307139 + name: + sortindex: 1 + $t: Alchemists + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/VKBFHqR2xm0EFGWfb1sPJZctMCs=/0x0/pic2241156.png + thumbnail: https://cf.geekdo-images.com/thumb/img/4VjOkEjTXNR4KQMjaOK7JibjPSw=/fit-in/200x150/pic2241156.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:46:40 + numplays: 0 + - objecttype: thing + objectid: 5404 + subtype: boardgame + collid: 46212737 + name: + sortindex: 1 + $t: Amun-Re + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/RPLChjDoiJ07FkMcj1T5iAVmZ3M=/0x0/pic2748305.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/KvdzuxvCz-gGwFS_37RquCEB7yI=/fit-in/200x150/pic2748305.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:39:18 + numplays: 0 + - objecttype: thing + objectid: 170216 + subtype: boardgame + collid: 50277981 + name: + sortindex: 1 + $t: Blood Rage + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/p4IovYzLVXqxY40lbGUu92VxaIQ=/0x0/pic2439223.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/JPo2K0kSzYwCSqgEFdJbCzXFaTA=/fit-in/200x150/pic2439223.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-13 10:02:40 + numplays: 0 + - objecttype: thing + objectid: 144592 + subtype: boardgame + collid: 46212706 + name: + sortindex: 1 + $t: Bruxelles 1893 + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/g-sRalMdRYQ6vL99M6J5fEpNSrc=/0x0/pic1726346.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/D3WxQJyTEgEXgRZHzo5Qo57x4O0=/fit-in/200x150/pic1726346.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:38:09 + numplays: 0 + - objecttype: thing + objectid: 155362 + subtype: boardgame + collid: 46213467 + name: + sortindex: 1 + $t: Ca$h 'n Guns &&#35;40;Second Edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/8KLIxTYLxC6CTzJZfMLxlm9f8B4=/0x0/pic2907864.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7xupWQbyCBFchLyKNzR8axA9K5Q=/fit-in/200x150/pic2907864.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:09:06 + numplays: 0 + - objecttype: thing + objectid: 129294 + subtype: boardgame + collid: 37016812 + name: + sortindex: 1 + $t: Campaign Trail + yearpublished: 2018 + image: https://cf.geekdo-images.com/original/img/hdG7FuiOksUn3-oOUGHKtFCpcQw=/0x0/pic2926994.png + thumbnail: https://cf.geekdo-images.com/thumb/img/qugo6XW2y-_9_QkE9SAGZ61n__Y=/fit-in/200x150/pic2926994.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:40:30 + numplays: 0 + - objecttype: thing + objectid: 171131 + subtype: boardgame + collid: 44411729 + name: + sortindex: 1 + $t: Captain Sonar + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/rVAq1lKg98oU6tvLjERL-ZNiMfc=/0x0/pic3013621.png + thumbnail: https://cf.geekdo-images.com/thumb/img/GU81dh5VyVWiy1mHI028ALT3Gsw=/fit-in/200x150/pic3013621.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-10 04:25:06 + numplays: 0 + - objecttype: thing + objectid: 822 + subtype: boardgame + collid: 43692794 + name: + sortindex: 1 + $t: Carcassonne + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/o4p6f88SGE899BTNMzTvERVWZ-M=/0x0/pic2337577.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/kqE4YJSm5PVkocYGl-V_IJcZQw4=/fit-in/200x150/pic2337577.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-09 08:14:51 + numplays: 0 + - objecttype: thing + objectid: 84876 + subtype: boardgame + collid: 37310975 + name: + sortindex: 5 + $t: The Castles of Burgundy + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/w3EsrbF6-Gvr5_qBeF7YL1Rslnk=/0x0/pic1176894.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQrgUYzyNADux66REz6_rfF26HU=/fit-in/200x150/pic1176894.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 05:53:27 + numplays: 0 + - objecttype: thing + objectid: 13 + subtype: boardgame + collid: 46213421 + name: + sortindex: 1 + $t: Catan + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/A-0yDJkve0avEicYQ4HoNO-HkK8=/0x0/pic2419375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/g8LvJsd2oLAub6AEKN_Xpdoi8Sw=/fit-in/200x150/pic2419375.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:07:34 + numplays: 0 + - objecttype: thing + objectid: 18602 + subtype: boardgame + collid: 46212876 + name: + sortindex: 1 + $t: Caylus + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/90BzC8_Dgc9uDswnZsu7Qa3oHvI=/0x0/pic1638795.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/_oLgT5QRIiBJsUqDxJvjB5p4O6U=/fit-in/200x150/pic1638795.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:06:16 + numplays: 0 + - objecttype: thing + objectid: 197376 + subtype: boardgame + collid: 46212354 + name: + sortindex: 1 + $t: Charterstone + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/QSEaUq4_I2KoVDrF1FGNJ7eAINs=/0x0/pic3322613.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DQUhxG_Aiv37LqVSYIUO5hRVN_w=/fit-in/200x150/pic3322613.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:25:59 + numplays: 0 + - objecttype: thing + objectid: 478 + subtype: boardgame + collid: 46213527 + name: + sortindex: 1 + $t: Citadels + yearpublished: 2000 + image: https://cf.geekdo-images.com/original/img/URnubCk0xqx2UN9dW10JO22V4qg=/0x0/pic3239104.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/8WHy1HRwSF8DAf7Dg-wdGIHFXKE=/fit-in/200x150/pic3239104.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:11:29 + numplays: 0 + - objecttype: thing + objectid: 233371 + subtype: boardgame + collid: 53151821 + name: + sortindex: 1 + $t: Clank! In! Space! + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/fABHPKiMqPXzFg5fgybJSJkpMuY=/0x0/pic3720843.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/NuRaS9WO2xh7x9gliOg8At5rPTM=/fit-in/200x150/pic3720843.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 14:41:45 + numplays: 0 + - objecttype: thing + objectid: 178900 + subtype: boardgame + collid: 37722147 + name: + sortindex: 1 + $t: Codenames + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/MJ6MNz8-_rb1C2VUTnYBTYOiiy0=/0x0/pic2582929.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/jEZ06Ca_jj1919XUS4DgBaaxAN8=/fit-in/200x150/pic2582929.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-26 08:19:22 + numplays: 0 + - objecttype: thing + objectid: 146130 + subtype: boardgame + collid: 37033813 + name: + sortindex: 1 + $t: Coin Age + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/DxMuO00wqoNLQ_PU89coHaZwWds=/0x0/pic1753319.png + thumbnail: https://cf.geekdo-images.com/thumb/img/q-tbOjanWSwUIkPwUN6B3cFZ3Fo=/fit-in/200x150/pic1753319.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:40:45 + numplays: 0 + - objecttype: thing + objectid: 5782 + subtype: boardgame + collid: 37073208 + name: + sortindex: 1 + $t: Coloretto + yearpublished: 2003 + image: https://cf.geekdo-images.com/original/img/YDS-_1noWJnB9GYf0VMdxgXscVI=/0x0/pic149765.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/OX0qdJwa3e0l03bT_olk4ymTvso=/fit-in/200x150/pic149765.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:39:27 + numplays: 0 + - objecttype: thing + objectid: 158899 + subtype: boardgame + collid: 44185813 + name: + sortindex: 1 + $t: Colt Express + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/n9uCTxxSSZXPVnXRPSgGl6uZQ2w=/0x0/pic2869710.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6188rcXHtB6GG-uhVKycacjIzuQ=/fit-in/200x150/pic2869710.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-01 05:28:04 + numplays: 0 + - objecttype: thing + objectid: 140863 + subtype: boardgame + collid: 37073186 + name: + sortindex: 1 + $t: Council of Verona + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/mXbpNfCxTl3sMWG29C2vhSs-7EM=/0x0/pic1673162.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/FOuqQEiQI-HoLcsGWT2heXsYXJo=/fit-in/200x150/pic1673162.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:39:33 + numplays: 0 + - objecttype: thing + objectid: 131357 + subtype: boardgame + collid: 38913346 + name: + sortindex: 1 + $t: Coup + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/4zmqrQ4v-rufRQM_oinFDQ6HykI=/0x0/pic2016054.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZsRtgIExTwWphMDZPH1hG-CR8os=/fit-in/200x150/pic2016054.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:09:10 + numplays: 0 + - objecttype: thing + objectid: 72225 + subtype: boardgame + collid: 46212282 + name: + sortindex: 1 + $t: COâ‚‚ + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/tcs6BRqLFMbN1tEd-3MGaETdVaU=/0x0/pic1350204.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LyOJAVy6QpPuVXGtAViukgNzBkQ=/fit-in/200x150/pic1350204.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:23:17 + numplays: 0 + - objecttype: thing + objectid: 54998 + subtype: boardgame + collid: 43692791 + name: + sortindex: 1 + $t: Cyclades + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/vNjql8aAkLhcsSx6YWPnHxiHrs4=/0x0/pic584779.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/LzbqfgQxxGqe4OlNM8sxBR8rYd8=/fit-in/200x150/pic584779.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-07-09 08:14:39 + numplays: 0 + - objecttype: thing + objectid: 193037 + subtype: boardgame + collid: 41648083 + name: + sortindex: 1 + $t: >- + Dead of Winter: The Long Night + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/ZLQYXI0DERFPJ1xC8PuJY__RY28=/0x0/pic2906832.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x1m6AT2DUI7Q74AkY4PhpdxCjMQ=/fit-in/200x150/pic2906832.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:49:24 + numplays: 0 + - objecttype: thing + objectid: 169654 + subtype: boardgame + collid: 46213471 + name: + sortindex: 1 + $t: Deep Sea Adventure + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/BWeLxC-0-wJc06kTFf0fOMa9BuQ=/0x0/pic3169827.png + thumbnail: https://cf.geekdo-images.com/thumb/img/k5R4a5mNxN6RY3cfBt5KD17RuQI=/fit-in/200x150/pic3169827.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:09:14 + numplays: 0 + - objecttype: thing + objectid: 39856 + subtype: boardgame + collid: 41859832 + name: + sortindex: 1 + $t: Dixit + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/m74nctbYaqTy03r8s_i_KTyvbYQ=/0x0/pic3483909.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/-pTlIzjMjawpDvdG3TBwsUrHrk4=/fit-in/200x150/pic3483909.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:49:52 + numplays: 0 + - objecttype: thing + objectid: 158435 + subtype: boardgame + collid: 53151724 + name: + sortindex: 1 + $t: Dogs of War + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/sZho8jZ3THwS6flUymfMQnrWzJY=/0x0/pic2682914.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yGCrJTwqy6F7FnUQZfE6qIHmFZk=/fit-in/200x150/pic2682914.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 14:36:05 + numplays: 0 + - objecttype: thing + objectid: 36218 + subtype: boardgame + collid: 46212890 + name: + sortindex: 1 + $t: Dominion + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/oN8CHUZ8CF6P1dFnhMCJXvE8SOk=/0x0/pic394356.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iPlTR5cXFGrDuhupUgWGPjFjDPo=/fit-in/200x150/pic394356.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:46:18 + numplays: 0 + - objecttype: thing + objectid: 13004 + subtype: boardgame + collid: 46260837 + name: + sortindex: 5 + $t: The Downfall of Pompeii + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/tdrVnTL9-88Dx6YhGy75gLFaUJU=/0x0/pic1685805.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/1Gw15hpB5RYz4UM5ZI2CJMFulAc=/fit-in/200x150/pic1685805.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-11-12 02:13:24 + numplays: 0 + - objecttype: thing + objectid: 187273 + subtype: boardgame + collid: 43366825 + name: + sortindex: 5 + $t: The Dresden Files Cooperative Card Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/7nRDW339jxPoUJHOP-1l9M35_D4=/0x0/pic3488616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/m1tgsk2OpHU1nyRlzH6cb3h2TKQ=/fit-in/200x150/pic3488616.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-23 03:42:29 + numplays: 0 + - objecttype: thing + objectid: 131366 + subtype: boardgame + collid: 43366831 + name: + sortindex: 1 + $t: Eight-Minute Empire + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/09AXBeSpJUsL1JR7ol5PBdKEsbQ=/0x0/pic1443212.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/9H_PcD4s4HrOBmk44G_kSSxMrZw=/fit-in/200x150/pic1443212.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-24 06:39:55 + numplays: 0 + - objecttype: thing + objectid: 142326 + subtype: boardgame + collid: 46260835 + name: + sortindex: 1 + $t: >- + Eight-Minute Empire: Legends + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/y94-taBtu9UygIYOYaAC8byHelg=/0x0/pic1708628.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/tnxJek8BI1yvKjGypaLu7IwwXx8=/fit-in/200x150/pic1708628.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-24 06:40:03 + numplays: 0 + - objecttype: thing + objectid: 163641 + subtype: boardgame + collid: 53151755 + name: + sortindex: 1 + $t: >- + Eminent Domain: Battlecruisers + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/yTeytPARTVczwe4jiYNUT4MWZ8Q=/0x0/pic2399321.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/DXfEeg1QwwTnAYBvlgFnarj3I9Q=/fit-in/200x150/pic2399321.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 14:37:39 + numplays: 0 + - objecttype: thing + objectid: 155703 + subtype: boardgame + collid: 44511854 + name: + sortindex: 1 + $t: Evolution + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/ThUHq10tpEdS4cbNUGmdovJ-eok=/0x0/pic3543505.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/YBOBavnfOzKqSgjvXDNcnAHnk5g=/fit-in/200x150/pic3543505.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:16:18 + numplays: 0 + - objecttype: thing + objectid: 172242 + subtype: boardgame + collid: 41993898 + name: + sortindex: 1 + $t: >- + Exploding Kittens: NSFW Deck + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/jOlEGT4WWuCOaUtvyz0jNrVhni0=/0x0/pic2815278.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TxEigL5CVkmx1abe9ZKkugChMCU=/fit-in/200x150/pic2815278.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-20 04:21:56 + numplays: 0 + - objecttype: thing + objectid: 175914 + subtype: boardgame + collid: 46212313 + name: + sortindex: 1 + $t: Food Chain Magnate + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/wYRsC32bPDRShIYzWs2hUglfcTc=/0x0/pic2649434.png + thumbnail: https://cf.geekdo-images.com/thumb/img/Z65c_HVftPZH-bSy_C5tAxvLIkA=/fit-in/200x150/pic2649434.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:24:18 + numplays: 0 + - objecttype: thing + objectid: 172 + subtype: boardgame + collid: 43366866 + name: + sortindex: 1 + $t: For Sale + yearpublished: 1997 + image: https://cf.geekdo-images.com/original/img/vw0xKvS_ZIxGKFVSDtvPnebUI9A=/0x0/pic1513085.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/F2K71-jsnipHghuOl2dUbnBQlm4=/fit-in/200x150/pic1513085.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 14:12:21 + numplays: 0 + - objecttype: thing + objectid: 136063 + subtype: boardgame + collid: 46213520 + name: + sortindex: 1 + $t: Forbidden Desert + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/wYvf6LExNhb3rflp_QYmCK_NhMc=/0x0/pic1528722.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/gm5d7sO006n-WTSG2ynzyLz169A=/fit-in/200x150/pic1528722.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:11:06 + numplays: 0 + - objecttype: thing + objectid: 31481 + subtype: boardgame + collid: 41648067 + name: + sortindex: 1 + $t: Galaxy Trucker + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/v0GLWVGXtaYIglLktLUBRr3s4gE=/0x0/pic3926631.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/90es3_t2C0hkBKwUFBRCGWU9TQ4=/fit-in/200x150/pic3926631.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 05:54:10 + numplays: 0 + - objecttype: thing + objectid: 125153 + subtype: boardgame + collid: 46213399 + name: + sortindex: 5 + $t: The Gallerist + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/Ye9XSo3Ozz93R3ofXYHWfC_pMFg=/0x0/pic2503200.png + thumbnail: https://cf.geekdo-images.com/thumb/img/tPHIAIqKX1X3Ycl_PxiT2iBtY8E=/fit-in/200x150/pic2503200.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:06:28 + numplays: 0 + - objecttype: thing + objectid: 66362 + subtype: boardgame + collid: 46212392 + name: + sortindex: 1 + $t: Glen More + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/W2LIAOd9GntolWuLi-j0flI2SwE=/0x0/pic1013640.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TfiGkGa01rtdtrikpVUIsHHYo_k=/fit-in/200x150/pic1013640.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:27:10 + numplays: 0 + - objecttype: thing + objectid: 174430 + subtype: boardgame + collid: 46212302 + name: + sortindex: 1 + $t: Gloomhaven + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/lDN358RgcYvQfYYN6Oy2TXpifyM=/0x0/pic2437871.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/e7GyV4PaNtwmalU-EQAGecwoBSI=/fit-in/200x150/pic2437871.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:24:00 + numplays: 0 + - objecttype: thing + objectid: 98778 + subtype: boardgame + collid: 37073198 + name: + sortindex: 1 + $t: Hanabi + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/Wkrf8z3pMlOFKwxafbw9-Ob404s=/0x0/pic2007286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/43_iOPRGbt6KUK1iwH4T38-4XYY=/fit-in/200x150/pic2007286.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:39:40 + numplays: 0 + - objecttype: thing + objectid: 2655 + subtype: boardgame + collid: 38913339 + name: + sortindex: 1 + $t: Hive + yearpublished: 2001 + image: https://cf.geekdo-images.com/original/img/_EUpzmJKbLkOwYMZA_sOmyjGnlI=/0x0/pic791151.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/QRIjEgV1_HH5x27_MAK_--oWSLU=/fit-in/200x150/pic791151.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:39:52 + numplays: 0 + - objecttype: thing + objectid: 204053 + subtype: boardgame + collid: 41993895 + name: + sortindex: 1 + $t: Imploding Kittens + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/Q6rFG2Yg3sGQDY5Fek8V-e0zmTQ=/0x0/pic3518497.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ym5ImeRvSyZabs_DBAHV8gWkN4=/fit-in/200x150/pic3518497.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-20 04:21:47 + numplays: 0 + - objecttype: thing + objectid: 63888 + subtype: boardgame + collid: 53151750 + name: + sortindex: 1 + $t: Innovation + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/YHDTCAKpEQRiteHDT8iA6rhFaW4=/0x0/pic2966859.png + thumbnail: https://cf.geekdo-images.com/thumb/img/OREMtj2eBuAekzgPxVFovcyL6qM=/fit-in/200x150/pic2966859.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 14:37:20 + numplays: 0 + - objecttype: thing + objectid: 148949 + subtype: boardgame + collid: 37722157 + name: + sortindex: 1 + $t: Istanbul + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/mJdCiWN7ePw8Q73GDhXupvKfOnE=/0x0/pic1885326.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ruG3shsJXCfvy_pdu1AWflBjorM=/fit-in/200x150/pic1885326.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-10-23 15:41:04 + numplays: 0 + - objecttype: thing + objectid: 54043 + subtype: boardgame + collid: 41859826 + name: + sortindex: 1 + $t: Jaipur + yearpublished: 2009 + image: https://cf.geekdo-images.com/original/img/I1nrFom8YN8H7wJFMRwj14Xl6MI=/0x0/pic725500.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/aY5jcAG7ayQzj9tLhXHPI47kFpo=/fit-in/200x150/pic725500.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:47:08 + numplays: 0 + - objecttype: thing + objectid: 160499 + subtype: boardgame + collid: 46213530 + name: + sortindex: 1 + $t: King of New York + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/R0dEpSy_FsE2iKVDL9Gn5Z8TYx0=/0x0/pic2407103.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WaW2VsdMYT0Xh3JWcuLA9e-L85Y=/fit-in/200x150/pic2407103.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:11:36 + numplays: 0 + - objecttype: thing + objectid: 70323 + subtype: boardgame + collid: 46212968 + name: + sortindex: 1 + $t: King of Tokyo + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/ajEqmO5djVibsC72Ek1citOCJNA=/0x0/pic3043734.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/iEQpTdf7xHrGznRhdNBMiKy_mIM=/fit-in/200x150/pic3043734.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:50:32 + numplays: 0 + - objecttype: thing + objectid: 204583 + subtype: boardgame + collid: 44185814 + name: + sortindex: 1 + $t: Kingdomino + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/iDSCIiCAd9SQHv3WoYX0QdvDE_0=/0x0/pic3132685.png + thumbnail: https://cf.geekdo-images.com/thumb/img/gE7UpZsOyGWZrENKvoEA9ovTVqc=/fit-in/200x150/pic3132685.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-01 05:28:16 + numplays: 0 + - objecttype: thing + objectid: 140535 + subtype: boardgame + collid: 37073222 + name: + sortindex: 1 + $t: KoryÅ + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/kePUzMq2mhti3pDda3fyGuYVQ3A=/0x0/pic1858262.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Sgu7NpwQlDmJqrlujmYYaNFmzc0=/fit-in/200x150/pic1858262.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-09-24 05:16:32 + numplays: 0 + - objecttype: thing + objectid: 96913 + subtype: boardgame + collid: 46212701 + name: + sortindex: 1 + $t: Lancaster + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/b0cbNvQGexNkS94CaOFMp_8Rolc=/0x0/pic1280761.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/vki3m3FX-weKT-yTyk6IEw6AcIQ=/fit-in/200x150/pic1280761.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:38:03 + numplays: 0 + - objecttype: thing + objectid: 161533 + subtype: boardgame + collid: 46212274 + name: + sortindex: 1 + $t: Lisboa + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/k4JCDnjnu5YRn5QA8njFeRMbulk=/0x0/pic3209553.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TEdRetBxKyHnXpbQFmafKQqvQa4=/fit-in/200x150/pic3209553.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:23:05 + numplays: 0 + - objecttype: thing + objectid: 110327 + subtype: boardgame + collid: 37722154 + name: + sortindex: 1 + $t: Lords of Waterdeep + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/PTVnjG9ersdKq6feZTpq5SkiPPw=/0x0/pic1116080.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/26Ef_y4lLwV5qhRgZUAEpkno55g=/fit-in/200x150/pic1116080.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-10-23 15:40:58 + numplays: 0 + - objecttype: thing + objectid: 129622 + subtype: boardgame + collid: 38913343 + name: + sortindex: 1 + $t: Love Letter + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/GuLL8qnP2Kv6cJatUQskLg9Ad0s=/0x0/pic1401448.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/5UWTReXVz1-gn2t0eiFzeosvfWs=/fit-in/200x150/pic1401448.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:38:32 + numplays: 0 + - objecttype: thing + objectid: 96848 + subtype: boardgame + collid: 46212305 + name: + sortindex: 1 + $t: Mage Knight Board Game + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/AGyvx6NYd6Kq4HUztAObQVLEFWY=/0x0/pic1083380.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/H1uPmDmOdUnsnylMEwBILm_n_S0=/fit-in/200x150/pic1083380.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:24:09 + numplays: 0 + - objecttype: thing + objectid: 176734 + subtype: boardgame + collid: 46213395 + name: + sortindex: 5 + $t: >- + The Manhattan Project: Energy Empire + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/GSHyEtCfCyEkTnFPxkUqUQnY4-U=/0x0/pic3048617.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/zVheB-lQha3828-e2kTkpdR6PBo=/fit-in/200x150/pic3048617.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:06:23 + numplays: 0 + - objecttype: thing + objectid: 46 + subtype: boardgame + collid: 46213437 + name: + sortindex: 1 + $t: Medici + yearpublished: 1995 + image: https://cf.geekdo-images.com/original/img/FtHCVn5NXYkTgZQjgnKDrOfPeVE=/0x0/pic2672797.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/EjKkQsCeiY9__j1u1Fv6GPNLQ-M=/fit-in/200x150/pic2672797.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 14:36:37 + numplays: 0 + - objecttype: thing + objectid: 72287 + subtype: boardgame + collid: 42472399 + name: + sortindex: 1 + $t: Mr. Jack Pocket + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/dQ0ES_SKxG2oXbhKy73RVQEdNvw=/0x0/pic1519530.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/3OjHgZ1MIGRAFnmD0fcuUDk-Nng=/fit-in/200x150/pic1519530.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-05-11 06:35:52 + numplays: 0 + - objecttype: thing + objectid: 126042 + subtype: boardgame + collid: 46212908 + name: + sortindex: 1 + $t: Nations + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/6Zne9rNVAxgEzMmf4WmcEtH_xsc=/0x0/pic1591406.png + thumbnail: https://cf.geekdo-images.com/thumb/img/2a-6_ihKoPWUe8yEUpz3Vi1UiX0=/fit-in/200x150/pic1591406.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:46:56 + numplays: 0 + - objecttype: thing + objectid: 12942 + subtype: boardgame + collid: 38913342 + name: + sortindex: 1 + $t: No Thanks! + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/HJwrx8rbN5FNNAoo79EzhKVaqMU=/0x0/pic3989551.png + thumbnail: https://cf.geekdo-images.com/thumb/img/xW4bCDVJmW3ioJGG6q6JmDC-xDk=/fit-in/200x150/pic3989551.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:40:12 + numplays: 0 + - objecttype: thing + objectid: 147949 + subtype: boardgame + collid: 44511862 + name: + sortindex: 1 + $t: One Night Ultimate Werewolf + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/r7HeuJg7g-g4gEIeIZv6x0gVL9E=/0x0/pic1809823.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/E1Aka3dgRRi0d_yg3LpZi4948iY=/fit-in/200x150/pic1809823.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:08:47 + numplays: 0 + - objecttype: thing + objectid: 160477 + subtype: boardgame + collid: 46212960 + name: + sortindex: 1 + $t: Onitama + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/Z1Cr_AvOTXmshbEqBaZ8C9f8_Gc=/0x0/pic2904046.png + thumbnail: https://cf.geekdo-images.com/thumb/img/faDIdb9tWLzn86KsV2PjrTwBXKg=/fit-in/200x150/pic2904046.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:50:18 + numplays: 0 + - objecttype: thing + objectid: 30549 + subtype: boardgame + collid: 46212892 + name: + sortindex: 1 + $t: Pandemic + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/j-pfXZ_0GmOowohzD_T6NDAWGSA=/0x0/pic1534148.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/HEKrtpTC1y1amXh5cKnVvowyE5Y=/fit-in/200x150/pic1534148.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:46:26 + numplays: 0 + - objecttype: thing + objectid: 161936 + subtype: boardgame + collid: 46212344 + name: + sortindex: 1 + $t: >- + Pandemic Legacy: Season 1 + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/P_SwsOtPLqgk2ScCgI2YrI9Rg6I=/0x0/pic2452831.png + thumbnail: https://cf.geekdo-images.com/thumb/img/WI5NmPd9C3PpRvHKoP4a0Ettlao=/fit-in/200x150/pic2452831.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 14:37:02 + numplays: 0 + - objecttype: thing + objectid: 156009 + subtype: boardgame + collid: 46213217 + name: + sortindex: 1 + $t: Port Royal + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/UK6PTwYoaZLwVUmBBX7YZsPHwY0=/0x0/pic1949286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/lScw1PG9o-NcEKxws_prQsXDJBM=/fit-in/200x150/pic1949286.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:00:01 + numplays: 0 + - objecttype: thing + objectid: 2651 + subtype: boardgame + collid: 37722140 + name: + sortindex: 1 + $t: Power Grid + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/_3ewTndfCEMACKeTMPnREyvyX60=/0x0/pic173153.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/N8G4kI6LcDLc5-NtVlXWpZDh6xA=/fit-in/200x150/pic173153.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2016-10-23 15:40:29 + numplays: 0 + - objecttype: thing + objectid: 3076 + subtype: boardgame + collid: 37722095 + name: + sortindex: 1 + $t: Puerto Rico + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/RvdWBkmDks7AN8sodR4PyVcponA=/0x0/pic158548.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pYFq1WbW-LIQCvWCFxjQuDC-nho=/fit-in/200x150/pic158548.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-02-21 11:30:30 + numplays: 0 + - objecttype: thing + objectid: 12 + subtype: boardgame + collid: 46212689 + name: + sortindex: 1 + $t: Ra + yearpublished: 1999 + image: https://cf.geekdo-images.com/original/img/iA_LlRmPfFILGon-zvbWeEzxvX8=/0x0/pic3013552.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/6d0zX3j56NknAus56Wf_WqN7S9s=/fit-in/200x150/pic3013552.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:37:33 + numplays: 0 + - objecttype: thing + objectid: 28143 + subtype: boardgame + collid: 43366834 + name: + sortindex: 1 + $t: Race for the Galaxy + yearpublished: 2007 + image: https://cf.geekdo-images.com/original/img/-2F-mPR0ssTm2IAsMAvnZzR0dn4=/0x0/pic236327.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rORrfB3lPWLRN_tfdDl_oSbzwyo=/fit-in/200x150/pic236327.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:48:17 + numplays: 0 + - objecttype: thing + objectid: 161417 + subtype: boardgame + collid: 44511852 + name: + sortindex: 1 + $t: Red7 + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/BlQg-C_qu02XAyIXZICX9znzfF0=/0x0/pic2247258.png + thumbnail: https://cf.geekdo-images.com/thumb/img/JM0RKIsQGjrSVn-OJY42BYWl42I=/fit-in/200x150/pic2247258.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-14 03:07:25 + numplays: 0 + - objecttype: thing + objectid: 128882 + subtype: boardgame + collid: 46212902 + name: + sortindex: 5 + $t: >- + The Resistance: Avalon + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/kFDTpCfe476T1bzZUtNAbGyIjNg=/0x0/pic1398895.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/rSivtcma94IGqMyHgzgfhjcyYDs=/fit-in/200x150/pic1398895.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:46:47 + numplays: 0 + - objecttype: thing + objectid: 144344 + subtype: boardgame + collid: 46212953 + name: + sortindex: 1 + $t: Rococo + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/h4juFKZn1M56dsCtVnNsRYyvCs0=/0x0/pic1795272.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/7ANayrLTpLZ6YwzPLLsKjXP8z7s=/fit-in/200x150/pic1795272.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:50:03 + numplays: 0 + - objecttype: thing + objectid: 9220 + subtype: boardgame + collid: 41859839 + name: + sortindex: 1 + $t: Saboteur + yearpublished: 2004 + image: https://cf.geekdo-images.com/original/img/jhL_ucB9VxMroXQc5Zx0oGstH2U=/0x0/pic3989824.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/G3hBcPutljcUb7_JSG9sNDJ4ZRY=/fit-in/200x150/pic3989824.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:37:09 + numplays: 0 + - objecttype: thing + objectid: 166669 + subtype: boardgame + collid: 46212734 + name: + sortindex: 1 + $t: San Juan &&#35;40;second edition&&#35;41; + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/VvKqy5OR6AsAFk0qTpuw745fXII=/0x0/pic2305703.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WhvEFewGw44EAtvWeKIfEGGfV8o=/fit-in/200x150/pic2305703.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 1 + wishlistpriority: 3 + preordered: 0 + lastmodified: 2017-10-22 13:39:11 + numplays: 0 + - objecttype: thing + objectid: 169786 + subtype: boardgame + collid: 46212859 + name: + sortindex: 1 + $t: Scythe + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/enxCZt0Cn78-rlvmPvGtOej1ios=/0x0/pic3163924.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/ZpuWhZuKrFry__SY8CTRuQp35rk=/fit-in/200x150/pic3163924.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:45:09 + numplays: 0 + - objecttype: thing + objectid: 108745 + subtype: boardgame + collid: 46212708 + name: + sortindex: 1 + $t: Seasons + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/KIQ10GbCcfxPNQKUOMWEMVKA9Ao=/0x0/pic1299390.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/TC3PSimD_9eYhEhQ-fNzAy6Xdpo=/fit-in/200x150/pic1299390.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:38:16 + numplays: 0 + - objecttype: thing + objectid: 188834 + subtype: boardgame + collid: 41648072 + name: + sortindex: 1 + $t: Secret Hitler + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/pgc-IHtFYJSsHEhBt_pFixeQf1I=/0x0/pic2771488.png + thumbnail: https://cf.geekdo-images.com/thumb/img/VD5sW-DorLo_YBjyXrhaXHwZT_4=/fit-in/200x150/pic2771488.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 05:54:32 + numplays: 0 + - objecttype: thing + objectid: 157969 + subtype: boardgame + collid: 46213518 + name: + sortindex: 1 + $t: Sheriff of Nottingham + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/LhRnbdwJ77VnRI_yQg2ZFiwEq1E=/0x0/pic2075830.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/18ToCY0hvajoDtgqXaB6T7inL8Y=/fit-in/200x150/pic2075830.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:11:01 + numplays: 0 + - objecttype: thing + objectid: 191177 + subtype: boardgame + collid: 41648100 + name: + sortindex: 1 + $t: >- + Space Race: The Card Game + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/jDNzHiKs_MuYC_yZN72AbOamvak=/0x0/pic3545293.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/czgH8ZlTwU354RNkfK7UFxZRRT4=/fit-in/200x150/pic3545293.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-04 05:56:05 + numplays: 0 + - objecttype: thing + objectid: 148228 + subtype: boardgame + collid: 46212913 + name: + sortindex: 1 + $t: Splendor + yearpublished: 2014 + image: https://cf.geekdo-images.com/original/img/PgaVULm0QKeFV2zTro4hJEb70Yk=/0x0/pic1904079.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/x-l6MKgcj-wBZfgX1ttvO5MRcJ4=/fit-in/200x150/pic1904079.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:47:15 + numplays: 0 + - objecttype: thing + objectid: 191387 + subtype: boardgame + collid: 37016876 + name: + sortindex: 1 + $t: >- + Star Trek: The Dice Game + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/edSkGB5ewcX49hWU4x3hX-OpW6Q=/0x0/pic2994207.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UlWDAZRvLqEQhh1cgYMrfpJ9U6k=/fit-in/200x150/pic2994207.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:40:17 + numplays: 0 + - objecttype: thing + objectid: 161614 + subtype: boardgame + collid: 53151740 + name: + sortindex: 1 + $t: Stockpile + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/8cAEMIcbIiJtdiUh8xVzWFteO3M=/0x0/pic2537618.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/QWe7CSk58qXmLJt8zWBgmvEcHw8=/fit-in/200x150/pic2537618.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-07-27 14:36:50 + numplays: 0 + - objecttype: thing + objectid: 34635 + subtype: boardgame + collid: 46212898 + name: + sortindex: 1 + $t: Stone Age + yearpublished: 2008 + image: https://cf.geekdo-images.com/original/img/Dt2tBgnvuWww89kSQqOW0vvEJr4=/0x0/pic1632539.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/59G6_Csm5HEfb3xik6W-_6sihuQ=/fit-in/200x150/pic1632539.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:46:35 + numplays: 0 + - objecttype: thing + objectid: 192291 + subtype: boardgame + collid: 44411731 + name: + sortindex: 1 + $t: Sushi Go Party! + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/IDxIxVzcUPT2F7HUuBnAIZvKrBA=/0x0/pic3031286.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/A8D6DQy46g02YlMicTyhlJza1jQ=/fit-in/200x150/pic3031286.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-10 04:25:15 + numplays: 0 + - objecttype: thing + objectid: 133473 + subtype: boardgame + collid: 41648088 + name: + sortindex: 1 + $t: Sushi Go! + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/IlYW00i351ucPwf_aHiE0v-HNdM=/0x0/pic1900075.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0y6Je0vh3QP_BhYHNxn6w8TafHk=/fit-in/200x150/pic1900075.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:11:24 + numplays: 0 + - objecttype: thing + objectid: 120677 + subtype: boardgame + collid: 41648077 + name: + sortindex: 1 + $t: Terra Mystica + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/CynjY3GgwPTg34abNIv8eLX1pXs=/0x0/pic1356616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/P-H2xOKpbkVCoDTGOZL_B8jLdgc=/fit-in/200x150/pic1356616.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:47:35 + numplays: 0 + - objecttype: thing + objectid: 167791 + subtype: boardgame + collid: 46212853 + name: + sortindex: 1 + $t: Terraforming Mars + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/o8z_levBVArPUKI7ZrIysZEs1A0=/0x0/pic3536616.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/yFqQ569DfL8NSTGTUw0vF9SCR7k=/fit-in/200x150/pic3536616.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-13 10:02:22 + numplays: 0 + - objecttype: thing + objectid: 75828 + subtype: boardgame + collid: 37016909 + name: + sortindex: 5 + $t: The Thing + yearpublished: 2010 + image: https://cf.geekdo-images.com/original/img/ukusjDaBJvE0GDvzk49uStigXJg=/0x0/pic1345067.png + thumbnail: https://cf.geekdo-images.com/thumb/img/xkMRhl-Yn9trbnYdoun9GFqRVN8=/fit-in/200x150/pic1345067.png + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:40:21 + numplays: 0 + - objecttype: thing + objectid: 182028 + subtype: boardgame + collid: 46212847 + name: + sortindex: 1 + $t: >- + Through the Ages: A New Story of Civilization + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/1d2h-kr4r_9xsss2Br6iMvjR9q0=/0x0/pic2663291.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/Ohqc2KTYdureA4PNjMqLXP4mUlU=/fit-in/200x150/pic2663291.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-13 10:01:56 + numplays: 0 + - objecttype: thing + objectid: 25613 + subtype: boardgame + collid: 50277967 + name: + sortindex: 1 + $t: >- + Through the Ages: A Story of Civilization + yearpublished: 2006 + image: https://cf.geekdo-images.com/original/img/xeBBIO9BN7HGMxQdTw5zk5Hxou8=/0x0/pic236169.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/dZz-qOBJAE-JIsBt1Fvg4DXKwQ0=/fit-in/200x150/pic236169.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-03-13 10:01:47 + numplays: 0 + - objecttype: thing + objectid: 215 + subtype: boardgame + collid: 37235365 + name: + sortindex: 1 + $t: Tichu + yearpublished: 1991 + image: https://cf.geekdo-images.com/original/img/4mtym39nvO7r5AkNoYVxdvPbyOc=/0x0/pic169494.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/UELRoFpEMscpyLPf7Sh7m6LamY4=/fit-in/200x150/pic169494.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-04-14 04:40:25 + numplays: 0 + - objecttype: thing + objectid: 102680 + subtype: boardgame + collid: 43366836 + name: + sortindex: 1 + $t: Trajan + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/cEaycXgp7DqVD2lORAUJ2IzgozU=/0x0/pic1054375.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/nKAeuNIMoyIyzMilVurhLTU9Qq4=/fit-in/200x150/pic1054375.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-23 03:44:00 + numplays: 0 + - objecttype: thing + objectid: 134352 + subtype: boardgame + collid: 44511859 + name: + sortindex: 1 + $t: Two Rooms and a Boom + yearpublished: 2013 + image: https://cf.geekdo-images.com/original/img/59vCXZGUYwAeoe2nILFyiCmuDZA=/0x0/pic2335221.png + thumbnail: https://cf.geekdo-images.com/thumb/img/IJPe0CYJ9RC7jIvHLm7ixIHhY_Q=/fit-in/200x150/pic2335221.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-08-14 03:08:19 + numplays: 0 + - objecttype: thing + objectid: 126163 + subtype: boardgame + collid: 46212874 + name: + sortindex: 1 + $t: >- + Tzolk'in: The Mayan Calendar + yearpublished: 2012 + image: https://cf.geekdo-images.com/original/img/b_3SHZiUpcmrIT5hU8wVF0SDX8k=/0x0/pic1413480.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/RFxQzKDZgLqZ6oCtclSQHMbDlfk=/fit-in/200x150/pic1413480.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:48:07 + numplays: 0 + - objecttype: thing + objectid: 183394 + subtype: boardgame + collid: 46212871 + name: + sortindex: 1 + $t: Viticulture Essential Edition + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/6KQbzbjV6HlxDZeqPwmrmR3gn6w=/0x0/pic2649952.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/sD_qvrzIbvfobJj0ZDAaq-TnQPs=/fit-in/200x150/pic2649952.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 14:06:11 + numplays: 0 + - objecttype: thing + objectid: 205057 + subtype: boardgame + collid: 43366827 + name: + sortindex: 1 + $t: Word Domination + yearpublished: 2017 + image: https://cf.geekdo-images.com/original/img/pg4tpHnXBz60pGTwdYBhbSnSkF0=/0x0/pic3113311.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/0lMRt8AVLgn-6-01eaGB3uZf5S0=/fit-in/200x150/pic3113311.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-06-23 03:42:56 + numplays: 0 + - objecttype: thing + objectid: 176189 + subtype: boardgame + collid: 41596625 + name: + sortindex: 1 + $t: >- + Zombicide: Black Plague + yearpublished: 2015 + image: https://cf.geekdo-images.com/original/img/vs4UlIiZ1p3k5yIJ_vlvd2N-474=/0x0/pic2482309.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/4PbWiS6M4DkRLz0ytCoy6supSr0=/fit-in/200x150/pic2482309.jpg + status: + own: 0 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2017-10-22 13:48:48 + numplays: 0 +username: shanky0o +layout: collection + +---diff --git a/_collections/tempo182.md b/_collections/tempo182.md new file mode 100644 index 0000000..8fec5b9 100644 --- /dev/null +++ a/_collections/tempo182.md @@ -1,0 +1,92 @@ +--- +games: + - objecttype: thing + objectid: 84876 + subtype: boardgame + collid: 49329893 + name: + sortindex: 5 + $t: The Castles of Burgundy + yearpublished: 2011 + image: https://cf.geekdo-images.com/original/img/w3EsrbF6-Gvr5_qBeF7YL1Rslnk=/0x0/pic1176894.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/WQrgUYzyNADux66REz6_rfF26HU=/fit-in/200x150/pic1176894.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-01 22:42:44 + numplays: 0 + - objecttype: thing + objectid: 3076 + subtype: boardgame + collid: 49329897 + name: + sortindex: 1 + $t: Puerto Rico + yearpublished: 2002 + image: https://cf.geekdo-images.com/original/img/RvdWBkmDks7AN8sodR4PyVcponA=/0x0/pic158548.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/pYFq1WbW-LIQCvWCFxjQuDC-nho=/fit-in/200x150/pic158548.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-01 22:43:02 + numplays: 0 + - objecttype: thing + objectid: 187645 + subtype: boardgame + collid: 49279688 + name: + sortindex: 1 + $t: >- + Star Wars: Rebellion + yearpublished: 2016 + image: https://cf.geekdo-images.com/original/img/QT959HnYmUxmUqSMp0V7LxF1-tA=/0x0/pic2737530.png + thumbnail: https://cf.geekdo-images.com/thumb/img/nknaUf6jV8k9s_nGjgtVeS8pG8c=/fit-in/200x150/pic2737530.png + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-01-30 23:17:47 + numplays: 3 + - objecttype: thing + objectid: 14996 + subtype: boardgame + collid: 49329911 + name: + sortindex: 1 + $t: >- + Ticket to Ride: Europe + yearpublished: 2005 + image: https://cf.geekdo-images.com/original/img/lN5ivSfgaJwEMXgyLijCtyKVUBs=/0x0/pic66668.jpg + thumbnail: https://cf.geekdo-images.com/thumb/img/eXshcW5A7ryFnyb3VwlSc8IxIgc=/fit-in/200x150/pic66668.jpg + status: + own: 1 + prevowned: 0 + fortrade: 0 + want: 0 + wanttoplay: 0 + wanttobuy: 0 + wishlist: 0 + preordered: 0 + lastmodified: 2018-02-01 22:44:12 + numplays: 0 +username: tempo182 +layout: collection + +---diff --git a/_collections/thedoodabides.md b/_collections/thedoodabides.md new file mode 100644 index 0000000..b342416 100644 --- /dev/null +++ a/_collections/thedoodabides.md @@ -1,0 +1,6 @@ +--- +games: null +username: thedoodabides +layout: collection + +---diff --git a/_collections/vadersup.md b/_collections/vadersup.md new file mode 100644 index 0000000..61e0b14 100644 --- /dev/null +++ a/_collections/vadersup.md @@ -1,0 +1,6 @@ +--- +games: null +username: vadersup +layout: collection + +---diff --git a/_data/users.yml b/_data/users.yml new file mode 100644 index 0000000..a49b6e8 100644 --- /dev/null +++ a/_data/users.yml @@ -1,0 +1,5 @@ +admins: + - cataclasma + - karthikb351 + - doodlegeek + - inputjdiff --git a/_layouts/collection.html b/_layouts/collection.html new file mode 100644 index 0000000..17fa44b 100644 --- /dev/null +++ a/_layouts/collection.html @@ -1,0 +1,9 @@ +--- +layout: single +--- + +<ul> + {% for game in page.games %} + <li>{{ game.name['$t'] }}</li> + {% endfor %} +</ul>diff --git a/scripts/fetch_collections.js b/scripts/fetch_collections.js new file mode 100644 index 0000000..e103884 100644 --- /dev/null +++ a/scripts/fetch_collections.js @@ -1,0 +1,60 @@ +var bgg = require('bgg'); +const YAML = require('yaml').default +var Promise = require('bluebird'); +var fs = require('fs'); +// all options are optional +var options = { + timeout: 10000, // timeout of 10s (5s is the default) + + // see https://github.com/cujojs/rest/blob/master/docs/interceptors.md#module-rest/interceptor/retry + retry: { + initial: 100, + multiplier: 2, + max: 15e3 + } +} + +var bgg = require('bgg')(options); + +var users = []; + +function main() { + bgg('guild', {id: '2791', members:1, sort: 'username'}) + .then(function(guildData) { + page = 2; + users.push(...guildData.guild.members.member); + promises = [] + for (let page = 2; page <= (guildData.guild.members.count/25 + 1); page++) { + promises.push(bgg('guild', {id: '2791', members:1, sort: 'username', page: page}) + .then(function(guildData) { + users.push(...guildData.guild.members.member); + }) + ); + } + Promise.all(promises).then(function() { + collectionPromises = []; + collections = {}; + users.forEach(function(user){ + collectionPromises.push(bgg('collection', {username: user.name}) + .then(function(results) { + console.log(results); + collections[user.name] = results.items.item + }) + ); + }) + Promise.all(collectionPromises) + .then(function() { + let key; + for (key of Object.keys(collections)) { + fs.writeFileSync('_collections/'+key+'.md','---\n'+YAML.stringify({ games: collections[key], username: key, layout: 'collection'})+'\n---') + } + + }); + }) + }) + + +} + +main(); + diff --git a/scripts/test.js b/scripts/test.js new file mode 100644 index 0000000..39df0ff 100644 --- /dev/null +++ a/scripts/test.js @@ -1,0 +1,20 @@ +var bgg = require('bgg'); +var Promise = require('bluebird'); +// all options are optional +var options = { + timeout: 10000, // timeout of 10s (5s is the default) + + // see https://github.com/cujojs/rest/blob/master/docs/interceptors.md#module-rest/interceptor/retry + retry: { + initial: 100, + multiplier: 2, + max: 15e3 + } +} + +var bgg = require('bgg')(options); + +bgg('collection', {username: 'cataclasma'}) + .then(function(results) { + console.log(results.items.item[0]) + });-- rgit 0.1.5