add game&rawdata

This commit is contained in:
Vasily Petrov 2026-06-17 23:06:51 +03:00
parent 0133cd976c
commit 49b34b5546
45731 changed files with 709831 additions and 0 deletions

View file

@ -0,0 +1,15 @@
[logic]
active = sr_idle
[sr_idle]
on_info = {+jup_b6_anom_2} sr_idle@step
[sr_idle@step]
on_timer = 1500 | {=npc_in_actor_frustum =dist_to_actor_le(30)} sr_idle@step2 %+jup_b6_zom_2_false%
on_timer2 = 1500 | {!npc_in_actor_frustum} sr_idle@step2 %-jup_b6_zom_2_false%
on_info = {+jup_b6_anom_2_count_end} sr_idle@end
[sr_idle@step2]
on_timer = 1000 | sr_idle@step
[sr_idle@end]