mr:spider_elite_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:spider_elite_mob [2026/02/27 01:18] – Fix wiki standards compliance issues Qwen Assistant | mr:spider_elite_mob [2026/02/27 01:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Spider Elite Mob - Code References ====== | ||
| + | |||
| + | ===== Entity Kind ===== | ||
| + | * getEntityKind(): | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | This entity is implemented in Lua, no direct Java class exists | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | * [[https:// | ||
| + | * Stats: | ||
| + | * HP (ht): 40 | ||
| + | * Damage: 10-15 (dmgMin/ | ||
| + | * 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/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- English (values/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- Russian (values-ru/ | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * [[https:// | ||
| + | * 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, | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * SpiderServant - Basic spider mob | ||
| + | * SpiderExploding - Exploding spider variant | ||
| + | * SpiderMind - Mind-controlling spider | ||
| + | * SpiderGuard - Guard spider variant | ||
| + | * SpiderMindAmber - Rare amber mind spider | ||
mr/spider_elite_mob.txt · Last modified: by 127.0.0.1
