Tweaked resource locations

Tweaked resource locations.  Full compile.
This commit is contained in:
Jaysyn904
2024-12-12 14:52:10 -05:00
parent 48de66668b
commit dfb15e43ec
29 changed files with 2411 additions and 244 deletions

View File

@@ -72,7 +72,28 @@ void main()
// This section (new to V3.05, similar to CnrBirdOnDeathInitialize) allows
// for easy setup of item drops upon the death of the identified mob.
//:: Stink Beetles
CnrMobOnDeathInitialize("cnrBeetleStink", "cnrStinkGland");
//CnrMobOnDeathInitialize("zep_beetlestnkf", "cnrStinkGland"); // <-- Too small to harvest
CnrMobOnDeathInitialize("zep_beetlestnkt", "cnrStinkGland");
CnrMobOnDeathInitialize("zep_beetlestnkh", "cnrStinkGland");
CnrMobOnDeathInitialize("btlstink001", "cnrStinkGland");
CnrMobOnDeathInitialize("nw_btlstink", "cnrStinkGland");
//:: Bombadier Beetles
CnrMobOnDeathInitialize("cnrBeetleBomber", "cnrBellBomb");
CnrMobOnDeathInitialize("zep_beetlebomb", "cnrBellBomb");
CnrMobOnDeathInitialize("udbombbeetle", "cnrBellBomb");
CnrMobOnDeathInitialize("nw_btlbomb", "cnrBellBomb");
//:: Fire Beetles
CnrMobOnDeathInitialize("nw_btlfire", "nw_it_msmlmisc08");
CnrMobOnDeathInitialize("nw_btlfire02", "nw_it_msmlmisc08");
CnrMobOnDeathInitialize("zep_beetlefireh", "nw_it_msmlmisc08");
CnrMobOnDeathInitialize("zep_beetlespith", "nw_it_msmlmisc08");
CnrMobOnDeathInitialize("zep_beetlefiret", "nw_it_msmlmisc08");
CnrMobOnDeathInitialize("zep_beetlespitt", "nw_it_msmlmisc08");
}