mr:fire_elemental_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:fire_elemental_mob [2026/08/30 21:38] – Wiki maintenance: fix compliance and entity facts across 5 random pages plus language variants Bot | mr:fire_elemental_mob [2026/08/30 21:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Fire Elemental Mob - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | ===== Entity Kind ===== | ||
| + | * **Entity Kind:** FireElemental | ||
| + | * **Type:** Mob (enemy) | ||
| + | * **Namespace: | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Main Class:** [[https:// | ||
| + | * **Base Class:** [[https:// | ||
| + | * **Parent Hierarchy: | ||
| + | |||
| + | ===== Java Class Implementation Details ===== | ||
| + | * **Constructor: | ||
| + | * **HP:** 65 (ht(65)) | ||
| + | * **Base Defense Skill:** 20 | ||
| + | * **Base Attack Skill:** 25 | ||
| + | * **Experience for Kill:** 10 | ||
| + | * **Max Level:** 20 | ||
| + | * **Damage Range:** 16-20 (dmgMin = 16, dmgMax = 20) | ||
| + | * **Damage Reduction: | ||
| + | * **Flying:** true (flying = true) | ||
| + | * **Carcass Chance:** 0 (no corpse left) | ||
| + | * **Loot:** PotionOfLiquidFlame (10% chance) | ||
| + | |||
| + | ===== Immunities ===== | ||
| + | FireElemental has immunities to the following: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Special Abilities ===== | ||
| + | * **Attack Proc:** 50% chance to apply [[https:// | ||
| + | * **Burning Immunity:** When affected by Burning, heals for Random.NormalIntRange(1, | ||
| + | * **Frost Weakness:** When affected by Frost, takes Random.NormalIntRange(1, | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * **Sprite Configuration: | ||
| + | * **Texture: | ||
| + | * **Sprite Dimensions: | ||
| + | * **Blood Color:** 0xFFFF7D13 (orange-red) | ||
| + | * **States:** burning | ||
| + | |||
| + | ===== Sprite Animation Frames ===== | ||
| + | * **Idle:** Frames [0,1,2] at 10 FPS, looped | ||
| + | * **Run:** Frames [0,1,3] at 12 FPS, looped | ||
| + | * **Attack:** Frames [4,5,6] at 15 FPS, not looped | ||
| + | * **Die:** Frames [7, | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | English (values/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Russian (values-ru/ | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * No specific Lua scripts for this entity (implemented entirely in Java) | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | ===== Code References Summary ===== | ||
| + | * **Java Implementation: | ||
| + | * **Sprite Configuration: | ||
| + | * **String Resources: | ||
| + | * **Sprite Texture:** fire_elemental.png (referenced in JSON config) | ||
| + | |||
| + | {{tag> mr mobs fire_elemental}} | ||
mr/fire_elemental_mob.txt · Last modified: by 127.0.0.1
