Jump to content

smzh369

Members
  • Posts

    25
  • Joined

  • Last visited

Reputation

3 Neutral

About smzh369

  • Rank
    (1) Prestidigitator
    (1) Prestidigitator
  1. Oh ! I've found that I just made a typo error It's GameDataObjects not GameDataObject
  2. I want to make Paladin subclass Frermàs mes Canc Suolias available in character creation, lower Wrath of the Five Suns's cost and move it to PL 1 auto grant ability(replace sworn enemy) , and add Sworn Rival/Brand Enemy(Five suns edition) to the ability tree. I made some change to abilities/characters/factions.gamedatebundle and they all work fine(I can select Frermàs mes Canc Suolias in character creation now). But when I try to edit PT_Paladin table in ClassProgressionTableGameData, whatever I do to the progression table it just doesn't work. I can't get Wrath of the Five Suns and Frermàs mes Canc Suolias order passive at level 1. Is it impossible to replace ClassProgressionTableGameData in 5.0 ? Here is my code: pt_paladin.gamedatabundle
  3. The Slug Queen disappeared after speaking to Ludovico. Can't push on the task. (GOG 1.5.1.712)
  4. In Spectrum Gatling's weapon statistics its rate of fire is 2/s(min)~25/s(max), but actually it's only about 1.x/s(min)~18/s(max). It is simmilar to Plasma Carbine / Plasma Carbine Ultra's bug:
  5. 1. Critical Chance is far less than that it should be. (with 100 skill it's only about 35-40% rather than 80%, tested with long gun) 2. Plasma Carbine / Plasma Carbine Ultra's real fire rate is 2.5/s. (4/s in the weapon detail) 3. Extend-O-Sight increase the range by 56.25% instead of 25%. (double effect I guess, since 1.5625 = 1.25*1.25)
  6. I also found this issue. The real critical chance (100 gun skill) is around 34 - 42, far less than 80%, must be a bug.
  7. 3.1 still right-hand only. Seems intended but can any dev explain why ?There are such few unique rapier... Besides it only some summon weapon is restricted to primary hand
  8. After patch 2.1 This change mainly affect four spell : cipher's Disintegration, druid's Taste of The Hunt, priest's Cleaning Flame and wizard's Combusting Wounds. After this patch we won't get a lower damage(every 3s) when we have higher INT, and Graze/Crit won't increase/decrease the damage(every 3s). Now higher INT increase the whole damage for these four spells. However, when I test these spells I found a new issue(bug?). The damage bonus(from STR/food/buff,except pl) of the four spells becomes extreamely low. I did some research and dicovered the exact formula: For other DoT spells: final_dmg = base_dmg * [ 1 + pl_bonus ] * [ 1 + other_bonus ]. For these four spells: final_dmg = base_dmg * [ 1 + pl_bonus ] * [ 1 + other_bonus / ( base_duration / 3 ) ]. For example,the base damage(every 3s) of Disintegration is 240 / (15/3) = 48. If I have 20% bonus from pl and 20% bonus from food, the damage(every 3s) should be 48*1.2*1.2 = 69.12, but the actual damage in game is 48*1.2*[1+0.2/(15/3)] = 59.904. So only the pl_bonus works well for these four spells, bonus from other source bugged. The extent of the negative impact is decided by the spell's base duration. Higher base duration results in lower bonus. But,why only these four spells ? I checked the "statuseffects.gamedatebundle" and found that their "ApplicationType" are all "ApplyOverTime",which is the same type as POE1. Meanwhile,other dot spell whose "ApplicationType" is "ApplyOverTime" in POE1 now has a new "ApplicationType" : "ApplyOnTick" in POE2. Why these four special ? They work nearly the same as other DoT spells and should have the normal damage bonus from pl & other sources. So I simplely speculate that the dev forgot to change it when they transplant them from POE1 to POE2. PS: Fighter's Unbending, Ranger's Wounding Shot, Rouge's Deep Wounds, Blightheart's Heartbeat health are also "ApplyOverTime", but their dot damage/dot health were originally designed not to benefit from pl & other bonus so there is no bug in them.
  9. NEW FIND 2: Druid's Taste of The Hunt, Priest's Cleaning Flame, Wizard's Combusting Wounds also have the same problem.
  10. NEW FIND: The pl bonus works well for this spell ,while other bonus(from STR/food/buff) only have 1/5 effect.
  11. While the self damage duration extends with pl ? When the AoE ends,self damage still exits ? This is unreasonable ! Is it a bug or intended ?
  12. I noticed it,but I don't think they regain the fur by bsing their ability(it is a passive and only apply at the beginning of the combat). After the second External Devotion,the bear's status bar is flickering and the bear start to regain and lose the fur at a high frequency.
×
×
  • Create New...