Total Miner

Total Miner

评价数不足
Gold Pieces Loot
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
17.899 KB
2023 年 6 月 22 日 上午 3:56
1 项改动说明 ( 查看 )

订阅以下载
Gold Pieces Loot

描述
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 条留言
Rev Elevenclaw 2024 年 9 月 2 日 下午 9:55 
I tried this one out. Seems to work as intended. Nice mod :)