feat: NPC 추방,몰수, 고유메시지 빈도를 GameConst에서 조절

This commit is contained in:
2022-03-10 23:11:56 +09:00
parent 90b3684cdb
commit 1ae95ba4bc
12 changed files with 25 additions and 8 deletions
+4
View File
@@ -394,4 +394,8 @@ class GameConstBase
'임', '정', '제', '조', '주', '준', '지', '찬', '책', '충', '탁', '택', '통', '패', '평', '포', '합', '해',
'혁', '현', '화', '환', '회', '횡', '후', '훈', '휴', '흠', '흥'
];
public static $npcBanMessageProb = 0.01;
public static $npcSeizureMessageProb = 0.01;
public static $npcMessageFreqByDay = 4;
}