AI 뼈대 다시 잡는중

This commit is contained in:
2020-03-31 02:50:07 +09:00
parent b397c41c9e
commit aa7d01f3d6
4 changed files with 850 additions and 613 deletions
+14
View File
@@ -26,6 +26,8 @@ class AutorunNationPolicy {
static $선포 = '선포';
static $천도 = '천도';
//실제 행동
static public $defaultPriority = [
'선포',
@@ -53,6 +55,18 @@ class AutorunNationPolicy {
'NPC전방발령',
];
//순서는 중요하지 않음
static public $availableInstantTurn = [
'유저장긴급포상'=>true,
'유저장후방발령'=>true,
'유저장전방발령'=>true,
'유저장포상'=>true,
'NPC긴급포상'=>true,
'NPC후방발령'=>true,
'NPC포상'=>true,
'NPC전방발령'=>true,
];
public $priority = [];
public $can부대전방발령 = true;