game,feat: 새 도구 아이템 추가, 아이템 효과에 필요한 기능 추가 #206

Merged
Hide_D merged 25 commits from items_add into devel 2022-02-22 00:50:13 +09:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b692eccd08 - Show all commits
@@ -8,7 +8,7 @@ use \sammo\General;
use sammo\KVStorage;
use sammo\Util;
class che_능력치_통솔_두강주 extends \sammo\BaseItem{
class che_능력치_무력_두강주 extends \sammo\BaseItem{
protected $rawName = '두강주';
protected $name = '두강주(무력)';
@@ -8,10 +8,10 @@ use \sammo\General;
use sammo\KVStorage;
use sammo\Util;
class che_능력치_통솔_과실 extends \sammo\BaseItem{
class che_능력치_지력_이강 extends \sammo\BaseItem{
protected $rawName = '과실주';
protected $name = '과실주(력)';
protected $name = '과실주(력)';
protected $info = '[능력치] 지력 보정 +5 + (5년마다 +1)';
protected $cost = 200;
protected $consumable = false;