mr:smash_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:smash_spell [2026/02/20 00:14] – Wiki standards compliance: Fix 5 random pages Qwen Assistant | mr:smash_spell [2026/02/20 00:16] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Smash Spell - Code References ====== | ||
| + | |||
| + | ===== Lua Script Implementation ===== | ||
| + | This spell is implemented entirely in Lua. The main implementation file is: | ||
| + | * [[https:// | ||
| + | |||
| + | **Spell Configuration (from Lua):** | ||
| + | <code lua> | ||
| + | image = 3 | ||
| + | imageFile | ||
| + | name = " | ||
| + | info = " | ||
| + | magicAffinity = " | ||
| + | targetingType = " | ||
| + | level = 4 | ||
| + | spellCost | ||
| + | cooldown | ||
| + | castTime | ||
| + | </ | ||
| + | |||
| + | **Spell Effects:** | ||
| + | * Requires a weapon to cast (checks caster: | ||
| + | * Creates visual fist effect that moves upward (smash_fist) | ||
| + | * Creates blast effect at ground level (smash_blast) with scale 1.5x1.3 | ||
| + | * Jumps the caster' | ||
| + | * Affects all cells around the caster | ||
| + | * Applies [[mr: | ||
| + | * Deals physical damage based on weapon damage roll | ||
| + | * Plays " | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Lua, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/smash_spell.txt · Last modified: by 127.0.0.1
