mr:fire_elemental_mob
Differences
This shows you the differences between two versions of the page.
| mr:fire_elemental_mob [2026/03/04 23:12] – Wiki maintenance: Fix 5 random pages for standards compliance Qwen Assistant | mr:fire_elemental_mob [2026/03/04 23:14] (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: | ||
| + | * FireElemental_Name: | ||
| + | * FireElemental_Gender: | ||
| + | * FireElemental_Name_Objective: | ||
| + | * FireElemental_Desc: | ||
| + | * **Russian: | ||
| + | * FireElemental_Name: | ||
| + | * **Spanish, French, German, Chinese, Japanese, and other languages: | ||
| + | |||
| + | ===== 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 undead}} | ||
mr/fire_elemental_mob.txt · Last modified: by 127.0.0.1
