更好的帕鲁强化

更好的帕鲁强化

为Pal的强化添加上失败的概率,以及连续强化失败多少次则直接删除该Pal。 Add a probability of failure to Pal's reinforcement, and specify the number of consecutive reinforcement failures that will result in the direct deletion of the Pal.

PalHunPoQH使用说明

一、这是什么 本MOD是「帕鲁魂强化概率失败和惩罚」MOD · 核心逻辑代码(main.lua + Modules 全部 6 个模块)

二、部署方法

  1. 解压本压缩包,得到 PalHunPoQH 文件夹
  2. 整文件夹复制到服务器: [color=#ff0000][size=4] Pal\Binaries\Win64\ue4ss\Mods[/size][/color] (替换/删除旧的 PalHunPoQH 文件夹后再放,没有安装过的可以不用管)
  3. 重启服务器(或重载 UE4SS)
  4. 若之前已有一份 Config.lua 调好的参数,记得保存了再替换。 5.详细参数可通过文件夹里的“一键配置系统.html”进行调整,然后复制出来到Config.lua里

三、功能清单 · 魂强化按概率失败(Base + PerLevel × 魂总等级,上限 Max) · 一次强化多级 = 逐级独立判定 - 全部成功 → 正常升满 - 中途失败 → 部分成功:失败前成功级数保留(升到失败前一级),失败级停止,扣成功级(原版)+ 失败级(惩罚)魂 - 首级就失败 → 整体失败,扣首级魂 · 魂不在背包 → 直接拦截强化并提示 · 连续失败达到阈值(默认 3 次)→ 删除该帕鲁 · 管理员豁免、调试日志开关

四、注意事项 · 管理员调试模式DebugMode 默认用false就可以,不然日志里会多次一堆没必要的提升。


This MOD is the "Paru Soul Strengthening Probability Failure and Penalty" MOD · Core logic code (main.lua + all 6 modules) II. Deployment Method

  1. Unzip this archive to obtain the PalHunPoQH folder
  2. Copy the entire folder to the server: [color=#ff0000][size=4]\Pal\Binaries\Win64\ue4ss\Mods[/size][/color] (Replace/delete the old PalHunPoQH folder before placing it. If you haven't installed it, you can ignore it.)
  3. Restart the server (or reload UE4SS)
  4. If you have previously adjusted the parameters in Config.lua, remember to save them before replacing it.
  5. Detailed parameters can be adjusted through the "One-click Configuration System.html" file in the folder, and then copied into Config.lua III. Function List · Soul enhancement may fail based on probability (Base + PerLevel × Total Soul Level, capped at Max) · One-time reinforcement with multiple levels = independent determination level by level
  • All successful → Normal upgrade completed
  • Midway failure → Partial success: The number of successful levels before the failure is retained (up to the level before the failure), the failure level stops, and the success level (original version) + failure level (penalty) souls are deducted
  • Failure at the first level → Overall failure, deduct first-level soul points · Soul not in backpack → directly intercept the enhancement and provide a prompt · Reaching the threshold of consecutive failures (default: 3 times) → delete the Paru · Administrator exemption, debugging log switch IV. Precautions · The default setting for DebugMode in administrator mode is false, otherwise there will be unnecessary prompts repeatedly displayed in the logs.