PR

【8/26】本家20年5月更新分の取り込み #1067

wada opened this at 2021-08-18T16:39:34; closed

Description

opened by wada at 2021-08-18T16:39:34; updated 2025-05-02T13:35:20

概要

8/30(月)リリース予定
jolly/jr-rzst#32

主な更新内容

スキルの追加
釣りクエのメインページ表示を削除
覇戦クエストページの更新時間表示
一括集金演出追加
メニューにお知らせアイコンを追加
メインページ看板に覇戦リーグ追加(レビュー済み)
メインページ看板の表示修正

Branch

web: rzst_2005
db: rzst_2005

TODO

覇戦リーグ本戦開始時に、jackpot_war.display_main_board をtureにしてメインページ看板に覇戦リーグ追加
jsのmin化とキャッシュ対応はマージ後

wada assign at 2021-08-18T16:40:09: Not assigned:wada
wada change_title at 2021-08-23T13:38:13: [WIP]本家20年5月更新分の取り込み 【8/26】本家20年5月更新分の取り込み
wada add_label at 2021-08-23T13:38:34: レビュー待ち
wada delete_label at 2021-08-23T13:43:32: レビュー待ち

Comment

#13112 by wada at 2021-08-23T14:18:54; updated 2021-08-23T14:18:54

@iwamoto @kouho
レビューお願いします。

メイン看板の更新をマージしています。
また、覇戦リーグ開催中のリリースに備えて、メイン看板から覇戦リーグを除外しています。

wada add_label at 2021-08-23T14:18:58: レビュー待ち

Comment

#13172 by iwamoto at 2021-08-25T09:28:58; updated 2021-08-25T09:28:58

@wada
各項目確認しました。

下記commitで追加された分のスキルがDB側では追加されていないようです。
問題ないでしょうか。

64cc70aec231207f76d42e56322f9cc37d9aabaf
【5/12】サキュバス育成パックとスキル

Comment

#13179 by wada at 2021-08-25T10:39:55; updated 2021-08-25T10:39:55

@iwamoto
prにスキル追加クエリがなかったので放置していました。
別prに記載がある訳でもないので、本家開発からインポートしておきます。

Comment

#13186 by wada at 2021-08-25T11:50:12; updated 2021-08-25T11:50:12

@iwamoto
jrye-dbにスキル追加しました。

INSERT INTO `master_card_skill` (`skill_no`, `skill_group`, `skill_name`, `text`, `order`, `open_flg`, `tag_id1`, `tag_id2`, `tag_id3`, `tag_id4`, `tag_id5`)
VALUES
	(1269, 2, '魔性のオーラ', '魅力を振りまいて鼓舞し、味方【前列】の【男】の攻撃力を上昇させる。(発動者の攻撃力の300%分上昇)[バトル開始時発動][倒れるまで有効]', 0, 0, 4, 0, 0, 0, 0),
	(2330, 1, 'チャーミーヴァンプ', '男を狙いうち、敵の全ての【男】を4倍の攻撃力で攻撃する。', 0, 0, 1, 3, 0, 0, 0),
	(5816, 56, '攻+(魔性のオーラ)', '(非公開)', 0, 0, 0, 0, 0, 0, 0),
	(7033, 5, 'ショーティ', '類稀な魅力で愛される存在は、敵の【男】からの攻撃のダメージを糧として、自分の体力を回復する。', 0, 0, 0, 0, 0, 0, 0);

Comment

#13214 by iwamoto at 2021-08-25T16:09:55; updated 2021-08-25T16:09:55

@wada
スキル修正確認しました。
他の項目も確認しましたが、こちら問題ないように思います。

iwamoto add_label at 2021-08-25T16:10:07: 岩本 LGTM

Comment

#13219 by kouho at 2021-08-25T16:35:12; updated 2021-08-25T16:35:12

@wada
スキルデータの追加とその他項目確認しました。
SkillFunc G37520 にデバッグ用コードらしきものがありましたが削除していただけないでしょうか?
file_put_contents("../log/hisao.txt", "check\n", FILE_APPEND);
他は大丈夫かと思います。

Comment

#13235 by wada at 2021-08-26T10:36:14; updated 2021-08-26T10:36:14

@kouho
対象のコードを削除しました。

Comment

#13236 by kouho at 2021-08-26T10:44:59; updated 2021-08-26T10:44:59

@wada
確認しました。OKです。

kouho add_label at 2021-08-26T10:45:04: 皇甫 LGTM
wada merge at 2021-08-30T10:13:09: 【8/26】本家20年5月更新分の取り込み
wada close at 2021-08-30T10:13:09: Close
wada refer at 2021-08-30T15:04:36: 1094:【8/30】本家5月分取り込み

Commit range

base783ed9b8579cedd93852a74b0948390e56eb93cc
head02203ab528e4d0dd2cc94c88699bcbfd8c3f7b58
base branchjolly/jr-web:develop
head branchjolly/jr-web:rzst_2005

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed93 filesView patch
statusfile
addedisland_img/object_20004.png
modifiedlib/SkillFunc.inc
modifiedlib/SubFunc.inc
modifiedlib/ajax/main_default.inc
modifiedlib/class/controller/JrControllerDeck.class.php
modifiedlib/conf/class/BuildEventItemConfig.class.php
modifiedlib/conf/class/CollectMoneyConfig.class.php
modifiedlib/conf/class/JackpotWarConfig.class.php
modifiedlib/conf/define.inc
modifiedlib/conf/define_y.inc
modifiedlib/exec/tool_jrce_status.php
modifiedlib/exec/tool_monthly_user_ltv.inc
modifiedlib/exec/tool_monthly_user_ltv.sh
modifiedlib/exec/tool_monthly_user_ltv_cron.inc
modifiedlib/public/Card-ExpItem.inc
addedpublic_html/img/banner/newisland/banner_11_1.jpg
addedpublic_html/img/banner/newisland/banner_11_2.jpg
addedpublic_html/img/banner/newisland/banner_11_end_1.jpg
addedpublic_html/img/banner/newisland/banner_11_end_2.jpg
addedpublic_html/img/info_event/info_event_252_1.jpg
addedpublic_html/img/info_event/info_event_252_2.jpg
addedpublic_html/img/info_event/info_event_253_1.jpg
addedpublic_html/img/info_event/info_event_253_2.jpg
addedpublic_html/img/info_event/info_event_254_1.jpg
addedpublic_html/img/info_event/info_event_254_2.jpg
addedpublic_html/img/info_event/info_event_255_1.jpg
addedpublic_html/img/info_event/info_event_255_2.jpg
addedpublic_html/img/info_jrye/889/info2_4.jpg
addedpublic_html/img/info_jrye/899/info1.jpg
addedpublic_html/img/info_jrye/899/info3.jpg
addedpublic_html/img/info_jrye/899/info3_1.jpg
addedpublic_html/img/info_jrye/899/info3_2.jpg
addedpublic_html/img/info_jrye/899/info4.jpg
addedpublic_html/img/info_jrye/899/info5.jpg
addedpublic_html/img/info_jrye/900/event_logo.png
addedpublic_html/img/info_jrye/900/info1.jpg
addedpublic_html/img/info_jrye/900/info3.jpg
addedpublic_html/img/info_jrye/900/info4.jpg
addedpublic_html/img/info_jrye/900/info5.jpg
addedpublic_html/img/info_jrye/901/info1.jpg
addedpublic_html/img/info_jrye/901/info10.jpg
addedpublic_html/img/info_jrye/901/info11.jpg
addedpublic_html/img/info_jrye/901/info12.jpg
addedpublic_html/img/info_jrye/901/info13.jpg
addedpublic_html/img/info_jrye/901/info14.jpg
addedpublic_html/img/info_jrye/901/info15.jpg
addedpublic_html/img/info_jrye/901/info2.jpg
addedpublic_html/img/info_jrye/901/info3.jpg
addedpublic_html/img/info_jrye/901/info3_1.jpg
addedpublic_html/img/info_jrye/901/info4.jpg
addedpublic_html/img/info_jrye/901/info5.jpg
addedpublic_html/img/info_jrye/901/info6.jpg
addedpublic_html/img/info_jrye/901/info7.jpg
addedpublic_html/img/info_jrye/901/info8.jpg
addedpublic_html/img/info_jrye/901/info9.jpg
addedpublic_html/img/island/60/object_20004.jpg
addedpublic_html/img/island/object/object_20004.png
addedpublic_html/img/island/object/object_6281.png
addedpublic_html/img/island/object/object_6282.png
addedpublic_html/img/island/object/object_event_10092_1.png
addedpublic_html/img/island/object/object_event_10092_2.png
addedpublic_html/img/island/object/object_event_10092_3.png
addedpublic_html/img/island/object/object_event_10092_4.png
addedpublic_html/img/island/object/object_event_10092_5.png
addedpublic_html/img/item/120/88.jpg
addedpublic_html/img/item/150/88.jpg
addedpublic_html/img/item/58/88.jpg
addedpublic_html/img/item/60/88.jpg
addedpublic_html/img/item/70/88.jpg
addedpublic_html/img/money_item_get/bg_ef/june_bride_bg_1.png
addedpublic_html/img/money_item_get/bg_ef/june_bride_bg_2.png
addedpublic_html/img/money_item_get/bg_ef/rain_bg_1.png
addedpublic_html/img/money_item_get/bg_ef/rain_bg_2.png
addedpublic_html/img/money_item_get/season_panda/l_panda_bride_1.png
addedpublic_html/img/money_item_get/season_panda/l_panda_bride_2.png
addedpublic_html/img/money_item_get/season_panda/l_panda_bridegroom_1.png
addedpublic_html/img/money_item_get/season_panda/l_panda_bridegroom_2.png
addedpublic_html/img/money_item_get/season_panda/r_panda_bride_1.png
addedpublic_html/img/money_item_get/season_panda/r_panda_bride_2.png
addedpublic_html/img/money_item_get/season_panda/r_panda_bridegroom_1.png
addedpublic_html/img/money_item_get/season_panda/r_panda_bridegroom_2.png
addedpublic_html/img/sp_menu/d_spMenu12.png
addedpublic_html/img/sp_menu/d_spMenu12_2.png
addedpublic_html/img/temp_build/event/exmode0812.jpg
modifiedpublic_html/js/JOLLYROGER.js
modifiedpublic_html/js/JOLLYROGER_battle.js
modifiedpublic_html/js/dgame_footer.js
modifiedpublic_html/template/Deck-SelectChangeCard.tpl
modifiedpublic_html/template/Main.tpl
modifiedpublic_html/template/Quest-TeamWarDetail.tpl
modifiedpublic_html/template/footer.tpl
modifiedpublic_html/template/footer_nolink.tpl
modifiedtool/event/test_build_event.php
Patch body is stored as a separate file to keep this page lightweight.