Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

While fighting Zapdos I realized that poisons from different Pokemon dont stack (Suppose I first poison with Arbok, DOT starts counting for Arbok, then when I poison by Weezing, DOT from Arbok stops and Weezing starts), I don't think this is clear from the description.

(1 edit) (+2)

Each poison tick deals 0.1% of the enemy’s max HP as damage, it stacks infinitely, and multiple Pokémon can add stacks without any issues. 

The problem is that, graphically, the damage is only attributed to the Pokémon that applied the most recent poison. 

So if Arbok applies 10 poison stacks and Zapdos loses 1% of its HP per second, that damage is credited to Arbok in the graph. However, when Weezing lands a hit, it adds a single 0.1% stack, and from that point on the full 1.1% damage per second is credited entirely to Weezing, with none attributed to Arbok.

Sorry, since it is not an accurate representation in the damage graph and can be confusing, I wasn’t able to program it in a realistic way.

It’s the only “trick” in the damage graphs, all other damage and status effects should be 100% accurate.

(+1)

oh wow that was complex, but well explained. I guess you can program it as Weezing Poison, Arbok Poison and Ariados Poison, each having their own DOT, this should clean up the statistics.

will try

(+2)

Defeated Zapdos with Shuckle on the team lol, Ariados MVP for best poison stacking

(+1)

WP!