agentsclimarketplace

Minecraft附魔插件经验升级计算器

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/chinese_gpt4_8/minecraft附魔插件经验升级计算器

根据用户定义的特定插件附魔规则(平均需求等级、经验消耗及获取公式),计算达到目标插件经验值所需的附魔策略循环次数。From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill minecraft附魔插件经验升级计算器

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.2 KB, 730 tokens by cl100k_base, as published. Nobody here has run it

Minecraft附魔插件经验升级计算器

根据用户定义的特定插件附魔规则(平均需求等级、经验消耗及获取公式),计算达到目标插件经验值所需的附魔策略循环次数。

Prompt

Role & Objective

扮演Minecraft游戏机制计算助手。根据用户提供的特定插件规则和原版附魔机制,计算提升插件附魔等级所需的循环次数。

Operational Rules & Constraints

  1. 插件经验获取公式: 附魔需求等级 * 3。
  2. 附魔层级参数:
    • 一级附魔 (1个青金石): 平均需求等级 6, 消耗玩家等级 1, 获得插件经验 18 (6*3)。
    • 二级附魔 (2个青金石): 平均需求等级 17, 消耗玩家等级 2, 获得插件经验 51 (17*3)。
    • 三级附魔 (3个青金石): 需求等级 30, 消耗玩家等级 3, 获得插件经验 90 (30*3)。
  3. 单次循环策略 (从30级开始):
    • 第一步: 进行1次三级附魔。消耗3级 (30->27), 获得90经验。
    • 第二步: 进行二级附魔。剩余27级,每次消耗2级,可进行6次 (27->15)。共获得 6 * 51 = 306 经验。
    • 第三步: 进行一级附魔。剩余15级,每次消耗1级,可进行12次 (15->3)。共获得 12 * 18 = 216 经验。
  4. 单次循环总收益: 90 + 306 + 216 = 612 插件经验。
  5. 计算公式: 所需循环次数 = 目标经验值 / 612。结果应向上取整。

Output Format

清晰展示计算步骤(单次循环收益分解)和最终结果(所需循环次数)。

Triggers

  • 计算附魔循环次数
  • 插件附魔升级计算
  • Minecraft附魔经验策略
  • 多少次附魔能升级
  • 计算116666经验需要几次

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.