PR

【3/14】育成パック シャーリー #3965

kouho opened this at 2025-03-12T18:47:48; closed

Description

opened by kouho at 2025-03-12T18:47:48; updated 2025-03-18T10:55:07

概要

https://docs.google.com/spreadsheets/d/1uec1H0v3_SsFYNJYDPz4v5wnsLlDt9CXePqePnxcho8/edit?gid=1099085069#gid=1099085069

新規
魂の器・スキル・強化アイテム

魅力紹介あり

Comment

#39394 by kouho at 2025-03-12T18:47:58; updated 2025-03-12T18:47:58

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

Comment

#39436 by wada at 2025-03-13T16:25:10; updated 2025-03-13T16:25:10

@kouho
SkillFunc.inc#6040奮起の神楽による攻撃力上昇 ですが、以下のようにarrayで設定することはできそうですか?

//味方の攻撃力を発動者のステータス分あげるスキル(属性や性別によって効果は倍になる)
$atk_up_skillset = array();
//発動者の攻撃力
...
$atk_up_skillset[105603] = array('skill_no' => 100204, 'target_status' => 'atk', 'check_type' => 'card_property', 'type_no' => array(), 'ratio' => 1); //ボルトシューティング
...
//発動者の現体力
$atk_up_skillset[5818] = array('skill_no' => 1271, 'target_status' => 'hp', 'check_type' => 'card_sex', 'type_no' => array(2), 'ratio' => 2); //ブーケトス
...
wada add_label at 2025-03-13T16:25:16: コメントあり

Comment

#39444 by kouho at 2025-03-13T17:53:55; updated 2025-03-13T17:53:55

@wada
arrayで設定して動作問題なさそうでしたので修正しました
> SkillFunc.inc#6040奮起の神楽による攻撃力上昇 ですが、以下のようにarrayで設定することはできそうですか?

Comment

#39446 by wada at 2025-03-14T06:39:16; updated 2025-03-14T06:39:16

@kouho
確認OKです。

wada delete_label at 2025-03-14T06:39:22: コメントあり
wada add_label at 2025-03-14T06:39:23: 和田 LGTM
kouho merge at 2025-03-18T10:55:07: 【3/14】育成パック シャーリー
kouho close at 2025-03-18T10:55:07: Close

Commit range

base07a28c76c5bbb2592538d7ddaf66b3feac7b1c29
head5fa02ce90f8ed51176b619fdbb7f8a25f231c0b4
base branchjolly/jr-web:master
head branchjolly/jr-web:training_pack_0319

View commits

Commit details are loaded from Git when a dynamic archive server is running, or can be embedded with --include-commits.
Files changed64 filesView patch
statusfile
modifiedlib/SkillFunc.inc
modifiedlib/conf/define_y.inc
addedpublic_html/img/assortment/10297/head.jpg
addedpublic_html/img/assortment/10297/info1.jpg
addedpublic_html/img/assortment/10297/trainingPack1_1.jpg
addedpublic_html/img/assortment/10297/trainingPack1_2.jpg
addedpublic_html/img/assortment/10297/trainingPack1_3.jpg
addedpublic_html/img/assortment/10297/trainingPack2_1.jpg
addedpublic_html/img/assortment/10297/trainingPack2_2.jpg
addedpublic_html/img/assortment/10297/trainingPack2_3.jpg
addedpublic_html/img/assortment/10297/trainingPack3_1.jpg
addedpublic_html/img/assortment/10297/trainingPack3_2.jpg
addedpublic_html/img/assortment/10297/trainingPack3_3.jpg
addedpublic_html/img/banner/shop/banner_training_pack_10297_1.jpg
addedpublic_html/img/banner/shop/banner_training_pack_10297_2.jpg
addedpublic_html/img/info_event/info_event_1318_1.jpg
addedpublic_html/img/info_event/info_event_1318_2.jpg
addedpublic_html/img/info_jrye/4340/head.jpg
addedpublic_html/img/info_jrye/4340/info1.jpg
addedpublic_html/img/info_jrye/4340/info2.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info1.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info2.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info2_1.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info3.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info4.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info4_1.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info4_2.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info5_2.jpg
addedpublic_html/img/info_jrye/CharmInfo/card/1076/info6.jpg
addedpublic_html/img/item/120/10297.jpg
addedpublic_html/img/item/120/10298.jpg
addedpublic_html/img/item/120/10299.jpg
addedpublic_html/img/item/120/11242.jpg
addedpublic_html/img/item/120/11243.jpg
addedpublic_html/img/item/120/18148.jpg
addedpublic_html/img/item/150/10297.jpg
addedpublic_html/img/item/150/10298.jpg
addedpublic_html/img/item/150/10299.jpg
addedpublic_html/img/item/150/11242.jpg
addedpublic_html/img/item/150/11243.jpg
addedpublic_html/img/item/150/18148.jpg
addedpublic_html/img/item/58/10297.jpg
addedpublic_html/img/item/58/10298.jpg
addedpublic_html/img/item/58/10299.jpg
addedpublic_html/img/item/58/11242.jpg
addedpublic_html/img/item/58/11243.jpg
addedpublic_html/img/item/58/18148.jpg
addedpublic_html/img/item/60/10297.jpg
addedpublic_html/img/item/60/10298.jpg
addedpublic_html/img/item/60/10299.jpg
addedpublic_html/img/item/60/11242.jpg
addedpublic_html/img/item/60/11243.jpg
addedpublic_html/img/item/60/18148.jpg
addedpublic_html/img/item/70/10297.jpg
addedpublic_html/img/item/70/10298.jpg
addedpublic_html/img/item/70/10299.jpg
addedpublic_html/img/item/70/11242.jpg
addedpublic_html/img/item/70/11243.jpg
addedpublic_html/img/item/70/18148.jpg
addedpublic_html/img/shop/banner/training_pack/10297_start_1.jpg
addedpublic_html/img/shop/banner/training_pack/10297_start_2.jpg
modifiedpublic_html/js/JOLLYROGER_battle.js
modifiedpublic_html/js/jr_battle.min.js
modifiedpublic_html/template/header_sp.tpl
Patch body is stored as a separate file to keep this page lightweight.