PR

【4/16】新大陸イベント #731

kouho opened this at 2021-04-12T14:10:02; closed

Description

opened by kouho at 2021-04-12T14:10:02; updated 2024-05-14T11:06:48

web:event_newisland_700
db:event_newisland_700

仕様
https://docs.google.com/spreadsheets/d/1_XB5BiyrJcs8y8e2UgDmMheatttQ21UuWgr8zQFO_5Q/edit#gid=873412819

  • モンスター経験値

Razest開催時のものより減少してます

- DBの初期化

1.team_data 
更新 UPDATE team_data SET event_info = 0,event_info2 = 50,event_info3 = 0 WHERE `del_flg` = 0;
確認 SELECT  `team_no` ,  `event_info` ,  `event_info2` ,  `event_info3`  FROM  `team_data` WHERE `del_flg` = 0;

2.user_event_new_island
更新 truncate table  user_event_new_island;
確認 SELECT  * FROM  `user_event_new_island`;
kouho change_title at 2021-04-12T14:16:29: 【】 【4/16】新大陸イベント

Comment

#10262 by kouho at 2021-04-12T14:17:43; updated 2021-04-12T14:17:43

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

Comment

#10273 by kouho at 2021-04-12T17:14:27; updated 2021-04-12T17:14:27

@iwamoto
確認ありがとうございます。
・伝説の海賊の魂 設定
・ランキング報酬501~700位
・春告人フリューリング・フロッシュのgold
・通常モンスター設定
4点修正しました。

Comment

#10274 by wada at 2021-04-12T18:03:00; updated 2021-04-12T18:03:00

@kouho
確認しました。
コメントの内容とお知らせIDの設定をお願いします。

628:予告
629:概要
630:報酬
631:結果

Comment

#10276 by kouho at 2021-04-12T18:12:49; updated 2021-04-12T18:12:49

@wada
確認ありががとうございます。ランキング報酬修正とお知らせID設定しました。

Comment

#10277 by wada at 2021-04-12T18:54:47; updated 2021-04-12T18:54:47

確認しました。OKです。

wada add_label at 2021-04-12T18:54:50: 和田 LGTM

Comment

#10279 by iwamoto at 2021-04-12T19:24:52; updated 2021-04-12T19:24:52

@kouho
確認しました。
大丈夫かと思います。

iwamoto add_label at 2021-04-13T10:00:00: 岩本 LGTM

Comment

#10286 by kouho at 2021-04-13T10:17:30; updated 2021-04-13T10:17:30

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

https://docs.google.com/spreadsheets/d/1le-mOW4u0e9xjPH9ZcLjtUWN7W4nq9CGsQPED9vRZYQ/edit#gid=658587403
チェックシートもできれば確認お願いいたします。

前回と違い、証の表示は適切で獲得可能かの項目と限定カード2については削除しています。

kouho merge at 2021-04-13T10:24:37: 【4/16】新大陸イベント
kouho close at 2021-04-13T10:24:37: Close

Comment

#10289 by wada at 2021-04-13T10:30:31; updated 2021-04-13T10:30:31

@kouho
チェックシート確認しました。OKです

Comment

#10290 by kouho at 2021-04-13T10:35:06; updated 2021-04-13T10:35:06

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

kouho delete_label at 2021-04-27T16:45:49: レビュー待ち

commit comment

#46 by iwamoto at 2021-04-12T16:28:54; lib/conf/class/NewIslandConfig.class.php / old:None new:63
edec0fc2f02567948eeba4b227f0d7c211b8d70c

PresentItemConfig::EXP_12000 ≠ 伝説の海賊の魂のid ではないので
申し訳ないですが修正をお願い致します。
伝説の海賊の魂 : item_no=7 になります

commit comment

#47 by iwamoto at 2021-04-12T16:32:37; lib/conf/class/NewIslandConfig.class.php / old:None new:86
a9133d3e6e853bfac25e80ff9586d59d490809af

仕様書では ランキング報酬501~700位は
伝説の海賊の魂x1 ではなく 蒼穹のあおいx1 になってます

commit comment

#48 by iwamoto at 2021-04-12T16:39:37; lib/conf/class/MissionMonsterConfig.class.php / old:360 new:360
a9133d3e6e853bfac25e80ff9586d59d490809af

仕様書では 春告人フリューリング・フロッシュのgoldは150に設定されています

commit comment

#49 by iwamoto at 2021-04-12T16:55:37; lib/conf/class/NewIslandStageConfig.class.php / old:334 new:334
a9133d3e6e853bfac25e80ff9586d59d490809af

['monster_list_10~12'] についてですが、レアA,レアS,MAXモンスターはこのリストには含みません。

先程質問にあった仕様書のモンスター記載の島/遺跡にある〇/△についてはモンスターの出現率になりますが、monster_list_??から等倍で選出されますので母数を増減するようになります。

例:島
522 : 〇
194 : △
monster_list_10 = array(522,522,194);

例:遺跡
522 : △
194 : 〇
197 : 〇
monster_list_11 = array(522,194,194,197,197);

例:神殿
194 : 〇
197 : 〇
195 : 〇
monster_list_12 = array(194,197,195);

commit comment

#50 by wada at 2021-04-12T18:01:29; lib/conf/class/NewIslandConfig.class.php / old:None new:102
b6502b7cb28ec401d4c0f3f68b0893f38d358852

11-50位報酬の伝説の海賊の魂は、仕様書では4個になっています。

Commit range

basebbf1fe3e19ab257bdd19db8a93317b36aac3a3be
headedec0fc2f02567948eeba4b227f0d7c211b8d70c
base branchjolly/jr-web:develop
head branchjolly/jr-web:event_newisland_700

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed14 filesView patch
statusfile
modifiedlib/conf/class/MissionMonsterConfig.class.php
modifiedlib/conf/class/NewIslandConfig.class.php
modifiedlib/conf/class/NewIslandStageConfig.class.php
modifiedlib/conf/define_y.inc
addedpublic_html/img/mission/newisland/effect/event_no8/ef624.jpg
addedpublic_html/img/mission/newisland/effect/event_no8/ef628.png
addedpublic_html/img/mission/newisland/newisland_bar/event_no8/1.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no8/2.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no8/3.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no8/4.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no8/5.jpg
addedpublic_html/img/mission/newisland/newisland_bar/event_no8/mainpage_mission_btn_icon.png
addedpublic_html/img/mission/newisland/newisland_bar/event_no8/reward.png
addedpublic_html/img/ranking/event_island/info8.jpg
Patch body is stored as a separate file to keep this page lightweight.

Review comment

#46 by iwamoto at 2021-04-12T16:28:54; lib/conf/class/NewIslandConfig.class.php / old:None new:63
edec0fc2f02567948eeba4b227f0d7c211b8d70c

PresentItemConfig::EXP_12000 ≠ 伝説の海賊の魂のid ではないので
申し訳ないですが修正をお願い致します。
伝説の海賊の魂 : item_no=7 になります

Review comment

#47 by iwamoto at 2021-04-12T16:32:37; lib/conf/class/NewIslandConfig.class.php / old:None new:86
a9133d3e6e853bfac25e80ff9586d59d490809af

仕様書では ランキング報酬501~700位は
伝説の海賊の魂x1 ではなく 蒼穹のあおいx1 になってます

Review comment

#48 by iwamoto at 2021-04-12T16:39:37; lib/conf/class/MissionMonsterConfig.class.php / old:360 new:360
a9133d3e6e853bfac25e80ff9586d59d490809af

仕様書では 春告人フリューリング・フロッシュのgoldは150に設定されています

Review comment

#49 by iwamoto at 2021-04-12T16:55:37; lib/conf/class/NewIslandStageConfig.class.php / old:334 new:334
a9133d3e6e853bfac25e80ff9586d59d490809af

['monster_list_10~12'] についてですが、レアA,レアS,MAXモンスターはこのリストには含みません。

先程質問にあった仕様書のモンスター記載の島/遺跡にある〇/△についてはモンスターの出現率になりますが、monster_list_??から等倍で選出されますので母数を増減するようになります。

例:島
522 : 〇
194 : △
monster_list_10 = array(522,522,194);

例:遺跡
522 : △
194 : 〇
197 : 〇
monster_list_11 = array(522,194,194,197,197);

例:神殿
194 : 〇
197 : 〇
195 : 〇
monster_list_12 = array(194,197,195);

Review comment

#50 by wada at 2021-04-12T18:01:29; lib/conf/class/NewIslandConfig.class.php / old:None new:102
b6502b7cb28ec401d4c0f3f68b0893f38d358852

11-50位報酬の伝説の海賊の魂は、仕様書では4個になっています。