搜索历史
清空
暂无搜索历史
论坛热搜
1
【MC整合包发布】乌托邦探险之旅3.2
热
3
[1.6.4]上古老物 冒险者传说 by WhiteSword
新
5
[转载]洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
[1.12.2]Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5[炫酷魂环][高级魂技][全模型贴图覆盖][超吸金]
6
[1.7.10] [HQM] [Mercury landing]水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 25|回复: 0

[模组分享] RelicEx (RelicEx)-MOD模组

[复制链接]

5257

主题

52

回帖

6514

积分

龙❁妻

Rank: 8Rank: 8

经验
6514 EP
金粒
1165 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:05:41 | 显示全部楼层 |阅读模式
RelicEx (RelicEx)Github |相关wiki |源站链接支持: fabricRelicEx 是一个 Minecraft 模组,实现了 Trinkets 与 PlayerEx 的兼容性,并且融合了 RPG 主题。该模组新增了以下内容:



Relics 从怪物掉落(任何 `Monster` 实例)并在战利品箱中生成(任何类型为 `chests/` 的战利品表)。Relics 会随机生成属性,并在装备到对应的 Trinket 或装备槽时应用。这些随机生成的属性取自于 PlayerEx 属性,并且其值也是随机生成的。
Relics 有一个稀有度系统:Common、Uncommon、Rare、Epic、Mythical、Legendary 和 Immortal。Relics 最多可以附带五个属性奖励。影响 Relic 稀有度的因素有:附加到 Relic 上的属性数量、每个属性附加的奖励值,以及属性本身的权重。
所有的随机性和掉落概率都是加权的,并且完全可配置。
#### 其他
- 不需要的 Relics 可以被熔炼成 Relic Shards,然后可以被摧毁以掉落经验点。- Health Potions 无法存储,它们在被拾取的瞬间就会治愈。- 龙之石在末影龙死亡时掉落(可配置)。在处理它时应当小心,因为使用它将重置玩家的属性、等级和技能点数。为此,实现了一个安全措施,必须连续右键点击两次。- 可用于 Relic 稀有度的 [Legendary Tooltips](链接) 选择器,例如 `\"&Rareness=uncommon\"`,其中 `uncommon` 可以是上述任何稀有度。
截图:

来自Modrinth所有游戏版本1.19.21.18.21.19所有类型fabric3.3.2+1.19.2relicex-3.3.2+1.19.2.jar下载3.3.2+1.19.2#Releaserelicex-3.3.2+1.19.2-sources.jar下载3.3.2+1.19.2#Release### Changelog*Requires PlayerEx `3.5.4+1.19.2` or newer.-Removed `playerex:ranged_damage` attribute reference.+Added `projectile_damage:generic` attribute reference.*Reverted to Fabric Loader `0.14.10`.*Updated Fabric API required version to `0.76.0+1.19.2` or newer.展开版本: 3.3.2+1.19.2支持游戏: 1.19.2类型:FabricRelease下载次数: 166,9303.3.1+1.19.2relicex-3.3.1+1.19.2.jar下载3.3.1+1.19.2#Release+Fixed bug with Tieredz (Relics can still be combined with Tieredz items and keep both Tieredz and RelicEx attributes).+Added resourcepack customisation of rareness text colours: `assets/relicex/rareness/colors.json````json{\"values\": {\"COMMON\": \"WHITE\",\"RARE\": \"DARK_BLUE\",...}}```*Incremented version.展开版本: 3.3.1+1.19.2支持游戏: 1.19.2类型:FabricRelease下载次数: 2,5573.3.1+1.18.2relicex-3.3.1+1.18.2.jar下载3.3.1+1.18.2#Release+Fixed bug with Tieredz (Relics can still be combined with Tieredz items and keep both Tieredz and RelicEx attributes).+Added resourcepack customisation of rareness text colours: `assets/relicex/rareness/colors.json````json{\"values\": {\"COMMON\": \"WHITE\",\"RARE\": \"DARK_BLUE\",...}}```*Incremented version.展开版本: 3.3.1+1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 5033.3.0+1.19.2relicex-3.3.0+1.19.2.jar下载3.3.0+1.19.2#Release#### Updates and Fixes*Updated loom version.*Updated fabric-api version to 0.75.1.+Updated README to include credits.*Updated chinese localisation.+Added config option to blacklist mobs from dropping relics.*Fixed issue that caused relics to not properly affix with armour items and miscalculate their attributes.*Fixed issue that caused an incompatibility with Wizards.*Changed version semantics: previously we had `a.b.c`, where now we have `a.b.c-mcversion`. This change was made to be more inline with the fabric modding scene, but also because it makes sense. We would not only have to increment the version number for new changes, but every time support was added for another minecraft release - this is obviously inefficient.展开版本: 3.3.0+1.19.2支持游戏: 1.19.2类型:FabricRelease下载次数: 1583.3.0+1.18.2relicex-3.3.0+1.18.2.jar下载3.3.0+1.18.2#Release#### Updates and Fixes*Updated loom version.*Updated fabric-api version to 0.75.1.+Updated README to include credits.*Updated chinese localisation.+Added config option to blacklist mobs from dropping relics.*Fixed issue that caused relics to not properly affix with armour items and miscalculate their attributes.*Fixed issue that caused an incompatibility with Wizards.*Changed version semantics: previously we had `a.b.c`, where now we have `a.b.c-mcversion`. This change was made to be more inline with the fabric modding scene, but also because it makes sense. We would not only have to increment the version number for new changes, but every time support was added for another minecraft release - this is obviously inefficient.展开版本: 3.3.0+1.18.2支持游戏: 1.18.2类型:FabricRelease下载次数: 1043.2.7relicex-3.2.7.jar下载3.2.7#Release*Relic Armour is now affixable to regular armour using a Smithing Table, instead of using the sneak+right-click system.展开版本: 3.2.7支持游戏: 1.19.2类型:FabricRelease下载次数: 6,2313.1.6relicex-3.1.6.jar下载3.1.6#Release*Relic Armour is now affixable to regular armour using a Smithing Table, instead of using the sneak+right-click system.展开版本: 3.1.6支持游戏: 1.18.2类型:FabricRelease下载次数: 1413.2.6relicex-3.2.6.jar下载3.2.6#ReleaseNo changelog was specified.展开版本: 3.2.6支持游戏: 1.19.2类型:FabricRelease下载次数: 2023.1.5relicex-3.1.5.jar下载3.1.5#ReleaseNo changelog was specified.展开版本: 3.1.5支持游戏: 1.18.2类型:FabricRelease下载次数: 1553.2.5relicex-3.2.5.jar下载3.2.5#ReleaseNo changelog was specified.展开版本: 3.2.5支持游戏: 1.19.2类型:FabricRelease下载次数: 2523.2.4relicex-3.2.4.jar下载3.2.4#ReleaseNo changelog was specified.展开版本: 3.2.4支持游戏: 1.19类型:FabricRelease下载次数: 1813.1.4relicex-3.1.4.jar下载3.1.4#ReleaseNo changelog was specified.展开版本: 3.1.4支持游戏: 1.18.2类型:FabricRelease下载次数: 6743.2.3relicex-3.2.3.jar下载3.2.3#ReleaseNo changelog was specified.展开版本: 3.2.3支持游戏: 1.19类型:FabricRelease下载次数: 1703.1.3relicex-3.1.3.jar下载3.1.3#ReleaseNo changelog was specified.展开版本: 3.1.3支持游戏: 1.18.2类型:FabricRelease下载次数: 1833.2.2relicex-3.2.2.jar下载3.2.2#ReleaseNo changelog was specified.展开版本: 3.2.2支持游戏: 1.19类型:FabricRelease下载次数: 1463.1.2relicex-3.1.2.jar下载3.1.2#ReleaseNo changelog was specified.展开版本: 3.1.2支持游戏: 1.18.2类型:FabricRelease下载次数: 1223.2.1relicex-3.2.1.jar下载3.2.1#ReleaseNo changelog was specified.展开版本: 3.2.1支持游戏: 1.19类型:FabricRelease下载次数: 1123.1.1relicex-3.1.1.jar下载3.1.1#ReleaseNo changelog was specified.展开版本: 3.1.1支持游戏: 1.18.2类型:FabricRelease下载次数: 1303.2.0relicex-3.2.0.jar下载3.2.0#ReleaseNo changelog was specified.展开版本: 3.2.0支持游戏: 1.19类型:FabricRelease下载次数: 1623.1.0relicex-3.1.0.jar下载3.1.0#Release展开版本: 3.1.0支持游戏: 1.18.2类型:FabricRelease下载次数: 122全部版本
文章类型:收录layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
RelicEx
楼主 2025-8-10 19:05:41 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2025-9-25 10:26 , Processed in 0.271901 second(s), 52 queries .

快速回复 返回顶部 返回列表