-
Notifications
You must be signed in to change notification settings - Fork 3
Spider
Charly Bollinger edited this page Oct 25, 2024
·
7 revisions
Spiders can spawn baby Spiders on death.
-> In EXTENSIONS mod! 🧩
- Spiders have a 15% chance to spawn baby Spiders when they die.
- It spawns 2 to 7 babies depending on local difficulty and randomness.
- It always spawn a minimum of 2 babies.
- Randomness can add 0 to 2 babies.
- Local difficulty can add 0 to 3 babies.
- So, 2-4 to 5-7 depending on local difficulty.
- Baby spiders have 2x less health and deal 2x less damages.
- They don't drop loot, but drop experience.
Spiders can naturally spawn baby with others.
-> In EXTENSIONS mod! 🧩
- Spiders have 10% chance to spawn baby.
- When they do, they spawn with 2 others babies (whom don't count in the spawn group).
- Baby spiders have 2x less health and deal 2x less damages.
- They don't drop loot, but drop experience.
The configuration of the Spider can be found in .minecraft/config/sihywtcamd_extensions/arthropods.json
.
-
babyOnDeath: [true|false]
to enable/disable spiders spawning babies on death (EXTENSIONS) 🧩 -
babySpawnGroup: [true|false]
to enable/disable spiders spawning in group of babies (EXTENSIONS) 🧩