mr:fire_arrow_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:fire_arrow_item [2025/12/27 17:24] – Update fire_arrow_item machine-readable data with accurate code references mike | mr:fire_arrow_item [2025/12/27 17:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Fire Arrow Item - Code References ====== | ||
| + | |||
| + | ===== Entity Kind ===== | ||
| + | fire_arrow | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Item Factory Registration ===== | ||
| + | * [[https:// | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | (No specific JSON config for this item) | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | (No specific Lua script for this item) | ||
| + | |||
| + | ===== Code Implementation ===== | ||
| + | This item inherits from Arrow class. It has the following key properties: | ||
| + | * **baseMin**: | ||
| + | * **baseMax**: | ||
| + | * **baseDly**: | ||
| + | * **image**: FIRE_ARROW_IMAGE (arrow sprite) | ||
| + | * **price()**: | ||
| + | * **attackProc()**: | ||
| + | |||
| + | ===== Burning Effect Mechanics ===== | ||
| + | When a Fire Arrow hits an enemy: | ||
| + | * Buff.affect(defender, | ||
| + | * This applies the Burning status effect to the target | ||
| + | * Burning causes damage over time to the affected character | ||
mr/fire_arrow_item.txt · Last modified: (external edit)
