====== Spider Elite Mob - Code References ====== ===== Entity Kind ===== * getEntityKind(): SpiderElite ===== Java Classes ===== This entity is implemented in Lua, no direct Java class exists ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/SpiderElite.json|Mobs Description]] * Stats: * HP (ht): 40 * Damage: 10-15 (dmgMin/dmgMax) * Defense Skill: 18 * Attack Skill: 20 * Damage Reduction (dr): 8 * Base Speed: 1.2 * Attack Delay: 1 * Max Level: 13 * Experience: 5 * View Distance: 6 * Loot Chance: 7% * Loot: MysteryMeat * Walking Type: NORMAL * Can Be Pet: true * Flying: false * Friendly: false * Variant: 2 * Sprite: spritesDesc/SpiderElite.json ===== String Resources ===== spider elite guard masculine spider elite guard Much like soldiers, spider guards are sworn to protect their kingdom. The elite guard's venom is used to disorient their target. Элитный паучий страж masculine паука Подобно солдатам, пауки-стражи поклялись защищать свое королевство. Яд элитного стража деориентирует жертву. ===== Lua Scripts ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/mobs/SpiderElite.lua|SpiderElite.lua]] - Main implementation * Special attack: 20% chance to apply Vertigo debuff to enemy when attacking * Uses mob.init with attackProc function * Vertigo duration based on skill level ===== Bestiary Placement ===== * Found in Spider Nest levels (level 10s) * Spawn rate: 0.3 (30% relative weight in spider nest spawns) * Appears alongside: SpiderServant, SpiderExploding, SpiderMind, SpiderGuard, SpiderMindAmber ===== Related Entities ===== * SpiderServant - Basic spider mob * SpiderExploding - Exploding spider variant * SpiderMind - Mind-controlling spider * SpiderGuard - Guard spider variant * SpiderMindAmber - Rare amber mind spider