Made Ngoubou rarer to spawn

This commit is contained in:
Knightress Paladin 2021-07-18 23:21:41 -07:00
parent a97546dbff
commit 7766aeb9eb

View File

@ -7,12 +7,12 @@ SpawnEntry (
// Casual
(100, (1, 1, "common.entity.wild.aggressive.bonerattler")),
(100, (1, 1, "common.entity.wild.aggressive.sand_raptor")),
(100, (1, 1, "common.entity.wild.aggressive.ngoubou")),
(100, (1, 1, "common.entity.wild.aggressive.sandshark")),
// Rare
(20, (1, 1, "common.entity.wild.aggressive.lavadrake")),
(20, (1, 1, "common.entity.wild.aggressive.ntouka")),
(20, (1, 1, "common.entity.wild.aggressive.archaeos")),
(20, (1, 1, "common.entity.wild.aggressive.ngoubou")),
// Ultra_rare
(1, (1, 1, "common.entity.wild.aggressive.roshwalr_boss")),
],