mirror of
https://git.neonteam.dev/amizing/robinsr.git
synced 2025-03-12 03:28:30 -04:00
action value for as or smth idk
This commit is contained in:
parent
8f3aee3185
commit
278a32ea98
@ -124,12 +124,14 @@ pub async fn on_start_cocoon_stage_cs_req(
|
|||||||
|
|
||||||
// Apocalyptic Shadow
|
// Apocalyptic Shadow
|
||||||
if player.battle_config.battle_type == BattleType::AS {
|
if player.battle_config.battle_type == BattleType::AS {
|
||||||
let mut battle_target = Cnngaoldopi::default();
|
let battle_target = Cnngaoldopi {
|
||||||
battle_target.fdfcmhbhnmc.push(BattleTarget {
|
fdfcmhbhnmc: vec![BattleTarget {
|
||||||
id: 10002,
|
id: 90005,
|
||||||
progress: 0,
|
progress: 0,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
});
|
}],
|
||||||
|
};
|
||||||
|
battle_info.jelkfckaonl.insert(1, battle_target);
|
||||||
}
|
}
|
||||||
|
|
||||||
// SU
|
// SU
|
||||||
@ -298,12 +300,14 @@ pub async fn on_scene_cast_skill_cs_req(
|
|||||||
|
|
||||||
// Apocalyptic Shadow
|
// Apocalyptic Shadow
|
||||||
if player.battle_config.battle_type == BattleType::AS {
|
if player.battle_config.battle_type == BattleType::AS {
|
||||||
let mut battle_target = Cnngaoldopi::default();
|
let battle_target = Cnngaoldopi {
|
||||||
battle_target.fdfcmhbhnmc.push(BattleTarget {
|
fdfcmhbhnmc: vec![BattleTarget {
|
||||||
id: 10002,
|
id: 90005,
|
||||||
progress: 0,
|
progress: 0,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
});
|
}],
|
||||||
|
};
|
||||||
|
battle_info.jelkfckaonl.insert(1, battle_target);
|
||||||
}
|
}
|
||||||
|
|
||||||
// SU
|
// SU
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user