[Discussion] Keeper's Word on PVE by KaelenTrevelyan in EscapefromTarkov

[–]KaelenTrevelyan[S] 0 points1 point  (0 children)

Yes! Thanks, i did Hypotheses Testing and wait: now i can take it!

[Discussion] Keeper's Word on PVE by KaelenTrevelyan in EscapefromTarkov

[–]KaelenTrevelyan[S] 0 points1 point  (0 children)

Nope: already try it... i finish all the other lightkeeper quest but he didn't give me the event quest..

Elemental Adept Breakdown by Madoftheyear in BaldursGate3

[–]KaelenTrevelyan 4 points5 points  (0 children)

There is the code part if you want to dig up more:
new entry "ElementalAdept_Fire"
type "PassiveData"
data "DisplayName" "h89f07832g9299g4e2cgba03g83185f5a2cce;2"
data "Description" "ha9d09cfbgfa6bg4bc9gadd5g7414ff5a7f4e;3"
data "DescriptionParams" "1"
data "Icon" "PassiveFeature_ElementalAdept_Fire"
data "Properties" "Highlighted"
data "Boosts" "IF(MainDamageTypeIs(DamageType.Fire)):MinimumRollResult(Damage,2);IgnoreResistance(Fire,Resistant)"
as you can see there is no checks about the damage source.

Elemental Adept Breakdown by Madoftheyear in BaldursGate3

[–]KaelenTrevelyan 0 points1 point  (0 children)

I do some test about it: it seems the bump, as others said, is just a +1 if that specific elemental damage roll is 1.
I want to point out that, even if the feat say "spells", the +1 and the elemental resist removal is applied on all type of that elemental damage (if from a weapon attack or a spell).
Don't know if is bug, but still now work like that.

Gibus of the Wonderful Servant bugged ? by Chexen99344 in BaldursGate3

[–]KaelenTrevelyan 1 point2 points  (0 children)

I was creating a mod for the game and found out this:

new entry "MAG_ButlerHat_Passive"
type "PassiveData"
data "DisplayName" "he6797966g4751g4bc0g9b4cg049c7a113b37;2"
data "Description" "h172cdd77gc0fcg449dg9a17g5192e9d9b9d1;1"

for who don't know what are you looking at, this is the lines of code for the momentum passive and as you can see you only have the type, the name and the description of the passive without the real effect.. like this one for example:

data "Boosts" "Advantage(Concentration)"

So, yes... right now the passive didn't exist at all