Jump to content

desophos

Members
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I've started working on an implementation of these ideas! So far, I have functionality to handle reading mods from .zip files, installing them, and uninstalling them. No UI yet, though. The file structure I decided on is as follows: each mod consists of a .zip file containing 1. a JSON file called "info.json" and 2. a "data" folder containing the actual mod files in their proper paths, where they belong in the game install folder. The info.json file contains three fields (so far): name, author, and version. Author and version are optional. The file looks like this: { "name": "Test Mod", "author": "Nobody", "version": "1.0.0" } Obviously authors would change these fields to fit their mods. This metadata is associated with the mod for future reference. No checks are currently done for... well, much of anything, really; this is just the beginning of a usable tool. I would welcome any feedback or suggestions! Nothing is set in stone. If you're interested, you can find the (Python) code here: https://github.com/desophos/cox-mod-manager Update: I think I'm approaching a usable 0.1.0 tool. I have a working command-line interface! I'll make a separate thread in the Tools forum when I think it's ready for distribution.
  2. This report is about my level 50 Robotics/Electrical Affinity Mastermind, ELIZA-7E4. I do get a recharge bonus from my Agility Alpha ability, but the numbers here are with all Incarnate abilities unslotted and no toggles active. I have 92.5% global recharge according to the Combat Attributes window. However, my powers without recharge enhancements have their base recharge times and those with recharge enhancements use only the slotted recharge reduction. E.g., [Empowering Circuit] and [Faraday Cage] have base recharge; [Power Boost] has 1m29s recharge with one 34.8% recharge enhancement slotted. I'm not exemplared or on an Ouroboros mission, as far as I know. This issue has persisted across multiple game sessions. I'm not sure when it started, but it's possible that I've never received my global recharge bonus. Here's some math to support my claims about Power Boost. My powers without recharge slotted just have base recharge, so no math is needed to show that my global recharge doesn't apply there. Power Boost base recharge = 120s Enhancement bonus = 34.8% Global bonus = 92.5% Current value: 1/(1+0.348) ~= 74% 120s * 74% ~= 89s = 1m29s Expected value: 1/(1+0.348+0.925) ~= 44% 120s * 44% ~= 53s Power Boost is just an example; I have the same issue with all my powers. I have no idea what could be causing this issue!
×
×
  • Create New...