mod
随机掉落怪
descriptionWorkshop = 功能说明 添加了一个NPC 杀死它后从全游戏物品里随机掉落1-3个 没有配置,没有设置,没有UI 代码就两行循环 掉落代码预览: for(int i=0; i<2; i++) { int id = Main.rand.Next(1, ItemLoader.ItemCount); Item.NewItem(..., id, ...); } 适合用来测试物品ID或者纯粹赌博。 Developed By SB
- Latest version
- no release indexed
- Downloads
- 158
- Rating
- 6
- Updated
- 23 d ago
- Available on
- Steam Workshop
Download
Delivered through the Steam client, not a file this page can link to.
Frequently asked
How do I install 随机掉落怪?
Install the matching loader first, then put the downloaded file in your mods folder and start the game. The loader, the mod and tModLoader all have to be on the same version, which is the usual reason a mod does not appear in game.
Where do I download 随机掉落怪 safely?
From the author's own page on Steam Workshop, which is where the data here is synced from. IndexGG never mirrors, re-hosts or repackages a file: every download button points at the original source, so you get exactly what the author published.
Which tModLoader versions does 随机掉落怪 work on?
The author has not declared a supported version in the metadata we sync, so there is nothing here we can state as fact. Check the project's own page before installing it, and treat an old mod with no declared version as untested on modern tModLoader.