|
|
|
@ -23,7 +23,7 @@ export class Prototype extends Control {
@@ -23,7 +23,7 @@ export class Prototype extends Control {
|
|
|
|
|
cd: number = 10; |
|
|
|
|
last: number = 2; |
|
|
|
|
rate: number = 100; |
|
|
|
|
bossRate: number = 10; |
|
|
|
|
bossRate: number = 65; |
|
|
|
|
name: string = 'prototype'; |
|
|
|
|
desc(): string { |
|
|
|
|
return replace(t('skill.prototype.1'), [this.last, this.cd, this.bossRate]); |
|
|
|
|