Jump to content

Phenomenum

Members
  • Posts

    1257
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Phenomenum

  1. Arcana Accuracy at Pillars of Eternity 2: Deadfire Nexus - Mods and Community (nexusmods.com)
  2. All "per intervals" effects is not scaling, because of... Forget about it. Just Obsidian's lazy game design.
  3. Hey... After more than a year since my Enhanced Companions Portraits release, i finally made a proper comparison "vanilla vs moded". Use it, if you like it. Or not. "Zoom" for most portraits were made for correspondence and harmonization to other NPC portraits.
  4. Pallegina Mes Rei - A Bird God Paladin - POE 2 at Pillars of Eternity 2: Deadfire Nexus - Mods and Community (nexusmods.com) Astounding portrait, but convo isn't so good as original artwork So i've tried to fix it
  5. "BaseCrossbow_SEHitToCritChance" status-effect have no restrictions in attack filter so Bonus Hit to Crit applies on any source (spells, poisons, bombs) when crossbow is equipped. In my opinion, it looks like oversight and must be restricted to crossbows only, because with other weapons, which have any special effects (e.g. Sabre Bonus damage) these effects applies only for those weapons attacks. So crossbow bonus for all sources are inconsistent with rules for other weapons. Just need to add CrossbowKeyword in attack filter - simple. P.S. I'm workin' hard last weeks so i can't spent much time for modding right now, but i makin' notes of every adjustment we need to do.
  6. i've confirmed a vanilla bug: Boar's DOT do not limited by base time of 6 sec. It's still even after spiritshift is gone.
  7. It's strange, because Shifter and other subclasses uses the same status-effect for Boar DOT dmg...
  8. For now, i can presume that we can rearrange this status-effect trough adding transfer AttackOnEvent instead ApplyStatusEffectOnEvent (and then attack applies DOT). Maybe it can help. Question: is this bug appears for other subclasses or for Shifter only?
  9. OK, tested and i get it. Somehow DOT is still active beyond time limit. So the base 6 sec. limit is not working. Need to think. Give me some time (about 1 week).
  10. Emm... Let's see: Boar's DOT is 10% of dmg dealt as RAW for 6 sec. base. It's applied by 3 sec. tick so we have 3 ticks within 6 sec. - total 30% dmg as RAW. DOT can be scaled by int so with 20 INT you'll receive 4 ticks - total 40% dmg. And yes, it's stackable (same story for Battle Axe DOT). "$type": "Game.GameData.StatusEffectGameData, Assembly-CSharp", "DebugName": "Spiritshift_Boar_SE_ApplyOnEvent", "ID": "f2d641f0-bf73-4a54-86e3-78a14042adf8", "Components": [ { "$type": "Game.GameData.StatusEffectComponent, Assembly-CSharp", "StatusEffectType": "ApplyStatusEffectToEnemyByDamageDealt", "OverrideDescriptionString": -1, "OverrideDescriptionStringTactical": -1, "UseStatusEffectValueAs": "None", "BaseValue": 0.1, = 10% of dmg dealt "$type": "Game.GameData.StatusEffectGameData, Assembly-CSharp", "DebugName": "Spiritshift_Boar_SE_RawDamage", "ID": "33b22e2d-a4b2-4da9-92d8-e1f525817541", "Components": [ { "$type": "Game.GameData.StatusEffectComponent, Assembly-CSharp", "StatusEffectType": "Damage", "OverrideDescriptionString": -1, "OverrideDescriptionStringTactical": -1, "UseStatusEffectValueAs": "None", "BaseValue": 0, "DynamicValue": { "Stat": "None", "SkillDataID": "00000000-0000-0000-0000-000000000000", "ClassID": "00000000-0000-0000-0000-000000000000", "MultiplyBy": 1, "Operator": "Add" }, "KeywordsIDs": [], "DurationType": "UseDurationTime", "Duration": 6, "MaxStackQuantity": 0, "ApplicationBehavior": "StackIfAlreadyApplied", "ApplicationType": "ApplyOnTick", "IntervalRateID": "25acc41f-26a4-4ef7-9b7d-0f1bf0ddfe9f", We can turn off stacking. Simple. Though i've played Shifter/Trickster (my favorite build) a lot (hell of a time) and i believe that Cat's form with Fast Attack ability is still be better in therms of DPS, and i use Boar form mostly for regeneration. So i, personally, don't see any OP here. If Boar DOT feels OP, then Cat Form paired with high DEX and DW passive is SUPER OP.
  11. Yes, it obvious lazy fix)) The problem is: familiar lifetime is scales with caster INT, but duration of familiar's buffs don't (more than than that, all familiars have 10 in all stats).
  12. Yep. Personally, i'm glad to see Tactician Brill is limited, because it's too easy to trigger. Tactician/Bloodmage with infinite Brill receive infinite resources - that's not what we all wanted, i think. Combined with "Potion of Brilliant" it will be a tremendous resource generator, especially in boss fights. Think about it. P.S. And to say, i didn't tested yet Tactician Brill + AM. Maybe they can stack due to individual ticks as status-effects (but it will be another quest to resolve).
  13. Interesting. I've checked familiar buffs and: 1. Familiar are origin of this effects – these abilities belongs to familiar according to progressiontables.gamedata 2. If these effects tend to stick to character, this is some kind of program bug, because effects itself are OK, contain no mistakes and should be disappear with origin (familiar) death. 3. So "ClearOnDeath": "true" can make it work (or don't). Otherwise i see no workarounds.
  14. I know, but i dont want infinite Brilliant)) More than that, it will be useless for all exluding Tactician - with modified SoT you hardly can prolong cipher Brill even for a minute. So Tactician Brill source will be better than others. No, i want to build a kommunism - same Brill for all. And with non-modified SoT we get nearly the same infinite resources as in vanilla. Bad idea.
  15. Here are the code example: In this construction, initial tick should be delayed for 30 sec. timer, then usual OnTick effect will be applied. Can be used to delay anything.
×
×
  • Create New...