Total Miner

Total Miner

Not enough ratings
Gold Pieces Loot
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
17.899 KB
22 Jun, 2023 @ 3:56am
1 Change Note ( view )

Subscribe to download
Gold Pieces Loot

Description
Adds Gold Pieces to the loot tables of all enemies based on their combat stats. Allows manipulating the amount of Gold Pieces dropped by enemies with script commands:

TMScript:
ModCallback [DaveTheMonitor.GoldPiecesLoot] [[npc]]
- Sets the gold pieces dropped by the specified NPC to the default amount.

ModCallback [DaveTheMonitor.GoldPiecesLoot] [[npc] [amount]]
- Sets the gold pieces dropped by the specified NPC to the specified amount. Note that the actual amount dropped can vary slightly.

Lua:
set_gold_pieces(string npc, long amount)
- Sets the gold pieces dropped by the specified NPC to the specified amount (or default value if 0 is used). Note that the actual amount dropped can vary slightly.
1 Comments
Rev Elevenclaw 2 Sep, 2024 @ 9:55pm 
I tried this one out. Seems to work as intended. Nice mod :)