if (args.test.weapon.properties.qualities?.blast) { args.test.weapon.properties.qualities.blast.value ++; if (args.test.options.shortfuse) { args.test.result.other.push (`${this.effect.name}: Blast Rating increased`) } args.test.options.shortfuse = true }