What problem does it solve?
SND Core consolidates foundational patterns and utilities for creating and editing SND Lua macros for FFXIV. It provides metadata structure templates, generic state machine patterns, character condition helpers, a configuration system, Player API access, an Entity system, Excel data access, and core utilities to streamline macro development.
Core Features & Use Cases
- Metadata structure templates and enforced header conventions to ensure consistent macro documentation.
- State machine patterns and character condition helpers to model in-game logic.
- Player API, Entity system access, and Excel data interaction to read game data and drive macro behavior.
- Core utilities and configuration system to enable modular, reusable components.
Quick Start
Load the SND Core module into your macro project, define your metadata header, and begin using the provided APIs to access player state, entities, and data sheets.