FoundryVTT Game System for Arkadia RPG
  • JavaScript 38.2%
  • CSS 36.8%
  • Handlebars 25%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-06 23:34:13 +02:00
assets Fix ammunitions and health system 2026-09-03 23:19:56 +02:00
docs Add compendium management 2026-09-02 15:33:49 +02:00
lang Fix ammunitions and health system 2026-09-03 23:19:56 +02:00
module Fix ammunitions and health system 2026-09-03 23:19:56 +02:00
packs/adversaries Fix ammunitions and health system 2026-09-03 23:19:56 +02:00
packs-src/adversaries Add compendium management 2026-09-02 15:33:49 +02:00
styles Fix ammunitions and health system 2026-09-03 23:19:56 +02:00
templates Fix ammunitions and health system 2026-09-03 23:19:56 +02:00
tools Add compendium management 2026-09-02 15:33:49 +02:00
.gitattributes Add compendium management 2026-09-02 15:33:49 +02:00
.gitignore Add compendium management 2026-09-02 15:33:49 +02:00
AGENTS.md Add english support 2026-08-26 14:38:10 +02:00
arkadia.mjs Add spellcast sounds 2026-09-01 05:38:52 +02:00
package-lock.json Add compendium management 2026-09-02 15:33:49 +02:00
package.json Add compendium management 2026-09-02 15:33:49 +02:00
README.md Add compendium management 2026-09-02 15:33:49 +02:00
system.json Deployment v0.4.1 2026-09-06 23:34:13 +02:00

The Chronicles of Arkadia for Foundry VTT

A custom Foundry Virtual Tabletop game system for The Chronicles of Arkadia, a low-fantasy tabletop role-playing game focused on narrative play, dangerous exploration, social interaction, and brutal consequences.

Status: Active development.
The system is not yet considered feature-complete or stable for a 1.0 release.

Features

  • Dedicated sheets for characters, non-player characters, and caravans.
  • Characteristic rolls combining standard dice and Burden dice in a single roll.
  • Health management based on fatigue, wounds, scars, and protection.
  • Spell casting with certain and uncertain spells, Fell tracking, and magical Masteries.
  • Caravan composition, cargo, provisions, travel stages, and derived logistics.
  • Interactive chat cards for rolls and Burden reduction.
  • Token HUD controls for NPC Resistance.
  • Optional Dice So Nice integration with ivory standard dice and burgundy Burden dice.
  • English and French localization.

About Arkadia

The Chronicles of Arkadia is a classless low-fantasy role-playing game built around a simple principle:

the rules should support the fiction, not replace it.

Arkadia avoids traditional hit points, tactical combat grids, character classes, and highly granular simulation.

Characters are instead defined by their Characteristics, learned Masteries, possessions, relationships, wounds, and experiences.

The game emphasizes:

  • narrative-first resolution;
  • dangerous and fast combat;
  • wounds and fatigue instead of hit points;
  • meaningful social interactions;
  • survival, travel, and exploration;
  • rare and dangerous magic;
  • lightweight rules with strong fictional consequences.

This repository contains the Foundry VTT implementation of those rules.

The tabletop rules themselves are maintained separately in the arkadia-rulebook repository and remain the authoritative source for game mechanics and design.

Foundry Compatibility

Arkadia currently targets:

  • Foundry VTT V14

Older Foundry versions are not supported.

The system intentionally follows current Foundry V14 APIs and does not maintain compatibility layers for previous Foundry generations.

Development

See Compendium Workflow for maintaining versioned JSON sources and building Foundry VTT compendium packs.