Description
概要
追加データ
- 新スキル実装
- ステータスアップアイテム設定
- カード画像
- 各アイテム・スタンプ画像
DB更新内容
【4/23】GW特別キャンペーンカード・アイテム jolly/jrye-db#1390
TODO
- [x] カード画像
- [x] カード説明
- [x] スキル調整
- [x] 「100413:ちょい押し営業」スキル仕様変更(前列のみ発動)
【4/23】GW特別キャンペーンカード・アイテム jolly/jrye-db#1390
@kouho
レビューお願いします。
@wada
master_card_textで転生前と転生後のテキストが同じなので変える必要があると思います
@wada
仕様の確認です。
これらのスキルの対象は一人だけですか、それとも条件を満たす場合は複数を対象とするのが正でしょうか?
@wada ちょい押し営業 は「【前列】の現体力が一番高い【海賊】」が対象なので、S_SkillDefencePosition(0, $tmp_atk) では説明文とズレそうです。case 0 は発動者が前列なら正面1体、前列以外なら前列ランダムになり、HP最大判定がありません。
S_SkillDefencePosition(3, $tmp_atk, $raid_monster_flg) で前列を取得し、船以外かつ生存中の海賊から現HP最大の1体を選ぶ形にできませんか?
@kouho
更新しました。
> master_card_textで転生前と転生後のテキストが同じなので変える必要があると思います
複数対象です。
> これらのスキルの対象は一人だけですか、それとも条件を満たす場合は複数を対象とするのが正でしょうか?
目の前の海賊が対象に調整されました。
> ちょい押し営業 は「【前列】の現体力が一番高い【海賊】」が対象なので、
@wada
目の前の海賊が対象 + バトル開始時発動のため、
発動者が中列/後列に置かれていると case 0 の else に入り、 生存している敵前列からランダム1体を選ぶ ことになります。
これが意図したものかを確認していただきたいです。
@kouho
前列にいる時発動に仕様変更されます。
> 目の前の海賊が対象 + バトル開始時発動のため、
発動者が中列/後列に置かれていると case 0 の else に入り、 生存している敵前列からランダム1体を選ぶ ことになります。
@wada
public_html/img/item/60/338.jpg 60のサイズの画像が抜けているようです。
@wada
指摘箇所以外は確認OKです
@kouho
画像追加しました。
> public_html/img/item/60/338.jpg 60のサイズの画像が抜けているようです。
@kouho
以下のスキルのjs側例外処理が原因で戦闘デモが途中で止まる問題が発生していました。
該当処理の中列、後列への異常付加のエフェクトを削除しました。
100301 逃がさない取引
100302 契約成立@wada
確認OKです
| base | 981a76c50cc1fcae778fc871f707242fcd97577d |
|---|---|
| head | 8885fa18db98d2453d1d2bb2cf169af8d0179f6a |
| base branch | jolly/jr-web:master |
| head branch | jolly/jr-web:new_card_392_393 |
| status | file |
|---|---|
| modified | lib/SkillFunc.inc |
| modified | lib/conf/define.inc |
| added | public_html/img/card/120/392.jpg |
| added | public_html/img/card/120/393.jpg |
| added | public_html/img/card/240/392.jpg |
| added | public_html/img/card/240/393.jpg |
| added | public_html/img/card/26/392.jpg |
| added | public_html/img/card/26/393.jpg |
| added | public_html/img/card/320/392.jpg |
| added | public_html/img/card/320/393.jpg |
| added | public_html/img/card/640/392.jpg |
| added | public_html/img/card/640/393.jpg |
| added | public_html/img/card/70/392.jpg |
| added | public_html/img/card/70/393.jpg |
| added | public_html/img/card/70main/392.jpg |
| added | public_html/img/card/70main/393.jpg |
| added | public_html/img/card/battle/154/392.jpg |
| added | public_html/img/card/battle/154/393.jpg |
| added | public_html/img/card/battle/58/392.jpg |
| added | public_html/img/card/battle/58/393.jpg |
| added | public_html/img/honor/200/1011_1.png |
| added | public_html/img/honor/200/1012_1.png |
| added | public_html/img/honor/200/1013_1.png |
| added | public_html/img/honor/200/1014_1.png |
| added | public_html/img/item/120/1100041.jpg |
| added | public_html/img/item/120/1100042.jpg |
| added | public_html/img/item/120/11272.jpg |
| added | public_html/img/item/120/11273.jpg |
| added | public_html/img/item/120/1500280.jpg |
| added | public_html/img/item/120/1500281.jpg |
| added | public_html/img/item/120/1500282.jpg |
| added | public_html/img/item/120/1500283.jpg |
| added | public_html/img/item/120/1500284.jpg |
| added | public_html/img/item/120/338.jpg |
| added | public_html/img/item/150/1100041.jpg |
| added | public_html/img/item/150/1100042.jpg |
| added | public_html/img/item/150/11272.jpg |
| added | public_html/img/item/150/11273.jpg |
| added | public_html/img/item/150/1500280.jpg |
| added | public_html/img/item/150/1500281.jpg |
| added | public_html/img/item/150/1500282.jpg |
| added | public_html/img/item/150/1500283.jpg |
| added | public_html/img/item/150/1500284.jpg |
| added | public_html/img/item/150/338.jpg |
| added | public_html/img/item/60/1100041.jpg |
| added | public_html/img/item/60/1100042.jpg |
| added | public_html/img/item/60/11272.jpg |
| added | public_html/img/item/60/11273.jpg |
| added | public_html/img/item/60/1500280.jpg |
| added | public_html/img/item/60/1500281.jpg |
| added | public_html/img/item/60/1500282.jpg |
| added | public_html/img/item/60/1500283.jpg |
| added | public_html/img/item/60/1500284.jpg |
| added | public_html/img/item/60/338.jpg |
| added | public_html/img/item/70/1100041.jpg |
| added | public_html/img/item/70/1100042.jpg |
| added | public_html/img/item/70/11272.jpg |
| added | public_html/img/item/70/11273.jpg |
| added | public_html/img/item/70/1500280.jpg |
| added | public_html/img/item/70/1500281.jpg |
| added | public_html/img/item/70/1500282.jpg |
| added | public_html/img/item/70/1500283.jpg |
| added | public_html/img/item/70/1500284.jpg |
| added | public_html/img/item/70/338.jpg |
| added | public_html/img/mission/card/392.png |
| added | public_html/img/mission/card/393.png |
| added | public_html/img/team/stamp/163.png |
| added | public_html/img/team/stamp/164.png |
| modified | public_html/js/JOLLYROGER_battle.js |
| modified | public_html/js/jr_battle.min.js |
| modified | public_html/template/header_sp.tpl |