fix: 누락된 스탯 유니크 설명 수정

This commit is contained in:
2022-07-06 22:57:15 +09:00
parent 87775a9471
commit fe08fe0e2e
3 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ class che_능력치_무력_두강주 extends \sammo\BaseItem{
protected $rawName = '두강주';
protected $name = '두강주(무력)';
protected $info = '[능력치] 무력 +5 +(5년마다 +1)';
protected $info = '[능력치] 무력 +5 +(4년마다 +1)';
protected $cost = 200;
protected $consumable = false;
@@ -12,7 +12,7 @@ class che_능력치_지력_이강주 extends \sammo\BaseItem{
protected $rawName = '이강주';
protected $name = '이강주(지력)';
protected $info = '[능력치] 지력 +5 +(5년마다 +1)';
protected $info = '[능력치] 지력 +5 +(4년마다 +1)';
protected $cost = 200;
protected $consumable = false;
@@ -12,7 +12,7 @@ class che_능력치_통솔_보령압주 extends \sammo\BaseItem{
protected $rawName = '보령압주';
protected $name = '보령압주(통솔)';
protected $info = '[능력치] 통솔 +5 +(5년마다 +1)';
protected $info = '[능력치] 통솔 +5 +(4년마다 +1)';
protected $cost = 200;
protected $consumable = false;