mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-15 05:59:25 +08:00
268 lines
5.2 KiB
HTTP
268 lines
5.2 KiB
HTTP
@Host=127.0.0.1
|
|
@Port=23897
|
|
|
|
POST http://{{Host}}:{{Port}}/disable_all
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_all_without_pause
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_hooked_lua_function_trace
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_hooked_lua_function_trace
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_global_ship_properties_crack
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_global_ship_properties_crack
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/update_global_ship_properties
|
|
|
|
{
|
|
"armor": 2.0,
|
|
"speed": 2.0,
|
|
"antiaircraft": 3.0,
|
|
"oxy_recovery_bench": 4.0,
|
|
"torpedo": 5.0,
|
|
"hit": 6.0,
|
|
"sonarRange": 7.0,
|
|
"attack_duration": 8.0,
|
|
"raid_distance": 9.0,
|
|
"oxy_recovery_surface": 10.0,
|
|
"oxy_recovery": 11.0,
|
|
"dodge": 12.0,
|
|
"luck": 13.0,
|
|
"reload": 14.0,
|
|
"oxy_cost": 15.0,
|
|
"durability": 16.0,
|
|
"air": 17.0,
|
|
"oxy_max": 18.0,
|
|
"cannon": 19.0,
|
|
"antisub": 20.0,
|
|
}
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_fast_stage_move
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_fast_stage_move_without_pause
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_fast_stage_move
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_fast_stage_move_without_pause
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_remove_hard_mode_ship_properties_limit
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_remove_hard_mode_ship_properties_limit
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_remove_hard_mode_ship_type_limit
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_remove_hard_mode_ship_type_limit
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_remove_hard_mode_limit
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_remove_hard_mode_limit
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_fake_player
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_fake_player
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/update_fake_player_info
|
|
|
|
{
|
|
"name": "Fake Player",
|
|
"level": "201",
|
|
"id": "1145141919810"
|
|
}
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_no_bb_animation
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_no_bb_animation
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_no_emotion_warning
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_no_emotion_warning
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_opsi_fast_move
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_opsi_fast_move
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_global_speedup
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/update_global_speedup_rate
|
|
|
|
{
|
|
"rate": 10.0
|
|
}
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_global_speedup
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_exercise_god_mode
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_exercise_god_mode
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_exercise_more_power
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/update_exercise_more_power_rate
|
|
|
|
{
|
|
"rate": 1000.0
|
|
}
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_exercise_more_power
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_fast_wave
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_fast_wave
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_monster_kill_self
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_monster_kill_self
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_skip_battle_celebrate
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_skip_battle_celebrate_without_pause
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_skip_battle_celebrate
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_skip_battle_celebrate_without_pause
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_better_global_speedup
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_better_global_speedup_without_pause
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/update_better_global_speedup_rate
|
|
|
|
{
|
|
"rate": 5.0
|
|
}
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/update_better_global_speedup_rate_without_pause
|
|
|
|
{
|
|
"rate": 5.0
|
|
}
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_better_global_speedup
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_better_global_speedup_without_pause
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_no_damage
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_no_damage
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_opsi_force_auto
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_opsi_force_auto
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_opsi_no_map_fog
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_opsi_no_map_fog
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_skip_ship_gain_show
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_skip_ship_gain_show
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_chapter_force_enable_auto_fight
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_chapter_force_enable_auto_fight
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_chapter_skip_precombat
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_chapter_skip_precombat
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_chapter_auto_next_battle
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_chapter_auto_next_battle
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_chapter_auto_ambush
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_chapter_auto_ambush
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_chapter_auto_clear
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_chapter_auto_clear
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_skip_story
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_skip_story
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/enable_infinite_battle
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/disable_infinite_battle
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/is_alive
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/init
|
|
|
|
###
|
|
POST http://{{Host}}:{{Port}}/init_without_pause
|
|
|
|
###
|
|
GET http://{{Host}}:{{Port}}/get_config |