fix: 누락된 스탯 유니크 설명 수정
This commit is contained in:
@@ -12,7 +12,7 @@ class che_능력치_무력_두강주 extends \sammo\BaseItem{
|
|||||||
|
|
||||||
protected $rawName = '두강주';
|
protected $rawName = '두강주';
|
||||||
protected $name = '두강주(무력)';
|
protected $name = '두강주(무력)';
|
||||||
protected $info = '[능력치] 무력 +5 +(5년마다 +1)';
|
protected $info = '[능력치] 무력 +5 +(4년마다 +1)';
|
||||||
protected $cost = 200;
|
protected $cost = 200;
|
||||||
protected $consumable = false;
|
protected $consumable = false;
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class che_능력치_지력_이강주 extends \sammo\BaseItem{
|
|||||||
|
|
||||||
protected $rawName = '이강주';
|
protected $rawName = '이강주';
|
||||||
protected $name = '이강주(지력)';
|
protected $name = '이강주(지력)';
|
||||||
protected $info = '[능력치] 지력 +5 +(5년마다 +1)';
|
protected $info = '[능력치] 지력 +5 +(4년마다 +1)';
|
||||||
protected $cost = 200;
|
protected $cost = 200;
|
||||||
protected $consumable = false;
|
protected $consumable = false;
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class che_능력치_통솔_보령압주 extends \sammo\BaseItem{
|
|||||||
|
|
||||||
protected $rawName = '보령압주';
|
protected $rawName = '보령압주';
|
||||||
protected $name = '보령압주(통솔)';
|
protected $name = '보령압주(통솔)';
|
||||||
protected $info = '[능력치] 통솔 +5 +(5년마다 +1)';
|
protected $info = '[능력치] 통솔 +5 +(4년마다 +1)';
|
||||||
protected $cost = 200;
|
protected $cost = 200;
|
||||||
protected $consumable = false;
|
protected $consumable = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user