Handles the creation and management of artifacts. Artifacts can be used to enhance gameplay, provide buffs, or serve as collectibles.
// Example code for Artifact System
import { Artifact } from 'rpg-maker-studio';
// Initialize the system
const artifactSystem = new Artifact();
// Configure using helper functions
Coming Soon();
// Add to your game
game.addSystem(artifactSystem);