Skip to content
Orel138 edited this page Sep 1, 2024 · 3 revisions

Noita Wand Modding Tutorial

Welcome to this comprehensive tutorial on creating custom wands for Noita. This guide will take you through the process of creating a unique wand mod, covering everything from basic setup to advanced features.

Table of Contents

  1. Project Structure

    • Understanding the mod folder structure
    • File descriptions and their purposes
  2. Wand Properties

    • Defining wand characteristics
    • Setting up wand behavior
  3. Wand Entity

    • Creating the wand entity XML
    • Understanding key components
  4. Wand Graphics

    • Setting up the wand's appearance
    • Understanding sprite dimensions and offsets
  5. Visual Effects

    • Adding particle effects to your wand
    • Customizing visual properties

Each chapter contains detailed explanations and code examples to help you create your perfect custom wand. Happy modding!

Clone this wiki locally