[864b94f62a]반계 상향
This commit is contained in:
@@ -9,7 +9,7 @@ class che_반계 implements iAction{
|
|||||||
|
|
||||||
static $id = 45;
|
static $id = 45;
|
||||||
static $name = '반계';
|
static $name = '반계';
|
||||||
static $info = '[전투] 상대의 계략을 30% 확률로 되돌림, 반목 성공시 대미지 추가(+60% → +100%)';
|
static $info = '[전투] 상대의 계략 성공 확률 -10%p, 상대의 계략을 40% 확률로 되돌림, 반목 성공시 대미지 추가(+60% → +100%)';
|
||||||
|
|
||||||
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
|
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
|
||||||
static $selectWeight = 1;
|
static $selectWeight = 1;
|
||||||
|
|||||||
@@ -524,6 +524,11 @@ class WarUnitGeneral extends WarUnit{
|
|||||||
}
|
}
|
||||||
yield true;
|
yield true;
|
||||||
|
|
||||||
|
if($specialWar == 45){
|
||||||
|
$oppose->activateSkill('계략약화');
|
||||||
|
}
|
||||||
|
yield true;
|
||||||
|
|
||||||
if(
|
if(
|
||||||
$specialWar == 63 &&
|
$specialWar == 63 &&
|
||||||
$this->getPhase() == 0 &&
|
$this->getPhase() == 0 &&
|
||||||
@@ -705,7 +710,7 @@ class WarUnitGeneral extends WarUnit{
|
|||||||
if(
|
if(
|
||||||
$specialWar == 45 &&
|
$specialWar == 45 &&
|
||||||
$oppose->hasActivatedSkill('계략') &&
|
$oppose->hasActivatedSkill('계략') &&
|
||||||
Util::randBool(0.3)
|
Util::randBool(0.4)
|
||||||
){
|
){
|
||||||
$this->activateSkill('반계');
|
$this->activateSkill('반계');
|
||||||
$oppose->deactivateSkill('계략');
|
$oppose->deactivateSkill('계략');
|
||||||
|
|||||||
Reference in New Issue
Block a user