tModLoader

tModLoader

26 个评价
Rod of Discord Hotkey
   
奖励
收藏
已收藏
取消收藏
模组功能: 实用辅助, 体验优化
tModLoader版本: 1.4.3, 1.4.4
语言: 英语
文件大小
发表于
更新日期
37.472 KB
2022 年 9 月 3 日 下午 2:29
2023 年 8 月 23 日 下午 6:37
2 项改动说明 ( 查看 )

订阅以下载
Rod of Discord Hotkey

描述
Built for 1.4 tModLoader.
Does what it says on the tin, adds a customisable hotkey for using the Rod of Discord. There are other mods that add this, but none that add only this (as far as I can tell)

Special thanks to Pop000100 for showing me how to add support for modded rod of discord items

If you want your mods rod of discord item to be compatible with this, you'll have to add a little bit of code to your mod's PostSetupContent hook
bool discordHotkeyModLoaded = ModLoader.TryGetMod("RodOfDiscordHotkey", out Mod discordHotkeyMod); if (discordHotkeyModLoaded) { discordHotkeyMod.Call(YOURITEMIDHERE); }
This code is generalised to work with any mod, just replace YOURITEMIDHERE with your rod of discord item's ID. If you have multiple rod of discord items you will have to call discordHotkeyMod.Call multiple times since it only uses the first argument passed in

Bother Pop000100 for issues not stormytuna

Changelog:
Version 1.1.1
Re-Release
Version 1.1
Added a generalised method other mods can call to add their rod of discord items to this mods list of rod of discord items
Version 1.0
Released
引用自 tModLoader
Developed By stormytuna
3 条留言
twitch.tv/xaosttv 2024 年 1 月 13 日 上午 10:19 
i think this is a great mod. I love the fact i cant spam it either, so i cant cheat dodges in bossfights
thank you
Legend 2023 年 8 月 22 日 下午 6:06 
update please
Freedom D. Roosevelt 2022 年 11 月 19 日 下午 12:05 
you should make a mod that makes it so the rod of discord just damages you if you do it multiple times instead of just not being able to use it for 10 seconds