Skip to content

v0.2.1 — Icons, roll tables, printed card sheets

Latest

Choose a tag to compare

@DimitroffVodka DimitroffVodka released this 26 Aug 03:43
· 117 commits to master since this release

Icons, rollable tables, and the printed card sheets. 18 commits since v0.2.0.

Icons — 267 of them

Every background (36) and every trait (276) now has its own glyph, drawn from game-icons.net under CC BY 3.0. Before this, all 312 documents rendered Foundry's default item icon.

Attribution for all 267 files, by author and by the document each serves, is in NOTICE.md, which now ships inside the system.

31 rollable tables

A new crows-tables compendium: magic backlashes, miasma effects, character backgrounds, campfire brightness, dismember, dungeon hooks, travel and traveler encounters, merchant sales and guards, wild animal reactions, weather for four climates, seven habitat encounter tables, minor and major interesting things, and the blood and undead dungeon tables. 519 results, every one reachable — each table's ranges are continuous, with no gap or overlap.

Three defects were fixed on the way in:

  • Backlashes declared 1d105; the rules say d100 plus the spell's rank, so a rank-0 cast could reach 101–105.
  • Backlashes reproduced the book's 61-62 / 62-64 overlap, so a 62 matched two rows. It now resolves the way the runtime already did.
  • Minor Interesting Things had no entry for 57 and listed 45 twice — a roll of 57 returned nothing at all.

The last two are faithful transcriptions of errors in the book, and both are now questions for MCDM.

Printed card sheets

Background and trait items share one card face — the printed-card anatomy, brand faces, a glyph diamond, and a name that wraps instead of clipping.

The background sheet was broken before this: it bound to system.characteristicBonus and system.skills, both deleted in the Playtest 2 migration, so it silently showed nothing for two of the five things a background grants.

Both sheets are read-only — they are shipped content, authored in YAML and rebuilt into the packs.

Backgrounds

  • Bonus coins and granted animals are now their own fields instead of being pattern-matched out of the equipment list — the defect that made Nobles start 50 gc poor.
  • Equipment and spellbook entries carry the actual card's name, so the sheet reads "Holy Symbol · Torch" rather than lowercase.
  • The crow sheet's Bio tab records what your background granted.

Also

The README described Playtest 1 — wrong dates, boned as a levelled condition, the chaos count instead of the per-cast chaos roll, 11 packs, a v13 minimum, and a starter kit containing a bedroll. Rewritten, with a test pinning the claims a machine can check.

Verification

  • 1134 tests, verify.sh --strict clean
  • Every pack unpacked back out of this archive and compared to source by _id: 548 vs 548, identical
  • This exact archive installed into an isolated clean world and booted: 12/12 packs, 548 documents, zero errors

Install

https://github.com/DimitroffVodka/crows_playtest/releases/latest/download/system.json

Requires Foundry VTT v14. You need the MCDM Crows Playtest 2 packet for the rules themselves.