User Tools

Site Tools


rpd:spider_servant_mob

Spider Servant Mob

Spider Servant Sprite

Description

Spider Servant is one of the most numerous units of spider lair. Born to protect its territory. Their chelicerae developed venomous glands to poison enemies.

Stats

  • HP: 25
  • Max Level: 9
  • EXP: 2
  • Speed: 1.1× normal
  • Attack Skill: 11
  • Defense Skill: 5
  • Damage: 4-6
  • Defense (DR): 5

Abilities

  • Poison Bite: Has a 25% chance to inflict 2-3 turns of Poison on attack
  • Fast Movement: Moves 10% faster than normal enemies

Drops

  • Mystery Meat (3% chance)

Level Placement

Appears in Spider Level (6s-10s) according to Bestiary.json:

  • Level 6s: Weight 1.0
  • Level 7s: Weight 1.0
  • Level 8s: Weight 1.0
  • Level 9s: Weight 1.0
  • Level 10s: Weight 1.0

Source Code References

  • String resources: String definitions
  • Bestiary configuration: Bestiary.json
  • Loot table: SpiderServant defines MysteryMeat() with 0.03f chance in Java code
  • Attack mechanics: Poison effect implemented with 25% chance (Random.Int(4) == 0) for 2-3 turns in attackProc method
rpd/spider_servant_mob.txt · Last modified: by 127.0.0.1