ChalkyBrush / roshpit-bug-tracker

8 stars 0 forks source link

Sorceress Arcana Q4/R4 sets element2 to ELEMENT_RPC_NONE after Depth Demon Claw changes it to Demon, negating the glove's effect #1128

Open DeckardCainRPC opened 5 years ago

DeckardCainRPC commented 5 years ago

[11:25 AM] Deckard Cain: @redledcat found something interesting. it is expected that Depth Demon Claw would convert sorc's arcana R spell from Ice/Wind damage to Ice/Demon... and then R4 would convert it to Ice/Ice damage https://cdn.discordapp.com/attachments/299728973380976651/563383599391571978/unknown.png [11:25 AM] Deckard Cain: however that does not appear to be the case [11:26 AM] Umbra: Huh [11:29 AM] Medivh: it is ice [11:30 AM] Deckard Cain: correct. it is only displaying Ice, and not Ice/Ice [11:30 AM] Medivh: does it displays same element [11:30 AM] Medivh: never seen that [11:31 AM] Deckard Cain: is the dummy programmed to list an elemental word only once per damage instance, even if the instance benefits from it multiple times? [11:42 AM] Xhul: @Deckard Cain https://cdn.discordapp.com/attachments/299728973380976651/563387957805842433/demondemondamage.png [11:44 AM] redledcat: problem is [11:44 AM] redledcat: fire and ice avatars do know how to interact with each other [11:44 AM] redledcat: if attacker:HasModifier("modifier_ice_avatar") then element1 = RPC_ELEMENT_ICE element2 = RPC_ELEMENT_NONE end if attacker:HasModifier("modifier_fire_avatar") then element1 = RPC_ELEMENT_FIRE element2 = RPC_ELEMENT_NONE end if attacker:HasModifier("modifier_fire_avatar") and attacker:HasModifier("modifier_ice_avatar") then element1 = RPC_ELEMENT_ICE element2 = RPC_ELEMENT_FIRE end [11:44 AM] redledcat: however, demon claw is beyond their imagination [11:45 AM] redledcat: so, first applies demon claw [11:45 AM] redledcat: and changes your element2 [11:45 AM] redledcat: to demon [11:46 AM] Deckard Cain: @Xhul ty [11:46 AM] Deckard Cain: and then sets it to fucking _NONE [11:46 AM] Deckard Cain: god damn everything [11:46 AM] redledcat: then comes ice avatar sets your element1 to ice and second to 0 [11:46 AM] redledcat: yep

DeckardCainRPC commented 5 years ago

HAHA THIS BUG HAS TWO HEADS: the body arcana's tornado spell is supposed to be Ice/Wind damage, as indicated in its tooltip, however R4 completely disables the wind component.

[11:49 AM] Deckard Cain: LOL [11:49 AM] Deckard Cain: redledcat [11:49 AM] Deckard Cain: i just fucking noticed [11:49 AM] Deckard Cain: the arcana R spell is Ice/Wind [11:49 AM] Deckard Cain: however R4 fucking removes that [11:49 AM] Deckard Cain: and sets it back to Ice/nothing [11:50 AM] Umbra: :thinking: [11:50 AM] lxlx: :thinking: [11:50 AM] redledcat: yep