Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.34 KB

F.O.R.G.E.

Foundry v11

A system implementation of F.O.R.G.E. (Fantasy Open Roleplaying Game Engine) by Oliver Fradgley for Foundry VTT.

What is FORGE?

FORGE is a rules light, quick to learn roleplaying game, with enough depth to enable campaign play. Its earlier version (OSK) was based on Knave 1.0 by Ben Milton. It has since been overhauled and expanded, whilst remaining fully compatible with all OSR and B/X D&D resources.

Development Roadmap

FORGE is currently not ready for general use. If you are a developer and would like to playtest or contribute to FORGE, feel free to unzip this repository to ~FoundryVTT/Data/systems/forge. FORGE will be marked "ready for release" and sent to Foundry administration for approval after the following requirements are complete:

Backend Requirements

  • Base "Actor"-type Data Model
  • Character Data Model
  • Follower Data Model
  • Beast/Monster Data Model
  • Base "Item"-type Data Model
  • Armor Data Model
  • Weapon Data Model
  • Spell Data Model
  • Inventory/Slots Logic
  • Compendium Content Import
  • RollTable Integration

Frontend Requirements

  • Actor Sheet Styling
  • Item Sheet Styling
  • Attack Roll Styling
  • Randomization Toggles
  • Referee- and User-Setting Support
  • Localization Pass