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
+3 -1
View File
@@ -89,14 +89,16 @@ int SnowMan::getDeathLoot()
}
/*
void SnowMan::dropDeathLoot(bool wasKilledByPlayer, int playerBonusLevel)
{
// drop some feathers
// drop some snowballs
int count = random->nextInt(16);
for (int i = 0; i < count; i++) {
spawnAtLocation(Item::snowball_Id, 1);
}
}
*/
void SnowMan::performRangedAttack(shared_ptr<LivingEntity> target, float power)
{