Jump to content

UberGuy

Members
  • Posts

    649
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by UberGuy

  1. The thing with Aim not affecting Toxins bonus damage is almost certainly intended. It's implemented as a "global proc", which means it's like (temporarily) slotting a special proc enhancement in all your damage dealing powers. It is conventional that damage from these cannot be boosted by, well, anything that boosts damage. It seemingly not working right on RoA may be a bug. RoA summons a pseudopet and, like most such things, its damage is implemented as a passive with a refresh interval such that it only ticks once in the pet's lifetime. The pet is passed the owner's buffs, so its powers should get the proc benefit. 0.11*(1.00*Melee_Damage)*minmax(power.base>activateperiod, 0, 2)/power.base>areafactor This looks almost exactly like the proc calculation for passives/toggles used in Offensive Adaptation, with higher scale multiplier. (That makes sense, Toxins is a click and OA is a toggle). So I don't think anything is wrong with the formula. So... I dunno what's up there. Here's a separate probable bug though. Toxins does nothing at all to PvP targets.
  2. I forgot to add, here's where you find the new shinies, on the CoD main/landing page. (Remember, for now this is only on the beta site.) Note that thee "search" pages are just the boostset and entity pages, which both have a search bar at the top. This approach worked out better than I hoped, so I plan to at least look into adding the search bar directly on the powers pages. I'll be a little trimmed down from the one you see on the landing page, since I probably don't want to cram the links that search creates onto the powers page. If I add a search box there, it'll just send you directly to the power you select. I plan to add a couple more ways to slice and dice the boostset lists. There aren't vast numbers of sets, so it's sane to offer a list of categories (Melee Damage, Defense, Healing, etc.), and a list of sets in each category.
  3. OK, actually the entity stuff is ready to go. At this point I'm blocked on releasing this stuff to the Homecoming version of the site because I need to fully re-export the data to pick up various data additions, but the bin file reader no longer works with HC's bins due to keeping it up-to-date with Page 2 changes. Hopefully next time around I'll be better prepared for that. I export "raw" data files from the bins that I can parse instead of the bins, and I can tolerate "missing" new fields in the "raw" data where tolerating missing data in the bins is wildly impractical. Unfortunately, I've added whole classes of data export that I did not have the last time I ran the bin parser against HC, meaning I don't have that raw data at all. Once HC is updated with Page 2 that will change . For now, you can see data and new site features from closed beta test server here. Once those go live, I'll update the HC site with the same.
  4. Today I learned that every SG base NPC in the base editor is a critter, and all the decorative ones (so not things like trainers or stores) have a few dozen completely mundane names. "base_soccertalk_female_npc": [ "Laura", "Linda", "Cynthia", "Amy", "Janet", "Angela", "Mary", "Patricia", "Melissa", "Carol", "Rebecca", "Betty", "Ruth", "Brenda", "Barbara", "Nancy","Carolyn", "Martha", "Joyce", "Shirley", "Anna", "Christine", "Kimberly", "Jessica", "Lisa", "Amanda", "Sarah", "Catherine", "Sharon", "Helen", "Sandra", "Virginia", "Diane", "Dorothy", "Frances", "Elizabeth", "Karen", "Debra", "Maria", "Susan", "Deborah", "Kathleen", "Margaret", "Ann", "Marie", "Jennifer", "Pamela", "Donna", "Stephanie","Michelle" ], I am filtering them out of the display_name search index, heh. I will probably add a way to search by internal name that would find them.
  5. Ah, yeah, I had not seen them in ages. I am certain they did not get this.
  6. What non-MM critters have Full Auto? Stuff in the AE didn't get it.
  7. Devs on the discord report the issue was identified and a fix is in progress.
  8. It's not quite ready for prime time yet, but here's a little preview of something I've been working on. Before people ask ... , no, you won't be able to search for sets based on the bonuses they grant. Not for a while anyway. To offer that, I need to build a searchable index of bonuses on the back-end, and to create that, I need to parse the attribmods in the enhancements. But there's currently no attribmod parsing code in the back-end that creates the data files. It just dumps out raw data and the parsing is currently all done in browser code. I plan to support bonus searching eventually, but it will be some time before I do so. For now, Mids is your go-to for that kind of functionality. Initially you'll only be able to search for sets by name, just like with powers. This will be released alongside the critter/entity search interface. I'm working on building a search index for that too. It's not hard, but it's not as easy as it probably seems, as critters can have many names. (A name is defined at each level for which they exist!) I'm building a many-to-one mapping of display names you can search against to find the internal entity name.
  9. None. That's native browser functionality. I simply display the JSON string inside <pre><code>...</code></pre> tags.
  10. Generally speaking, no, changes like these have not been back-ported to critters. That doesn't mean they never will be, however.
  11. There was a player in the testing Discord that specifically talked about the original visual effects causing disorientation and discomfort, and the latest new effects got a thumbs-up from them. Since the sounds didn't change, it seems that it really was the visuals.
  12. So I think I stumbled across the root cause, and if I'm right, it's suuuuper annoying, but still easy for the devs to fix. Why is it annoying? Well, I went looking for other powers that work like Shinobi does - powers that grant you a Global Boost that's a PPM damage proc. Two powers I found were Bio Armor's Offensive Adaptation and Plant Manipulation's Toxins. (Hybrid Assault does this too, but it can't be used when exemplared down low the way all these others can.) The obnoxious thing was that nothing in these other proc-granting powers looks meaningfully different from Shinobi. So why do they work when you're exemplared? (They do work.) It seems that the answer is ... magic. Here are the boosts the three different powers grant. redirects.blaster_ninja_training.shinobi_proc temporary_powers.temporary_powers.offensive_adaptation_proc temporary_powers.temporary_powers.plant_manipulation_toxins The difference is obvious, visually, but it never occurred to me that it could matter. But casting around for any explanation, I went code diving in the SCoRE code. It turns out that powers in the "temporary_powers" power category* get a magical, hard-coded pass on caring what level you were when you earned the power. Shinobi isn't in the temp power category, so its "level earned" is checked. When you're level 50, you apparently grant yourself the power at level 50 (even when you grant it to yourself while exemplared), and when you're exemplared to too low below 50, it isn't allowed to function. That's why you get the message about it not working at your current level. Fortunately, in that same code is the solution I guessed at earlier. Powers can be flagged to ignore their earned level for exemplar purposes. That's how all accolade powers are set up, for example. It's possible the HC devs have updated the code I looked at, but honestly, this seems like something that probably is still the same. If it's not, I have no idea why OA and Toxins work when exemplared but Shinobi breaks.
  13. @ViciousCabaret, can you try detoggling Shinobi, logging out while still while on an arc that exmplars you, and seeing if it is still broken when you toggle it on after login? I see that the power is flagged ignore_level_gained: false. I am wondering if it's possible that the granted power is not replaced if you already have it. Exemplaring below level 45 would cause you to lose a power you gained at level 50, and if you turned Shinobi on while level 50, that would mean you "earned" Shinobi Skills at level 50. The attribmod itself is set to "replace" stacking, but I have no idea if that actually means it replaces the granted power if you already have it. I am wondering if logging out with Shinobi off means you come back without Shinobi Skills, and then can grant it to yourself at a lower level, allowing it to function. If so, we know how to fix it!
  14. There seems to be a widespread issue with fast snipes not working correctly, both in blast sets and in melee epic pools. Devs are investigating. Early indications is that the problem is specific to Brainstorm. (Testing by devs on internal environments don't show the issue.)
  15. OOC, is it affecting any other "in combat" type things? Stalker AS? Switching iPowers?
  16. I don't think it has anything to do with the Recharge Power, as that's present on Cryptic and the powers work fine there. I tested Moonbeam on a Stalker and a Scrapper on Cryptic. So it has to be something that's new to Brainstorm that's not on Cryptic.
  17. Taunt and damage massively outweigh every other factor. Taunt doesn't act like more damage, taunt massively multiplies other factors in your threat calculation, including damage. You could be on a Tanker running Super Speed full time, and as long as you sustain your taunts, the only thing that will peel aggro off of you is someone with comparable taunt * damage scales. Yes, if two Brutes or two Tankers are both taunting and smacking the same foe for about the same damage levels, the one with a threat penalty will probably lose aggro to the other one.
  18. That you were perhaps not happy with it does not make it true that it did not get enough testing or feedback to say it was good enough to go forward.
  19. Interesting. I may have to go digging to see if I can find why that is. Because that seems weird enough to (probably?) not be intentional.
  20. Your testing shows it being used on really low-level foes, who will be massively knocked back by the KB effect . Using it on severely low-level foes means the effect scales way up and sprays them away from the power. This apparently creates a timing issue where they are out of range of the teleport effect before it goes off. While the latter may be an actual flaw in the power, I have to ask, what happens if you do this to level-appropriate foes? Edit: Yeah, the teleport happens after 2.6s but the stun is immediate, and KB proc will land when the stun activates on the foes, so they're out of range before the teleport kicks in.
  21. It also means this is more of a feature request than a bug report. The fact that everyone sees a different item is working as intended. That it's not necessarily working as players probably expect is notable, but not always an indication of a bug. A similar but probably less applicable example is the persistent debris created by certain powers / animations is also different for every client. You may be running around bumping a pool table on your screen, but someone else may see it as a roll of insulation. I believe that some more particulate debris, like leaves or small rocks, is actually totally random, and where you see a piece of it, others may see nothing at all.
  22. I don't think that's a thing they can do. Your pose or costume can't control things powers can check.
×
×
  • Create New...