したらばTOP ■掲示板に戻る■ 全部 1-100 最新50 | メール | |
レス数が1スレッドの最大レス数(1000件)を超えています。残念ながら投稿することができません。

戦国IXA ツールスレPart42

358名無しさん:2019/05/05(日) 21:28:06 ID:5parJnjQ
>>354
運営のUIは、カードグループ等を記憶してたと思うので、
PostData.unionのselect_card_group:が無ければ
出来るかな?unionを兼用したかったが、別にした。
ダメだったらm(_ _)m

>>353の以下を変更
data: PostData.union(card_id, '4')
    ↓
data: PostData.unionAgain(card_id, '4')

以下は新たに追加

btn_change_flg: ''
};
},

// スキル強化
unionLevelUp: function(union_type) {

    ↓

btn_change_flg: ''
};
},

//ここから カードグループ選択なし
unionAgain: function(selected_cid, union_type) {
return {
base_cid: '',
add_flg: '',
new_cid: '',
remove_cid: '',
p: '',
selected_cid: selected_cid,
deck_mode: '',
union_type: union_type,
btn_change_flg: ''
};
},
//

// スキル強化
unionLevelUp: function(union_type) {




掲示板管理者へ連絡 無料レンタル掲示板