-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathon_actions.txt
96 lines (80 loc) · 1.33 KB
/
on_actions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Guaranteed to happen one of the following events, at least once in specified time range.
on_yearly_pulse = {
10 = 3600
10 = 3601
10 = 3602
10 = 3603
10 = 3604
10 = 3605
10 = 3606
10 = 3607
10 = 3608
10 = 3609
10 = 3610
10 = 3611
10 = 3612
10 = 3613
10 = 3614
10 = 3615
10 = 3616
10 = 3617
10 = 3618
10 = 3619
10 = 3620
10 = 3621
10 = 3622
10 = 3623
10 = 3624
10 = 3625
}
on_quarterly_pulse = {
}
on_battle_won = {
}
on_battle_lost = {
}
#country, from = occupier.
on_surrender = {
}
on_new_great_nation = {
}
on_lost_great_nation = {
}
on_election_tick = {
#Main big ones.. most common.
100 = 14000
100 = 14001
100 = 14002
100 = 14003
100 = 14004
100 = 14005
}
# Note: remember to use tag (allow_multiple_instances = yes)
# in events specified below, so can be executed several times
# for each acquired state.
on_colony_to_state = {
100 = 70000 # yes_slavery
100 = 70001 # removal of cores (flavor)
}
# Fires only when conquering states -- colonies and lands taken from uncivs do not get affected by this on action
on_state_conquest = {
}
on_colony_to_state_free_slaves = {
}
on_debtor_default = {
100 = 70002
}
on_debtor_default_small = {
}
on_debtor_default_second = {
100 = 70003
}
on_civilize = {
100 = 70005
}
on_my_factories_nationalized = {
100 = 70006
}
on_crisis_declare_interest = {
100 = 18000
}