PR

【9/22】新大陸イベント #1171

kouho opened this at 2021-09-21T19:01:02; closed

Description

opened by kouho at 2021-09-21T19:01:02; updated 2025-09-02T14:42:42

概要

新大陸イベントの実装を行うプルリクです。
【9/28】新大陸 #1060
https://docs.google.com/spreadsheets/d/1FAW3M8BeKyWij4D2uLC2oDisssGs90IjjV96cxTnHqs/edit#gid=873412819

  • ドライアドに覚醒ボーナス + 20が追加されています。
  • ドライアドの勝利の証が仲介屋に追加されています。
  • 達成報酬のポイント幅変更がなく順序と内容が変更があります。

ブランチ

  • web : event_newisland_1060
  • db : event_newisland_1060
  • info : info_image_1060

db更新内容

  • master_card
  • master_card_skill
  • master_composition_bonus
  • master_card_piece
  • master_card_piece_data
  • master_gold_item

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

  • info_image_1060とevent_newisland_1060をマージしたテスト用ブランチで確認してください。
  • DBの初期化

UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE del_flg = 0;
truncate table user_event_new_island;

  • テストスクリプトでの設定確認

ENVIRONMENT=develop PF=yamada HTTP_HOST=127.0.0.1 IS_DOCKER=true php test_newisland_event.php

  • master_card_piece_dataのpiece_no103のstart_dateをチェックする時より前の時間に変更
  • 仲介屋でのドライアドの交換
  • フックモンスター討伐時のチームメンバーへのドライアドの証配布と表示確認

TODO

特になし

kouho add_label at 2021-09-21T19:01:10: デベロップへマージ
kouho add_label at 2021-09-21T19:01:13: イベント
kouho add_label at 2021-09-21T19:01:15: レビュー待ち
kouho assign at 2021-09-21T19:01:22: Not assigned:kouho

Comment

#13852 by kouho at 2021-09-21T19:08:45; updated 2021-09-21T19:08:45

@wada @iwamoto
また確認お願いいたします。

Comment

#13860 by kouho at 2021-09-22T10:16:14; updated 2021-09-22T10:16:14

追記です。dbブランチのevent_newisland_1060ブランチの更新に混乱のスキルテキストの修正も入れています。
味方への攻撃は[ダメージ無効]類/[ダメージ軽減]類/[ダメージ回避]類/[蘇生]類/[反攻]類/[カウンター]類スキルを無視する。の一文を追加しています。

Comment

#13863 by kouho at 2021-09-22T10:46:29; updated 2021-09-22T10:46:29

ドライアドのGK設定が抜けていましたので追加しています。

Comment

#13895 by iwamoto at 2021-09-22T15:46:29; updated 2021-09-22T15:46:29

@kouho
幽玄の島のアイコンが過去のものになってます

!ef624

Comment

#13897 by wada at 2021-09-22T16:58:46; updated 2021-09-22T16:58:46

@kouho
神殿のレアモンスターがMAXモンスターと同じ「彷徨うゴーストライダー」になっています。
換金アイテムもmaster_gold_itemの設定と仕様書と少しずれるようです。

<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/16322974947544elLd8cuU5" width="400">

Comment

#13903 by kouho at 2021-09-22T17:36:38; updated 2021-09-22T17:36:38

@iwamoto
確認ありがとうございます。幽玄の島のアイコン画像を修正しました。

@wada
確認ありがとうございます。

  • 換金アイテムの修正 master_gold_itemをコミットしました。
  • モンスター設定の彷徨うゴーストライダー被りも修正しています。

Comment

#13907 by kouho at 2021-09-22T17:40:30; updated 2021-09-22T17:40:30

ハロウィン神殿の画像がゴーストライダーになっていますのでこちらも修正しないとですね…

Comment

#13909 by wada at 2021-09-22T17:58:29; updated 2021-09-22T17:58:29

@kouho
修正確認しました。

Comment

#13910 by wada at 2021-09-22T18:13:25; updated 2021-09-22T18:13:25

@kouho
仲介所で証の画像が表示されていませんでした。
<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1632301937044iW28fe15ss" width="400">

他は大丈夫そうです。

Comment

#13914 by kouho at 2021-09-22T18:31:00; updated 2021-09-22T18:31:00

@wada
確認ありがとうございます。以下修正しました。

  • 仲介屋勝利の証画像 (public_html/img/card_piece/icon/103.png)
  • ステージ切り替え画像(public_html/img/mission/newisland/effect/event_no12/ef624.jpg)

Comment

#13916 by iwamoto at 2021-09-22T18:54:24; updated 2021-09-22T18:54:24

@kouho
修正等確認しました、問題ないと思います

iwamoto add_label at 2021-09-22T18:54:30: 岩本 LGTM

Comment

#13919 by wada at 2021-09-22T19:01:24; updated 2021-09-22T19:01:24

@kouho
修正ありがとうございます。OKです

忘れてましたが、ショップでセット購入前ページのコンパス画像が前のままでした。
<img src="https://git.dev.d-es.co.jp/gitbucket/jolly/jr-web/_attached/1632304823698TpLurk27Vz" width="400">

Comment

#13927 by kouho at 2021-09-24T11:11:41; updated 2021-09-24T11:11:41

@wada
かしこまりました。修正前ページのコンパス画像表示をコメントアウトしました。

kouho merge at 2021-09-24T11:13:06: 【9/22】新大陸イベント
kouho close at 2021-09-24T11:13:06: Close

Commit range

base447e3fd6d245250cad598a1862d7d2842f5fd532
head24c690648b65d47be65112dea586fdab451bd4f5
base branchjolly/jr-web:develop
head branchjolly/jr-web:event_newisland_1060

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed140 filesView patch
statusfile
modifiedlib/conf/class/NewIslandConfig.class.php
modifiedlib/conf/class/NewIslandStageConfig.class.php
modifiedlib/conf/define_y.inc
addedpublic_html/img/card_piece/card_detail/513_1.png
addedpublic_html/img/card_piece/card_detail/513_2.png
addedpublic_html/img/card_piece/icon/103.png
addedpublic_html/img/item/card_piece/120/103.jpg
addedpublic_html/img/item/card_piece/150/103.jpg
addedpublic_html/img/item/card_piece/58/103.jpg
addedpublic_html/img/item/card_piece/60/103.jpg
addedpublic_html/img/item/card_piece/70/103.jpg
addedpublic_html/img/mission/newisland/12/bg10_0.jpg
addedpublic_html/img/mission/newisland/12/bg11_0.jpg
addedpublic_html/img/mission/newisland/12/bg12_0.jpg
addedpublic_html/img/mission/newisland/12/effect/ef140.png
addedpublic_html/img/mission/newisland/12/effect/ef601.png
addedpublic_html/img/mission/newisland/12/effect/ef607_item.png
addedpublic_html/img/mission/newisland/12/effect/ef620.jpg
addedpublic_html/img/mission/newisland/12/effect/ef623.png
addedpublic_html/img/mission/newisland/12/effect/ef629.png
addedpublic_html/img/mission/newisland/12/effect/ef630.png
addedpublic_html/img/mission/newisland/12/effect/ef632.png
addedpublic_html/img/mission/newisland/12/effect/ef633.png
addedpublic_html/img/mission/newisland/12/effect/ef634.png
addedpublic_html/img/mission/newisland/12/effect/ef644.png
addedpublic_html/img/mission/newisland/12/newisland_pointbar/0.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/1.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/10.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/11.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/12.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/13.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/14.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/15.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/16.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/17.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/18.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/19.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/2.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/20.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/21.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/22.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/23.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/24.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/25.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/26.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/27.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/28.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/29.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/3.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/30.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/31.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/32.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/33.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/34.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/35.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/36.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/37.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/38.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/39.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/4.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/40.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/41.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/42.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/43.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/44.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/45.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/46.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/47.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/48.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/49.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/5.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/50.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/51.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/52.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/53.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/54.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/55.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/56.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/57.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/58.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/59.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/6.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/60.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/61.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/62.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/63.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/64.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/65.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/66.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/67.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/68.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/69.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/7.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/70.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/71.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/72.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/73.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/74.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/75.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/76.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/77.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/78.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/79.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/8.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/80.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/81.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/82.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/83.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/84.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/85.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/86.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/87.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/88.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/89.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/9.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/90.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/91.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/92.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/93.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/94.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/95.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/96.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/97.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/98.gif
addedpublic_html/img/mission/newisland/12/newisland_pointbar/99.gif
addedpublic_html/img/mission/newisland/12/stage_title/10.png
addedpublic_html/img/mission/newisland/12/stage_title/11.png
addedpublic_html/img/mission/newisland/12/stage_title/12.png
addedpublic_html/img/mission/newisland/effect/event_no12/ef624.jpg
addedpublic_html/img/mission/newisland/effect/event_no12/ef628.png
addedpublic_html/img/mission/newisland/newisland_bar/event_no12/1.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no12/2.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no12/3.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no12/4.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no12/5.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no12/mainpage_mission_btn_icon.png
addedpublic_html/img/mission/newisland/newisland_bar/event_no12/reward.png
addedpublic_html/img/ranking/event_island/info12.jpg
modifiedpublic_html/template/CardPieceShop-Default.tpl
modifiedpublic_html/template/Shop.tpl
Patch body is stored as a separate file to keep this page lightweight.