mr:charm_spell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:charm_spell [2026/03/10 13:51] – Wiki maintenance: Fix standards compliance issues Qwen Assistant | mr:charm_spell [2026/03/10 13:52] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Charm Spell - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity is implemented in Lua, no JSON configuration exists | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * Spell affinity: Huntress | ||
| + | * Targeting type: char_not_self | ||
| + | * Level: 2 | ||
| + | * Cast time: 0 | ||
| + | * Spell cost: 3 mana | ||
| + | |||
| + | ===== Implementation Details ===== | ||
| + | * **Buff Type**: FlavourBuff (temporary status effect) | ||
| + | * **Effect**: Pacifies target (target.pacified = true) | ||
| + | * **Duration**: | ||
| + | * **Visual**: Heart particles (Speck.HEART) emitted from target sprite | ||
| + | * **Sound**: Assets.SND_CHARMS played on cast | ||
| + | * **Resistance**: | ||
| + | * **Special Interaction**: | ||
| + | * **Cursed Interaction**: | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
