mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
IIDX: misc 2
This commit is contained in:
parent
156d76dda3
commit
d8d2e59818
|
|
@ -742,7 +742,7 @@ export const pcget: EPR = async (info, data, send) => {
|
|||
tricolettepark = await DB.FindOne(refid, { collection: "event_1", version: 20, event_name: "tricolettepark" });
|
||||
|
||||
boss1 = await DB.FindOne(refid, { collection: "event_1", version: version, event_name: "boss1" });
|
||||
if (!_.isNil(boss1.durability)) boss1.durability = NumArraytoHex(Base64toNumArray(boss1.durability));
|
||||
if (!_.isNil(boss1)) boss1.durability = NumArraytoHex(Base64toNumArray(boss1.durability));
|
||||
}
|
||||
else if (version == 22) {
|
||||
if (!_.isNil(pcdata.st_album)) pcdata.st_album = NumArraytoHex(Base64toNumArray(pcdata.st_album));
|
||||
|
|
@ -774,9 +774,9 @@ export const pcget: EPR = async (info, data, send) => {
|
|||
});
|
||||
|
||||
ninja_shichikyoden = await DB.FindOne(refid, { collection: "event_1", version: version, event_name: "event2_data" });
|
||||
if (!_.isNil(ninja_shichikyoden.last_select_dojo))
|
||||
if (!_.isNil(ninja_shichikyoden))
|
||||
ninja_shichikyoden.last_select_dojo = NumArraytoHex(Base64toNumArray(ninja_shichikyoden.last_select_dojo));
|
||||
if (!_.isNil(ninja_shichikyoden.enemy_damage))
|
||||
if (!_.isNil(ninja_shichikyoden))
|
||||
ninja_shichikyoden.enemy_damage = NumArraytoHex(Base64toNumArray(ninja_shichikyoden.enemy_damage));
|
||||
}
|
||||
else if (version == 25) {
|
||||
|
|
@ -788,7 +788,7 @@ export const pcget: EPR = async (info, data, send) => {
|
|||
}
|
||||
else if (version == 26) {
|
||||
mirage_lib = await DB.FindOne(refid, { collection: "event_1", version: version, event_name: "event1_data" });
|
||||
if (!_.isNil(mirage_lib.quiz_control_list))
|
||||
if (!_.isNil(mirage_lib))
|
||||
mirage_lib.quiz_control_list = NumArraytoHex(Base64toNumArray(mirage_lib.quiz_control_list));
|
||||
|
||||
mirage_lib_sub = await DB.Find(refid, { collection: "event_1_sub", version: version, event_name: "event1_data" });
|
||||
|
|
|
|||
|
|
@ -79,5 +79,5 @@ IIDX26pc(status="0")
|
|||
area_data(floor_id=evt.floor_id area_id=evt.area_id last_select_note=evt.last_select_note normal_play_num=evt.normal_play_num hyper_play_num=evt.hyper_play_num another_play_num=evt.another_play_num area_clear_flg_list=evt.area_clear_flg_list normal_grade_point=evt.normal_grade_point hyper_grade_point=evt.hyper_grade_point another_grade_point=evt.another_grade_point)
|
||||
floor_infection3(music_list="-1")
|
||||
if anniv20 != null
|
||||
anniv20_event(damage_0 damage_1 damage_2 challenge_0 challenge_1 challenge_2)
|
||||
anniv20_event(damage_0=anniv20.damage_0 damage_1=anniv20.damage_1 damage_2=anniv20.damage_2 challenge_0=anniv20.challenge_0 challenge_1=anniv20.challenge_1 challenge_2=anniv20.challenge_2)
|
||||
bemani_vote(music_list="-1")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user