Made Ngoubou rarer to spawn

This commit is contained in:
Knightress Paladin 2021-07-18 23:21:41 -07:00
parent db8935c52c
commit c9f0293f56

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")),
],