Table of Contents

Wind Gust Spell - Machine Readable Reference

Description

Wind Gust is a utility spell that summons a gust of wind to push the selected character away from the caster.

Entity Information

Java Classes

JSON Configuration

This entity is implemented in Java, no JSON configuration exists

String Resources

<string name="WindGust_Name">Wind gust</string>
<string name="WindGust_Info">Summons a gust of wind, that pushes the selected character away.</string>

Lua Scripts

This entity is implemented in Java, no Lua script exists

Properties

// Spell Mechanics
range = 4;              // Maximum range for target selection
pushDistance = 2;       // Number of tiles target gets pushed back
coolDownTime = 10;      // Cooldown turns before reuse
manaCost = 5;          // Mana consumed when cast

Behavior

Usage Strategies

Modding Considerations

Implementation Notes