feat: loot tables (#43)

self-explanatory

Reviewed-on: https://git.neolegacy.dev/neoStudiosLCE/neoLegacy/pulls/43
This commit is contained in:
Fireblade
2026-07-12 02:05:06 +01:00
parent 0449af2be6
commit 54528fac16
146 changed files with 6397 additions and 1277 deletions
+2
View File
@@ -220,6 +220,7 @@ int Ghast::getDeathLoot()
return Item::gunpowder_Id;
}
/*
void Ghast::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
{
int count = random->nextInt(2) + random->nextInt(1 + playerBonusLevel);
@@ -233,6 +234,7 @@ void Ghast::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
spawnAtLocation(Item::gunpowder_Id, 1);
}
}
*/
float Ghast::getSoundVolume()
{