############################# ### CUSTOM SCRIPT ACTIONS ### ############################# # Fired by a scripted_action "possible" trigger in utility_component_template on a ship, # when the ship reaches its target planet, in this case. # Reference to this on_action is set by the scripted action "name" field. # This = target planet/target fleet/triggering fleet # depending on "scope" parameter on scripted_action # From = triggering fleet # Beholder Leader's Planetfall action on_beholder_target_planet_reached = { events = { paragon.99 } } on_azaryn_target_planet_reached = { events = { paragon.250 } } on_azaryn_action_cancel = { events = { paragon.251 } } on_cosmogenesis_exodus_planet_reached = { events = { crisis.7500 crisis.7514 } } on_behemoth_fast_egg_planet_reached = { events = { biocrisis.450 # Decloak Behemoth - planet scope event biocrisis.300 # Behemoth lays an egg } } on_behemoth_slow_egg_planet_reached = { events = { biocrisis.450 # Decloak Behemoth - planet scope event biocrisis.300 # Behemoth lays an egg } } on_behemoth_strong_egg_planet_reached = { events = { biocrisis.450 # Decloak Behemoth - planet scope event biocrisis.300 # Behemoth lays an egg } } on_behemoth_turbo_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.305 # Behemoth gains modifier behemoth_turbo_modifier for 90 days } } on_behemoth_reflexes_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.310 # Behemoth gains modifier behemoth_reflexes_modifier for 90 days } } on_behemoth_drain_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.320 # Behemoth System Drain activated } } on_behemoth_spike_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.325 # Behemoth Damage Spike activated } } on_behemoth_burst_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.330 # Behemoth Damage Spike activated } } on_behemoth_buff_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.350 # Behemoth gains modifier behemoth_buff_modifier for 30 days } } on_behemoth_summon_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.360 # Behemoth summons a fleet using spawn_behemoth_summon_fleet script effect } } on_behemoth_healing_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.370 # Behemoth heals friendly ships in the same system } } on_behemoth_superweapon_activated = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.400 # Behemoth fires activate_behemoth_superweapon script effect } } on_behemoth_rage_triggered = { events = { biocrisis.451 # Decloak Behemoth - fleet scope event biocrisis.95 # Behemoth fires enrage_behemoth script effect } }