UNPKG

torchlight-data

Version:

torchlight data repository

8 lines (6 loc) 297 B
Torchlight.t2.effects.ExplosionRadius = function ExplosionRadius(radius) { this.toString = function toString() { return "Explosion Radius: " + radius + " meters"; } }; Torchlight.t2.effects.ExplosionRadius.prototype = Object.create(Torchlight.t2.effects.Effect.prototype);