realgray-stellaris-mod/common/on_actions/RG_on_actions.txt

197 lines
3.0 KiB
Plaintext
Raw Normal View History

2023-05-25 20:12:01 +08:00
on_game_start = {
events = {
rg.19
2023-06-03 00:02:37 +08:00
rg_kac_event.4
2023-05-25 20:12:01 +08:00
}
}
on_single_player_save_game_load = {
events = {
rg.19
2023-06-03 00:02:37 +08:00
rg_kac_event.4
2023-05-25 20:12:01 +08:00
}
}
on_custom_diplomacy = {
events = {
graygoo.505
2023-06-03 00:02:37 +08:00
rg_kac_event.1
}
}
# Triggers when ground combat starts
# This = planet
# From = country attacking
on_ground_combat_started = {
events = { # Tempest Incoming trait effect
}
}
#An army has been killed in ground combat
# This = owner
# From = army
# FromFrom = opponent
# FromFromFrom = planet
on_army_killed_in_combat = {
events = {
rg_skill.8 # Tempest Incoming trait effect
}
}
on_game_start_country = {
events = {
rg_cluster.8
rg.1
}
}
# This = country
2023-06-07 11:16:10 +08:00
# 最高优先级检测才放月检
on_monthly_pulse_country = {
events = {
2023-06-07 11:16:10 +08:00
rg.8 #领袖等级检测更新
rg.16 #陆军压制舰更新
# rg.22 #小灰复活检测
# rg_skill.9
}
}
on_yearly_pulse_country = {
events = {
rg.17
rg.18
rg.20
}
}
2023-05-24 17:26:07 +08:00
on_yearly_pulse = {
events = {
rg_story.20
}
}
on_mid_game_pulse_country = {
events = {
# rg.18
}
}
# Triggers country_event for the attacker upon victory
# (Before controller is switched)
# This = country, leader attacker
# From = country, planet owner
# FromFrom = planet
# IDENTITIES: attacker is the side that "IsHostile" to
# the planet controller; e.g. spawned monster armies
# are attackers, but if they win and the player attempts
# to retake the planet, the player is the attacker
on_planet_attackers_win = {
events = {
rg.16
# rg_skill.9
}
}
# Triggers country_event for the attacker upon defeat
# This = country, attack leader
# From = country, planet owner
# FromFrom = planet
on_planet_attackers_lose = {
events = {
rg.16
# rg_skill.9
}
}
# on_entering_battle = {
# events = {
# rg_skill.1
# }
# }
#
# on_space_battle_won = {
# events = {
# rg_skill.2
# }
# }
# this = country
on_destroy_planet_with_RG_PLANET_KILLER = {
events = {
RG_planet_killer.1
RG_planet_killer.2
origin.3245
}
}
on_destroy_planet_with_RG_PLANET_KILLER_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_unqueued = {
}
2023-06-07 11:59:28 +08:00
on_destroy_planet_with_RG_PLANET_KILLER_SMALL = {
events = {
RG_planet_killer.2
origin.3245
}
}
on_destroy_planet_with_RG_PLANET_KILLER_SMALL_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SMALL_unqueued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SP = {
events = {
RG_planet_killer.3
rg_story.6
}
}
on_destroy_planet_with_RG_PLANET_KILLER_SP_queued = {
}
on_destroy_planet_with_RG_PLANET_KILLER_SP_unqueued = {
}
#舰船建造完成
# Root = Ship
# From = Planet
on_ship_built = {
events = {
rg_skill.3 #科研舰在无主权星系中被建造出来
}
}
#进入星系
# Scope = Ship
# From = System
# FromFrom = Country
on_entering_system = {
events = {
rg_skill.3
}
}
#舰船完成星系探测
# Scope = ship
# From = system
on_system_survey_ship = {
events = {
rg_skill.3
}
}
# This = owner of ship 1 (combatant)
# From = owner of ship 2 (destroyed)
# FromFrom = ship 1
# FromFromFrom = ship 2
on_ship_destroyed_perp = {
events = {
rg_skill.11
rg_story.10
2023-05-24 18:05:20 +08:00
rg_story.22
}
}