Denis TRUFFAUT
Denis TRUFFAUT
``` const main = async () => { const crypto = new (await import('node-webcrypto-ossl')).Crypto(); } main(); ``` > TypeError: (intermediate value).Crypto is not a constructor NB : I cannot use...
When you capture a russian HQ, russian vehicules are not available in your allied factory. Even if you built a russian casern. They should be available. When you capture a...
## Observation Thorns damage can be computed, or at least approximated (which is a great insight). See the formula from Sanguinary Vambraces (_Thorns damage_ = _Thorns value_ x _all bonuses_)...
When I rollover Corpse Lance damage, detailing damage formula, I can see: `Pestilence Master' Shroud: 1650%` In Patch 2.6.9, it should be: `Pestilence Master' Shroud: 3300%`
Revive Damage is not computed. Implement some options to give insights to players. For exemple: - Select the monster type - Select the number of monsters Then apply some magical...
In the right panel, under "Thorns", display 2 new metrics: **Pet thorns** = Thorns * (nbSkeletons + nbRevives + nbMages + nbCows ...) * (petThornsPassive ? 2 : 1) **Pet...
To make builds crystal clear for people who click on a D3Planner link, highlight in some way the skill which has the most important DPS among all skils. So people...
Cube items do *not* apply a range (ex: 75-100%). Cube items only apply maximum effect (ex: 100%). Therefore, cube items should only show max value (ex: 100%). -- Also, all...
Please support: - Offscreen Canvas - ~~Blob~~ - FileReader: https://developer.mozilla.org/fr/docs/Web/API/FileReader - Image: https://developer.mozilla.org/fr/docs/Web/API/HTMLImageElement/Image - createImageBitmap: https://developer.mozilla.org/en-US/docs/Web/API/createImageBitmap Just like a regular web worker in the browser would. It would allow to...
Polymer 2.0 requires a class instead of Polymer({...}). Please, consider to transform **app-indexeddb-mirror.html** into an ES6 class so we can use it with Polymer 2.0