|
|
SimpleTMs: 神奇宝贝宝可梦的TMs和TRs (SimpleTMs: TMs and TRs for Cobblemon)Github |相关wiki |源站链接支持: fabric , forge这个Minecraft模组是Cobblemon模组的扩展,将来自神奇宝贝世界的TMs(技术机器)和TRs(技术记录)整合进游戏。该模组允许玩家使用TMs或TRs来教授技能给他们的神奇宝贝。
特点
TM和TR的使用
- *TMs:* 可以向神奇宝贝教授与TM相关的技能,TMs可以无限使用。
- *TRs:* 也可以向神奇宝贝教授技能,但TRs在单次使用后会损坏。
配置选项
- 启用特殊技能和导师技能:TMs和TRs可以配置为向神奇宝贝教授特殊技能和导师技能。
- 允许任意技能转移:配置模组以允许将任意技能转移到任意神奇宝贝。
- *冷却功能*
- 可配置的冷却持续时间以实现TMs的使用后冷却。
- 工具提示来指示TM剩余的冷却时间。
物品功能
- 空白TM或TR功能:将神奇宝贝装备的技能中的第一个转移到空白TM或TR,从而赋予玩家相关的TM或TR。
物品获取
- TMs和TRs可以从野生神奇宝贝掉落,可以通过配置选项调整掉落几率。
配置
编辑模组的配置文件 (`config/simpletms_config.properties`) 以自定义以下设置:
- *AnyMoveAnyPokemon*: 如果为true,则允许通过TM或TR向任意神奇宝贝教授任意技能。_默认为false。_
- *EggMovesLearnable*: 允许通过TM或TR向神奇宝贝教授蛋技能列表中的技能。_默认为false。_
- *TutorMovesLearnable*: 允许通过TM或TR向神奇宝贝教授导师技能列表中的技能。_默认为false。_
- *ImprintableBlankTMs*: 空白的TM和TR可以用于神奇宝贝,并将第一个配备技能印在上面。_默认为true。_
- *TMCooldownTicks*: 调整使用TMs后的冷却持续时间(以游戏刻度计算)。_默认为100刻度(5秒)。_
- *TRDropPercentChance*: 从野生神奇宝贝掉落TR的几率百分比,保持在0.0到100.0之间。_默认为5.0。_
- *TMDropPercentChance*: 从野生神奇宝贝掉落TM的几率百分比,保持在0.0到100.0之间。_默认为0.01。_
*注意:* TR的几率计算始终先于TM。因此,只会掉落TM或TR,而不是两者都掉落。
支持和反馈
如果您遇到任何问题或有改进建议,请随时在GitHub存储库上创建问题或请求合并 -> [Fabric](链接)
*注意:* 这个模组是Cobblemon模组的附加内容,需要Cobblemon 1.4.0或1.4.1.
鸣谢
- Simple TMs模组由Dragomordor开发。
许可证
该模组在MIT许可下发行。有关更多信息,请参阅LICENSE文件。
愿您通过新增的TMs和TRs增强您的Cobblemon体验!
其他模组
查看我的其他mod!
- *Cobblemizer*: 允许玩家操作游戏中神奇宝贝的各种统计数据和美学特性。 [Modrinth](链接) & [Curseforge](链接)
未来发展
- 我希望添加一个功能,在神奇宝贝使用技能时将TMs作为持有物品刻上,但我需要先弄清楚如何做。
- 另外,我希望添加一个配置选项,从神奇宝贝和地牢宝箱中掉落TMs。
- 最后,我希望添加一个配置选项引入配方到游戏中。
截图:
来自Modrinth所有游戏版本1.21.11.20.1所有类型fabricneoforgeforgeSimpleTMs v2.1.2 - Fabric- Cobblemon 1.6.1SimpleTMs-fabric-2.1.2.jar下载2.1.2#Release- Blank TR durability fix展开版本: 2.1.2支持游戏: 1.21.1类型:FabricRelease下载次数: 231,461SimpleTMs v2.1.2 - NeoForge - Cobblemon 1.6.1SimpleTMs-neoforge-2.1.2.jar下载2.1.2#Release- Fix Blank TR durability展开版本: 2.1.2支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 37,433SimpleTMs v2.1.1 - NeoForge - Cobblemon 1.6.1SimpleTMs-neoforge-2.1.1.jar下载2.1.1#Release- Fixed TR stack sizes and removed blank TR durability.- Removed TM stacking- Durability and stacking are exclusive without major rewrites- Updated GEB compatibility展开版本: 2.1.1支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 668SimpleTMs v2.1.1 - Fabric - Cobblemon 1.6.1SimpleTMs-fabric-2.1.1.jar下载2.1.1#Release- Fixed TR stack sizes and removed blank TR durability.- Removed TM stacking- Durability and stacking are exclusive without major rewrites- Updated GEB compatibility展开版本: 2.1.1支持游戏: 1.21.1类型:FabricRelease下载次数: 3,081SimpleTMs v2.1.0 - NeoForge - Cobblemon 1.6.1SimpleTMs-neoforge-2.1.0.jar下载2.1.0#Release### Changes- Translation File format updated + Spanish translation added (however the Spanish and Japanese files will have 2 lines missing that were added in this update)- The recipe for blank TMs have been expanded. The original smithing table recipe with echo shard is still present, however I have added an alternative using a Nethirite Block (still expensive, but at least easier to obtain!) to test feedback on it.- `anyMovesLearnable` config was separated into `anyMovesLearnableTMs` and `anyMovesLearnableTRs` by request. Therefore, you can now make it so TMs can teach their move to any Pokémon, while TRs remain as is. Neat suggestion!### Fixes- Config added for TM stack size. Whoops, forgot to also make TMs stackable previously, yikes.### Additions- TMs (not blank) are repairable using diamond blocks! This measn after your initial investment into a specific TM, if you want to repair, you can now do so with Diamonds. Therefore, you can start building a collection and repair as needed- Added two new configs, `primaryTypeMovesLearnable` and `secondaryTypeMovesLearnable` --They are disabled by default, but now this means that you can teach any Fire type move to a Charmander for example. Done by suggestion, very neat, big pog.# Biggest Change- Compatibility with Gravel\'s Extended Battles and Gravelmon. Read the CONFIG.md on the repo for details.展开版本: 2.1.0支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 778SimpleTMs v2.1.0 - Fabric - Cobblemon 1.6.1SimpleTMs-fabric-2.1.0.jar下载2.1.0#Release### Changes- Translation File format updated + Spanish translation added (however the Spanish and Japanese files will have 2 lines missing that were added in this update)- The recipe for blank TMs have been expanded. The original smithing table recipe with echo shard is still present, however I have added an alternative using a Nethirite Block (still expensive, but at least easier to obtain!) to test feedback on it.- `anyMovesLearnable` config was separated into `anyMovesLearnableTMs` and `anyMovesLearnableTRs` by request. Therefore, you can now make it so TMs can teach their move to any Pokémon, while TRs remain as is. Neat suggestion!### Fixes- Config added for TM stack size. Whoops, forgot to also make TMs stackable previously, yikes.### Additions- TMs (not blank) are repairable using diamond blocks! This measn after your initial investment into a specific TM, if you want to repair, you can now do so with Diamonds. Therefore, you can start building a collection and repair as needed- Added two new configs, `primaryTypeMovesLearnable` and `secondaryTypeMovesLearnable` --They are disabled by default, but now this means that you can teach any Fire type move to a Charmander for example. Done by suggestion, very neat, big pog.# Biggest Change- Compatibility with Gravel\'s Extended Battles and Gravelmon. Read the CONFIG.md on the repo for details.展开版本: 2.1.0支持游戏: 1.21.1类型:FabricRelease下载次数: 1,732SimpleTMs v2.0.3 - NeoForge - Cobblemon 1.6.1SimpleTMs-neoforge-2.0.3.jar下载2.0.3#ReleaseRemoved Move lists from tooltip due to general buggy behaviour展开版本: 2.0.3支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 11,279SimpleTMs v2.0.3 - Fabric - Cobblemon 1.6.1SimpleTMs-fabric-2.0.3.jar下载2.0.3#ReleaseRemoved Move lists from tooltip due to general buggy behaviour展开版本: 2.0.3支持游戏: 1.21.1类型:FabricRelease下载次数: 152,319SimpleTMs v2.0.2 - NeoForge - Cobblemon 1.6.1SimpleTMs-neoforge-2.0.2.jar下载2.0.2#Release- Updated moves shown on tooltip. Client and server still can\'t sync perfectly, but at least displays clients settings consistently.- Reduced loot drop rates of TRs from all chests after some feedback on high drop rates展开版本: 2.0.2支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 1,045SimpleTMs v2.0.2 - Fabric - Cobblemon 1.6.1SimpleTMs-fabric-2.0.2.jar下载2.0.2#Release- Updated moves shown on tooltip. Client and server still can\'t sync perfectly, but at least displays clients settings consistently.- Reduced loot drop rates of TRs from all chests after some feedback on high drop rates展开版本: 2.0.2支持游戏: 1.21.1类型:FabricRelease下载次数: 18,619SimpleTMs v2.0.2 -Fabric Backport - Cobblemon 1.5.2SimpleTMs-fabric-2.0.2-backport.jar下载2.0.2-backport#Release# Backport to Cobblemon 1.5.2This version is a backport of the reworked SimpleTMs to Cobblemon 1.5.2 and Minecraft 1.20.1 for those that have not updated to new version of cobblemon yet.### Update from 2.0.1- Fixed Desert temple loot drop chance for TMs展开版本: 2.0.2-backport支持游戏: 1.20.1类型:FabricRelease下载次数: 16,595SimpleTMs v2.0.1 - NeoForge - Cobblemon 1.6.1SimpleTMs-neoforge-2.0.1.jar下载2.0.1#Release- Updated for Cobblemon 1.6.1- Updated Japanese language file展开版本: 2.0.1支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 148SimpleTMs v2.0.1 - Fabric - Cobblemon 1.6.1SimpleTMs-fabric-2.0.1.jar下载2.0.1#Release- Updated for Cobblemon 1.6.1- Updated Japanese language file展开版本: 2.0.1支持游戏: 1.21.1类型:FabricRelease下载次数: 2,356SimpleTMs v2.0.0 - NeoForge - Cobblemon 1.6SimpleTMs-neoforge-2.0.0.jar下载2.0.0#Release# Total Rework of SimpleTMs for v2.0.0Updated for Cobblemon 1.6.0 and Minecraft 1.21.1展开版本: 2.0.0支持游戏: 1.21.1类型:NeoForgeRelease下载次数: 425SimpleTMs v2.0.0 - Fabric - Cobblemon 1.6SimpleTMs-fabric-2.0.0.jar下载2.0.0#Release# Total Rework of SimpleTMs for v2.0.0Updated for Cobblemon 1.6.0 and Minecraft 1.21.1展开版本: 2.0.0支持游戏: 1.21.1类型:FabricRelease下载次数: 4,022SimpleTMs: TMs and TRs for Cobblemon 1.1.2SimpleTMsForge-1.1.2.jar下载1.1.2#Release#### [1.1.2 (February 4th, 2024)](#1-1-2)- Corrected some TM/TR item drops展开版本: 1.1.2支持游戏: 1.20.1类型:ForgeRelease下载次数: 40,448SimpleTMs: TMs and TRs for Cobblemon 1.1.2SimpleTMsFabric-1.1.2.jar下载1.1.2#Release#### [1.1.2 (February 4th, 2024)](#1-1-2)- Corrected some TM/TR item drops展开版本: 1.1.2支持游戏: 1.20.1类型:FabricRelease下载次数: 111,095SimpleTMs: TMs and TRs for Cobblemon 1.1.1SimpleTMsForge-1.1.1.jar下载1.1.1#Release#### [1.1.1 (January 30th, 2024)](#1-1-1)- Corrected some TM/TR item names- Removed 1 fake TM/TR- In collaboration with davo899:- Made SimpleTMs compatible with *[CobblemonTrainers](https://www.curseforge.com/minecraft/mc-mods/cobblemontrainers)*展开版本: 1.1.1支持游戏: 1.20.1类型:ForgeRelease下载次数: 448SimpleTMs: TMs and TRs for Cobblemon 1.1.1SimpleTMsFabric-1.1.1.jar下载1.1.1#Release#### [1.1.1 (January 30th, 2024)](#1-1-1)- Corrected some TM/TR item names- Removed 1 fake TM/TR- In collaboration with davo899:- Made SimpleTMs compatible with *[CobblemonTrainers](https://www.curseforge.com/minecraft/mc-mods/cobblemontrainers)*展开版本: 1.1.1支持游戏: 1.20.1类型:FabricRelease下载次数: 295SimpleTMs: TMs and TRs for Cobblemon 1.1.0SimpleTMsForge-1.1.0.jar下载1.1.0#Release#### [1.1.0 (January 18th, 2024)](#1-1-0)- Added 2 config options for TM and TR drop chance from wild Pokemon- Pokémon now have a (by default) 5% chance to drop a TR or a 0.01% chance to drop a TM. TMs and TRs that drop are based on the Pokémon\'s tm, egg and tutor move list.展开版本: 1.1.0支持游戏: 1.20.1类型:ForgeRelease下载次数: 245SimpleTMs: TMs and TRs for Cobblemon 1.1.0SimpleTMsFabric-1.1.0.jar下载1.1.0#Release#### [1.1.0 (January 16th, 2024)](#1-1-0)- Added 2 config options for TM and TR drop chance from wild Pokemon- Pokémon now have a (by default) 5% chance to drop a TR or a 0.01% chance to drop a TM. TMs and TRs that drop are based on the Pokémon\'s tm, egg and tutor move list.展开版本: 1.1.0支持游戏: 1.20.1类型:FabricRelease下载次数: 281全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
SimpleTMs: 神奇宝贝宝可梦的TMs和TRs |
楼主
2025-8-10 19:18:53
回复(0)
收起回复
|