fate-core-mechanics

Implement Fate Core dice rolling, actions, stress, and conflict mechanics.

2|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/C-Ross/LlamaOfFate --skill fate-core-mechanics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fate-core-mechanics
Source: https://github.com/C-Ross/LlamaOfFate/tree/main/.github/skills/fate-core-mechanics
Command: npx skills add https://github.com/C-Ross/LlamaOfFate --skill fate-core-mechanics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fate Core mechanics require a consistent, reusable blueprint to implement dice ladders, actions, aspects, stress, consequences, and conflicts across games and simulations.

Core Features & Use Cases

  • Guides the implementation of dice ladders, 4dF dice rolling, four actions, outcomes, invocations, and conflict resolution within a codebase.
  • Supports a flexible aspect model, stress tracking, consequences, and challenges to enable end-to-end Fate Core gameplay.
  • Real-world use: integrate with internal/core packages to deliver rule-consistent gameplay for both PC and NPCs.

Quick Start

Follow this guide to map Fate Core rules into your codebase and start implementing dice, actions, and aspects.

Frequently Asked Questions about fate-core-mechanics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Fate Core dice rolling mechanics in a game system?

Implementing Fate Core dice mechanics requires mapping the 4dF dice system and action ladder into your codebase. This provides a consistent blueprint for resolving actions and generating outcomes for both player characters and NPCs.

What is the best way to track stress and consequences in a Fate Core simulation?

Tracking stress and consequences in Fate Core involves applying a flexible aspect model alongside stress tracking rules. This enables end-to-end gameplay by managing character harm and narrative effects during conflict resolution.

How does aspect invocation work when resolving conflicts in Fate Core?

Aspect invocation during conflicts allows characters to leverage narrative elements for mechanical bonuses. Implementing this requires a flexible aspect model that integrates with action resolution and conflict flow patterns.

Can I use this Fate Core mechanics blueprint for both player characters and NPCs?

Yes, the Fate Core mechanics blueprint supports rule-consistent gameplay for both player characters and NPCs. It specifies required mappings and interfaces across internal packages to ensure uniform behavior across all game entities.

What packages do I need to integrate when implementing Fate Core conflict flows?

Implementing Fate Core conflict flows requires integration with your internal or core packages. The blueprint specifies the required mappings and interfaces these packages must expose to support challenges, actions, and stress tracking correctly.