PR

【2/6】建築イベント #2588

kouho opened this at 2023-02-06T15:13:14; closed

Description

opened by kouho at 2023-02-06T15:13:14; updated 2023-02-06T19:29:22

概要

https://docs.google.com/spreadsheets/d/1Agw13tmKGE61GJcwitXUcPlTzyxjchiLIFLmw9XFLUc/edit#gid=133142113

前回からの変更点
・SP効果コインガチャチケットスタンプから活命酒に
・SP時間限定が72時間以内から57時間以内に
・建物に集金時通常アイテムドロップあり
・報酬建物の集金間隔が2時間以内に

テスト方法、確認した内容

  • テストスクリプトの実行での報酬設定と建物設定
  • info_image_build_10027 ブランチをマージして確認してください。
# dockerから実行
$ cd /home/web/jr-web/tool/event/
$ ENVIRONMENT=develop PF=yamada HTTP_HOST=127.0.0.1 IS_DOCKER=true php test_build_event.php
  • イベント建物の各レベル毎のメインページの表示

db更新

https://git.dev.d-es.co.jp/gitbucket/jolly/jrye-db/pull/298

db初期化

DELETE FROM `user_build_stack` WHERE `build_x` = 99 AND `build_y` = 99;
DELETE FROM `user_object` WHERE `build_x` =99 AND `build_y` =99;

TRUNCATE TABLE `user_build_event_bonus`;
TRUNCATE TABLE `user_build_event_bonus_daily`;
TRUNCATE TABLE `log_build_event_bonus_time`;
TRUNCATE TABLE `log_build_event_bonus_time_main`;
TRUNCATE TABLE `log_build_event_bonus_time_use`;
TRUNCATE TABLE `log_user_build_bonus_ranking`;

TODO

告知作成

Comment

#25571 by kouho at 2023-02-06T15:13:25; updated 2023-02-06T15:13:25

@wada
レビューお願いいたします

Comment

#25585 by wada at 2023-02-06T16:22:32; updated 2023-02-06T16:22:32

@kouho
$_df['event_build_early_bonus_object']['event_build_present_bounus']が前回イベントのIDでした。

Comment

#25587 by wada at 2023-02-06T16:52:34; updated 2023-02-06T16:52:34

@kouho
ランキング告知IDの設定をお願いします。

Comment

#25588 by wada at 2023-02-06T16:57:57; updated 2023-02-06T16:58:12

@kouho
一括集金で2つアイテムを取得した際に、SPアイテムが表示されないのは仕様でしたっけ?
<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1675670193522TQDAJnsAgz" width="400">

Comment

#25589 by kouho at 2023-02-06T17:01:57; updated 2023-02-06T17:01:57

@wada
確認ありがとうございます。こちら修正しました。

> $_df['event_build_early_bonus_object']['event_build_present_bounus']が前回イベントのIDでした。

Comment

#25590 by wada at 2023-02-06T17:04:36; updated 2023-02-06T17:04:36

@kouho
SP期間が3/25までになっていました。

Comment

#25591 by kouho at 2023-02-06T17:14:17; updated 2023-02-06T17:14:17

@wada
以下修正しました。

> SP期間が3/25までになっていました。
> ランキング告知IDの設定をお願いします。

Comment

#25593 by wada at 2023-02-06T17:52:18; updated 2023-02-06T17:52:18

@kouho
ありがとうございます。確認しました。
ランキング告知IDは反映されていないようです。

Comment

#25596 by kouho at 2023-02-06T18:28:49; updated 2023-02-06T18:28:49

@wada
> ランキング告知IDは反映されていないようです。

ランキング告知IDの設定もコミットしました。

Comment

#25599 by kouho at 2023-02-06T18:42:16; updated 2023-02-06T18:42:16

@wada
> 一括集金で2つアイテムを取得した際に、SPアイテムが表示されないのは仕様でしたっけ?

こちらも対応しました。建物画像から出るアニメーションの方にアイテム画像を適用させるのがややこしかったのでページトップのみ対応させています。

Comment

#25602 by wada at 2023-02-06T18:46:14; updated 2023-02-06T18:46:14

@kouho
ありがとうございます。確認OKです。

wada add_label at 2023-02-06T18:46:20: 和田 LGTM
kouho merge at 2023-02-06T19:29:22: 【2/6】建築イベント
kouho close at 2023-02-06T19:29:22: Close

Commit range

base68726e0bbfd8628e4607fb944ed092c6e60a8546
head8e797fc6333f3aad3f22a7a4d8e0d824fb5b6434
base branchjolly/jr-web:develop
head branchjolly/jr-web:build_10027

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed8 filesView patch
statusfile
addedisland_img/object_20011.png
modifiedlib/SubFunc.inc
modifiedlib/conf/define_y.inc
modifiedlib/exec/tool_jrce_status.php
addedpublic_html/img/island/object/object_20011.png
addedpublic_html/img/main/build_event/reward07.png
modifiedpublic_html/template/Main-ListGoldComplete.tpl
modifiedpublic_html/template/Main.tpl
Patch body is stored as a separate file to keep this page lightweight.