Modified loot.

Gave all items worn by enemies a chance to drop.  Drastically reduced gold awards.
This commit is contained in:
Jaysyn904
2023-09-24 23:34:36 -04:00
parent b13fd6ad4e
commit 11df331172
7 changed files with 60 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ const int REWARD_GP = TRUE;
// Default is 1.0 (1.0 means equal to the amount of XP given, 2.0 would mean
// double the amount of gold and 0.5 would mean half).
// It basically multiplies the XP reward (GP_REWARD_MULTIPLIER x XP = GP Reward)
const float GP_REWARD_MULTIPLIER = 16.0;
const float GP_REWARD_MULTIPLIER = 0.5;
// Bonus XP/GP reward for the dealing the killing blow to the creature
// Default is 0.1 = 10%