PR

戦争ボーナス設定 #138 #161

wada opened this at 2020-08-20T14:52:52; closed

Description

opened by wada at 2020-08-20T14:52:52; updated 2022-12-12T11:06:21

21日から戦争後の30分間、経験値が多い霊魂が出現しやすくなる
ミミック、ティアリン出現中の場合は、霊魂優先
ミミック、ティアリンモード突入中は、モード優先

# 戦争ボーナス設定
$memcache_name = $_df['MEMCACHE_NAME'].'teamwar_bonus'.$team_no;
if (empty(S_GetMemcachedToDB($memcache_name))) {
       $bonus_data = [];
       $bonus_data['jewel_event_limit'] = time() + 1800;
       $bonus_data['jewel_event_flg'] = 3;
       S_SetMemcachedToDB( $memcache_name, $bonus_data, 43200 );
}

Comment

#6500 by wada at 2020-08-20T14:53:21; updated 2020-08-20T14:53:21

@iwamoto
明日のリリースに追加です。レビューお願いします。

Comment

#6501 by wada at 2020-08-20T14:53:45; updated 2020-08-20T15:00:39

期間は21,22,23,24

Comment

#6502 by iwamoto at 2020-08-20T15:54:32; updated 2020-08-20T15:54:32

@wada
確認しました、大丈夫かと思います

wada merge at 2020-08-21T09:53:53: 戦争ボーナス設定 #138
wada close at 2020-08-21T09:53:53: Close

Commit range

base8f6d3610fdc0efb03571125a6ee337974ffd55d7
headdcdc8201ce3fcec64093d6a0c8cb7a9e05992a9b
base branchjolly/jr-web:develop
head branchjolly/jr-web:war_bonus_138

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed1 filesView patch
statusfile
modifiedlib/conf/define.inc
Patch body is stored as a separate file to keep this page lightweight.